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

# Supported Assets

> Which tokens and chains are accepted for deposits.

Only supported tokens are accepted for deposits. Sending any other token, including native chain tokens like ETH or SOL, will not count toward the spending balance.

<Tabs>
  <Tab title="Production">
    Production uses standard USDC issued by Circle and USDT issued by Tether.

    **Base**

    | Token    | Symbol | Standard | Contract Address                             |
    | -------- | ------ | -------- | -------------------------------------------- |
    | USD Coin | USDC   | ERC-20   | `0x833589fcd6edb6e08f4c7c32d4f71b54bda02913` |

    **Polygon**

    | Token      | Symbol | Standard | Contract Address                             |
    | ---------- | ------ | -------- | -------------------------------------------- |
    | USD Coin   | USDC   | ERC-20   | `0x3c499c542cef5e3811e1192ce70d8cc03d5c3359` |
    | Tether USD | USDT   | ERC-20   | `0xc2132d05d31c914a87c6611c10748aeb04b58e8f` |

    **Solana**

    | Token      | Symbol | Standard | Mint Address                                   |
    | ---------- | ------ | -------- | ---------------------------------------------- |
    | USD Coin   | USDC   | Token    | `EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v` |
    | Tether USD | USDT   | Token    | `Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB` |
  </Tab>

  <Tab title="Sandbox">
    The sandbox uses Reap-issued test tokens on public testnets. RUSDC and RUSDT are functionally equivalent to USDC and USDT but exist solely for integration testing. Contact the Reap team to receive test tokens for your wallet.

    **Base Sepolia**

    | Token         | Symbol | Standard | Contract Address                             |
    | ------------- | ------ | -------- | -------------------------------------------- |
    | Reap USD Coin | RUSDC  | ERC-20   | `0xeB9Cb47c97ecff4875a1f29A8345818BC0eDc30E` |

    **Polygon Amoy**

    | Token           | Symbol | Standard | Contract Address                             |
    | --------------- | ------ | -------- | -------------------------------------------- |
    | Reap USD Coin   | RUSDC  | ERC-20   | `0x00D4e14024d8AbC6D6D35708b5bEC65B2f28e6E3` |
    | Reap Tether USD | RUSDT  | ERC-20   | `0x0aAACf028519E30A88683222B00f4c7A8B5913CB` |

    **Solana Devnet**

    | Token           | Symbol | Standard   | Mint Address                                   |
    | --------------- | ------ | ---------- | ---------------------------------------------- |
    | Reap USD Coin   | RUSDC  | Token-2022 | `BAkGvYZjgR3u2zcphn2LLtXaWq7aDRBH27ipbV7uDZeU` |
    | Reap Tether USD | RUSDT  | Token-2022 | `B2DPuMqUAXvzbsBXsWkVyLH1exXqp8aRojRL3b7zVXrp` |
  </Tab>
</Tabs>

<Tip>
  We are actively expanding our supported chains and tokens. If a chain or asset you need is not listed here, reach out to your Reap contact.
</Tip>
