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

# Exchanges

> Generate yield on idle exchange balances

> Generate yield on idle exchange balances

Exchanges hold significant stablecoin reserves that sit idle — user deposits awaiting trades, settlement float, treasury reserves, and order book liquidity buffers. RebelFi turns these idle balances into a revenue stream.

## Supported Blockchains

| Blockchain | Token Support | Status      |
| ---------- | ------------- | ----------- |
| Solana     | USDC, USDT    | Live        |
| Polygon    | USDC, USDT    | Live        |
| Ethereum   | USDC, USDT    | Live        |
| Base       | USDC          | Live        |
| Arbitrum   | USDC, USDT    | Coming Soon |

## The Opportunity

### Where Idle Capital Sits

* **User deposit accounts** — Stablecoins deposited but not actively trading
* **Settlement float** — Funds between trade execution and withdrawal
* **Treasury reserves** — Operating capital and reserves
* **Order book buffers** — Liquidity reserves for market making

### Example Economics

```
Exchange stablecoin holdings: $50M
Deployable (conservative, 60%): $30M
Annual yield (5-8% APY): $1.5M - $2.4M
Previous yield on these balances: $0
```

<Note>
  Yield rates are variable and depend on market conditions. The figures above are illustrative.
</Note>

## How It Works

1. Register your exchange wallets with RebelFi
2. Call the supply API with the amount you want to deploy → receive unsigned transaction(s)
3. Sign with your custody solution and submit
4. RebelFi tracks allocations, accrues yield, and provides reporting
5. Unwind anytime — funds typically available in 30-60 seconds (Solana) or 1-3 minutes (EVM)

## Revenue Models

### Treasury Yield

Deploy exchange reserves to earn yield directly.

### User Deposit Yield

Offer yield to users as a competitive feature:

* Earn 5-8% gross → pay users 3-5% → keep the spread
* Differentiates your exchange from competitors

### Example Economics

```
Exchange stablecoin holdings: $50M
Deployable (conservative, 60%): $30M
Annual yield (5-8% APY): $1.5M - $2.4M

User deposit yield model:
  Gross yield: $2M
  Paid to users (4% APY): $1.2M
  Exchange revenue (spread): $800k
```

## Risk Management

* **Non-custodial**: you maintain full custody of all funds
* **Audited protocols**: RebelFi only works with audited DeFi protocols
* **Liquidity buffers**: ensure withdrawal availability
* **Real-time monitoring**: position monitoring and reporting

## Compliance

### Compliance Infrastructure

RebelFi offers KYT (Know Your Transaction) monitoring for institutional deployments — [contact us](mailto:team@rebelfi.io) to discuss your compliance requirements.

* Full audit trail via double-entry ledger
* Daily yield accounting and exportable reports

### Cross-Chain Operations

Need to move USDC between chains? RebelFi supports cross-chain bridging via Circle's CCTP. [Contact us](mailto:team@rebelfi.io) for details.

## Next Steps

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/guides/quickstart">
    Get started with RebelFi
  </Card>

  <Card title="Sandbox" icon="flask" href="/guides/sandbox">
    Try it in our sandbox environment
  </Card>

  <Card title="API Documentation" icon="code" href="/api-reference/introduction">
    Explore the complete API reference
  </Card>

  <Card title="Fireblocks Integration" icon="vault" href="/sdk/custody-providers/fireblocks">
    Sign transactions with Fireblocks custody
  </Card>
</CardGroup>
