# ROZO Docs | Visa for stablecoins&#x20;

## Rozo - Visa for stablecoins

- [Welcome to ROZO](https://docs.rozo.ai/start/readme.md)
- [Vision and Missions](https://docs.rozo.ai/start/vision-and-missions.md)
- [ROZO Lite Paper](https://docs.rozo.ai/start/litepaper.md)
- [ROZO Intent Pay Tech Doc](https://docs.rozo.ai/start/litepaper/rozo-intentpay-techdoc.md)
- [ROZO Intent Pay SDK](https://docs.rozo.ai/integration/rozointentpay.md)
- [Quick Start Guide](https://docs.rozo.ai/integration/rozointentpay/quick-start.md)
- [Complete Examples](https://docs.rozo.ai/integration/rozointentpay/examples.md)
- [API Reference](https://docs.rozo.ai/integration/rozointentpay/api-reference.md)
- [Stellar SEP-24 Support](https://docs.rozo.ai/integration/rozointentpay/stellar-sep24.md)
- [Troubleshooting](https://docs.rozo.ai/integration/rozointentpay/troubleshooting.md)
- [AI Prompts](https://docs.rozo.ai/integration/rozointentpay/ai-prompts.md)
- [ROZO Intent Pay API](https://docs.rozo.ai/integration/api-doc.md): ROZO Intent Pay API. One intent API, two integration paths — Bridge & Wallet (you specify the destination address) and Merchant (preconfigured wallet).
- [Bridge & Wallet API](https://docs.rozo.ai/integration/api-doc/bridge-api.md): Bridge & Wallet API. Move funds cross-chain by specifying the destination address yourself — bridging, wallet top-up, and smart account payments.
- [API Quick Start](https://docs.rozo.ai/integration/api-doc/bridge-api/api-quick-start.md)
- [Wallet Top-up](https://docs.rozo.ai/integration/api-doc/bridge-api/wallet-topup.md)
- [Get Fees](https://docs.rozo.ai/integration/api-doc/bridge-api/get-fees.md)
- [Stellar Smart Account Payments](https://docs.rozo.ai/integration/api-doc/bridge-api/stellar-contract-payments.md)
- [Merchant API](https://docs.rozo.ai/integration/api-doc/merchant-api.md): Merchant API. Accept crypto payments into your preconfigured merchant wallet — create payments, poll status, manage API keys, and receive webhooks.
- [API Quick Start (Merchant)](https://docs.rozo.ai/integration/api-doc/merchant-api/api-quick-start-merchant.md)
- [Merchant API Keys](https://docs.rozo.ai/integration/api-doc/merchant-api/merchant-api-keys.md)
- [API Doc (POSTMAN)](https://docs.rozo.ai/integration/api-doc/merchant-api/api-doc-postman.md)
- [Webhook](https://docs.rozo.ai/integration/api-doc/merchant-api/webhook.md)
- [ROZO Intents Tech Design](https://docs.rozo.ai/integration/api-doc/rozo-intents-tech-design.md)
- [Supported Tokens and Chains](https://docs.rozo.ai/integration/api-doc/supported-tokens-and-chains.md)
- [Intent Based Payment & Transfer](https://docs.rozo.ai/products/intent-based-payment-transfer.md): ROZO Intent Based Payment & Transfer. Accept payments and run agentic pay-per-call flows across chains.
- [Intent Based Payment](https://docs.rozo.ai/products/intent-based-payment-transfer/intent-based-payment.md): ROZO Intent based payments and transfers. Accept from any supported chain with one integration.
- [Agentic Payments with MPP Router](https://docs.rozo.ai/products/intent-based-payment-transfer/agentic-payments-mpprouter.md): Pay-per-call for AI agents. Call 402-gated HTTP APIs and settle automatically in Stellar USDC via MPP Router.
- [Intent Based Bridge](https://docs.rozo.ai/products/intent-based-bridge.md): ROZO Intent Based Bridge. One click cross-chain bridging, wallet deposit addresses, and EURC onramp — all in one product.
- [One-Click Bridge](https://docs.rozo.ai/products/intent-based-bridge/intent-based-bridge.md): ROZO Intent based bridge. One click to bridge from Base to Stellar within few seconds.
- [Wallet Deposit for Apps](https://docs.rozo.ai/products/intent-based-bridge/intent-based-deposit.md): Wallet Deposit for Apps. Generate a unique deposit address for your app to receive USDC with one API call.
- [EURC Onramp and Bridge](https://docs.rozo.ai/products/intent-based-bridge/eurc-onramp.md): ROZO EURC Onramp and Bridge. Buy EURC and bridge across chains in one flow.
- [CCTP Bridge](https://docs.rozo.ai/products/cctp-bridge.md): ROZO CCTP Bridge. Native USDC bridging between Stellar and Base, Ethereum, and Solana — powered by Circle CCTP V2. Self-custody, no Rozo fee, ~30–120s.
- [Intent Based Earn](https://docs.rozo.ai/products/intent-based-earn.md): ROZO Intent Based Earn. Earn yield across chains without understanding the underlying chains or wallets. One-click access to Stellar DeFi yields.
- [Mobile App](https://docs.rozo.ai/products/mobile-app.md)
- [dApp Integration](https://docs.rozo.ai/products/mobile-app/dapp-integration.md)
- [Support](https://docs.rozo.ai/products/mobile-app/support.md)
- [Privacy Policy](https://docs.rozo.ai/products/mobile-app/privacy.md)
- [Base Sepolia → Stellar Testnet](https://docs.rozo.ai/tests/testnet.md)
- [Contracts & Audits](https://docs.rozo.ai/contact/contracts-and-audits.md)
- [Media Kit](https://docs.rozo.ai/contact/media-kit.md)
- [Design Prompt](https://docs.rozo.ai/contact/media-kit/design-prompt.md)
- [Design System](https://docs.rozo.ai/contact/media-kit/design-system.md): ROZO's design system — monochrome, infrastructure-grade, built for stablecoin payments. Light theme only; no brand color by design. Design tokens plus the rules for using them.
- [Contact us](https://docs.rozo.ai/contact/contact-us.md)
- [Terms of service](https://docs.rozo.ai/contact/terms-of-service.md)
- [Privacy Policy](https://docs.rozo.ai/contact/privacy-policy.md)
- [FAQs](https://docs.rozo.ai/contact/faqs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.rozo.ai/start/readme.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.
