> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onebalance.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Onboarding Checklist

> Step-by-step onboarding checklist for building with OneBalance, from your first API call to deploying an app in production.

<Warning>
  **Minimum 2 weeks notice required** for production launches. Contact [support@onebalance.io](mailto:support@onebalance.io) early in your development process.
</Warning>

## Custom API Key

* **Request custom API key**: Contact [support@onebalance.io](mailto:support@onebalance.io) with the following information (minimum 2 weeks notice):
  1. Company details (name, website link, and social media links)
  2. Use case description (what you're building, target users, and key features)
  3. Expected launch ETA (approximate date when you expect to go live)
  4. Volume estimates (expected transaction volume per day/month)
  5. Chain/asset preferences (select chains from [supported networks](/resources/supported-networks) and specify assets like USDC, USDT, ETH, SOL, or request custom assets)
  6. Fee requirements (choose your [fee structure](/concepts/fees): percentage-based, flat per-chain, or combination)
* **Set up team communication**: OneBalance team will create a Telegram or Slack channel between your team and ours for faster support and coordination
* **Implement authentication**: Set up proper [API authentication](/api-reference/authentication) and secure key storage

<Note>
  Rate limits are configured by OneBalance based on your expected transaction volume. Contact us if you need adjustments.
</Note>

## Development Phase

* **Complete getting started tutorials**: [First API Call](/getting-started/first-api-call) and [Chain-Abstracted Swap](/getting-started/chain-abstracted-swap)
* **Understand core concepts**: [What is OneBalance](/overview/what-is-onebalance) and [How it Works](/overview/how-onebalance-works)

## Technical Setup

* **Choose networks and assets**: Select from [supported networks](/resources/supported-networks) and [available assets](/api-reference/assets/list)
* **Select account type**: Choose [EIP-7702 delegated accounts](/guides/eip-7702/overview) (recommended) or [ERC-4337 smart accounts](/concepts/accounts)
* **Pick wallet provider**: Privy, Turnkey, or custom solution
* **Determine advanced needs**: Contract calls, multi-input transactions ([see guides](/guides/overview))

## Testing & Launch Prep

* **Test with custom API key**: Verify transactions, fee collection (if applicable), and all supported chains
* **Validate user flows**: Test wallet integration and complete user journeys end-to-end
* **Notify OneBalance for production readiness**: Contact [support@onebalance.io](mailto:support@onebalance.io) when testing is complete to make your custom API key production-ready

## Monetization Setup

* **Plan fee structure**: Choose fixed per chain, percentage, or combination approach ([see fee options](/concepts/fees))
* **Set up Pimlico**: Get API key and Policy ID for gas sponsorship (required for fee collection)
* **Prepare beneficiary addresses**: Where collected fees will be sent

<Note>
  Fee configuration is handled by OneBalance during API key setup. Without Pimlico, you'll use our sponsored gas (no fee collection).
</Note>

## Launch

* **Confirm launch date** with OneBalance team and prepare rollback plan
* **Verify first transactions** work successfully and monitor for any issues
* **Monitor ongoing performance** and collect user feedback

## Support & Resources

### Getting Help

<CardGroup cols={2}>
  <Card title="Developer Support" icon="heart-handshake">
    Use the Intercom chat widget for instant help or email [support@onebalance.io](mailto:support@onebalance.io)
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.com/invite/vHkw7rpdT8">
    Connect with other developers building on OneBalance
  </Card>
</CardGroup>

### Documentation Resources

<CardGroup cols={2}>
  <Card title="API Reference" icon="square-terminal" href="/api-reference/introduction">
    Complete API documentation and examples
  </Card>

  <Card title="Integration Guides" icon="code" href="/guides/overview">
    Step-by-step integration tutorials
  </Card>

  <Card title="Privy Integration" icon="shield-check" href="/guides/chain-abstracted-swap-with-privy">
    Complete Privy wallet integration guide
  </Card>

  <Card title="Contract Calls" icon="file-code-2" href="/guides/contract-calls/examples">
    DeFi, NFT, and gaming integration examples
  </Card>
</CardGroup>

### Enterprise Solutions

<Card title="Enterprise Support" icon="building" href="mailto:sales@onebalance.io">
  Need custom rate limits, dedicated support, or enterprise features? Contact our sales team for tailored solutions.
</Card>

## Important Reminders

<AccordionGroup>
  <Accordion title="Timeline Requirements">
    * **Minimum 2 weeks notice** required for production launches
    * Early communication ensures smooth launch support
    * Complex integrations may require additional time
  </Accordion>

  <Accordion title="Fee Collection Requirements">
    * **Pimlico setup required** to collect user fees
    * **You're responsible** for paymaster account funding
    * **Test fee collection** before production launch
  </Accordion>

  <Accordion title="Security Best Practices">
    * **Never expose production API keys** in client-side code
    * **Implement proper authentication** server-side
    * **Set up proper error handling** and logging
  </Accordion>
</AccordionGroup>

<Note>
  This checklist covers the essential steps for a successful OneBalance launch. Click the links for detailed documentation on each topic. Contact our support team early and often - we're here to help.
</Note>
