# Blink ## Docs - [Integrate with an AI agent](https://docs.blink.cash/ai-agent.md): Use a ready-to-run prompt to scaffold a complete Blink integration. - [Architecture Overview](https://docs.blink.cash/integration/architecture.md): How Blink deposit flows work. The signed-link model, data flow, and component responsibilities. - [Integrate the Mobile Deposit SDK](https://docs.blink.cash/integration/deposit-mobile-sdk.md): Install and configure the Mobile Deposit SDK to trigger deposit flows from React Native and native mobile apps. - [Integrate the Deposit SDK](https://docs.blink.cash/integration/deposit-sdk.md): Install and configure the Deposit SDK to trigger deposit flows from your frontend. - [Fees](https://docs.blink.cash/integration/fees.md): How Blink deposit fees work and when users pay them. - [Fiat deposits and KYC](https://docs.blink.cash/integration/fiat-deposits-and-kyc.md): Payment method coverage, KYC thresholds, and rollout guidance for Blink fiat deposits. - [Generate Your Key Pair](https://docs.blink.cash/integration/key-generation.md): Create an ECDSA P-256 key pair for signing payment requests. - [Register Your Merchant Account](https://docs.blink.cash/integration/merchant-registration.md): Submit a self-serve application to reserve your merchant ID and activate signed payment links. - [Production Checklist](https://docs.blink.cash/integration/production-checklist.md): Verify every item before going live with Blink payments. - [Build Your Signer Endpoint](https://docs.blink.cash/integration/signer-endpoint.md): Create the server-side endpoint that validates and signs payment requests. - [Supported Networks and Wallets](https://docs.blink.cash/integration/supported-networks-and-wallets.md): Current Blink support for connected wallets, source chains, destination chains, tokens, and deposit fee behavior. - [Testing](https://docs.blink.cash/integration/testing.md): Verify your Blink integration with the sample app and staging environment. - [Introduction](https://docs.blink.cash/introduction.md): Documentation, integration guides, and SDK reference - [Quickstart](https://docs.blink.cash/quickstart.md): Get a working Blink deposit integration in 5 minutes. - [Deposit Class](https://docs.blink.cash/sdk-reference/deposit-class.md): API reference for the Deposit class. The core SDK entry point. - [Error Handling](https://docs.blink.cash/sdk-reference/errors.md): Error codes, DepositError class, and user-friendly error messages. - [Events and Lifecycle](https://docs.blink.cash/sdk-reference/events.md): Event system, status transitions, and instance lifecycle management. - [MobileDeposit Class](https://docs.blink.cash/sdk-reference/mobile-deposit-class.md): API reference for the MobileDeposit class. The core entry point for mobile SDK integrations. - [Mobile Error Codes](https://docs.blink.cash/sdk-reference/mobile-errors.md): Error codes, DepositError class, and user-friendly error messages for the mobile SDK. - [React Native Hook](https://docs.blink.cash/sdk-reference/mobile-react-native-hook.md): API reference for the useBlinkMobileDeposit hook. Reactive state management for React Native. - [React Hook](https://docs.blink.cash/sdk-reference/react-hook.md): API reference for the useBlinkDeposit React hook. - [TypeScript Types](https://docs.blink.cash/sdk-reference/types.md): Complete type reference for the Deposit SDK. - [Introduction](https://docs.blink.cash/user-intro.md) - [Setup](https://docs.blink.cash/user-setup.md) ## OpenAPI Specs - [openapi](https://docs.blink.cash/api-reference/openapi.json)