# Integrate SyrupUSDC/USDT

- [Get Started](https://docs.maple.finance/integrate/get-started.md): syrupUSDC & syrupUSDT are ERC-4626 vaults generating sustainable high yields primarily from overcollateralized institutional loans and additional yield strategies.
- [Ethereum Mainnet](https://docs.maple.finance/integrate/ethereum-mainnet.md)
- [Asset Integration](https://docs.maple.finance/integrate/ethereum-mainnet/asset-integration.md): List or accept syrupUSDC & syrupUSDT as collateral or liquidity in your protocol.
- [Frontend Integration](https://docs.maple.finance/integrate/ethereum-mainnet/frontend-integration.md): Enable your users to deposit into syrupUSDC & syrupUSDT from your app via SDK/API on Ethereum mainnet. For wallets, apps, DEXes, custody solutions etc.
- [Smart Contract Integration](https://docs.maple.finance/integrate/ethereum-mainnet/smart-contract-integration.md): Integrate syrupUSDC & syrupUSDT via smart contracts on Ethereum mainnet. Your contracts must deposit through SyrupRouter with authorization handled PoolPermissionManager.
- [Crosschain (Solana, L2s and others)](https://docs.maple.finance/integrate/crosschain.md)
- [Asset Integration](https://docs.maple.finance/integrate/crosschain/syrupusd-crosschain.md): Access syrupUSDC & syrupUSDT across multiple blockchains using CCIP. Find contract addresses, oracles, and bridge contracts for Solana, Arbitrum, Base, Plasma etc.
- [syrupUSDC Native Mint/Redeem](https://docs.maple.finance/integrate/crosschain/syrupusdc-native-mint-redeem.md): Enable syrupUSDC deposits and withdrawals in your app via CCIP on chains other than Ethereum. For wallets, apps, DEXes, custody solutions etc.
- [Technical Resources](https://docs.maple.finance/integrate/technical-resources.md)
- [Collateral & Yield Disclosure](https://docs.maple.finance/integrate/technical-resources/collateral-and-yield-disclosure.md)
- [Configure MCP Server](https://docs.maple.finance/integrate/technical-resources/configure-mcp-server.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.maple.finance/integrate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
