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

# Contract Addresses

> Deployed RentrEscrow + USDC addresses on Base mainnet and Sepolia.

## Base Sepolia (testnet)

For development and testing. **Don't send real funds here.**

| Contract              | Address                                                                                                                         |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| RentrEscrow           | [`0x02291aa3e165069eafbAb3be48Da0673a6cb5aB1`](https://sepolia.basescan.org/address/0x02291aa3e165069eafbAb3be48Da0673a6cb5aB1) |
| USDC (Circle testnet) | [`0x036CbD53842c5426634e7929541eC2318f3dCF7e`](https://sepolia.basescan.org/address/0x036CbD53842c5426634e7929541eC2318f3dCF7e) |

Get test USDC from [Circle's faucet](https://faucet.circle.com). Get Sepolia ETH from [Coinbase's faucet](https://portal.cdp.coinbase.com/products/faucet) or [Alchemy's](https://www.alchemy.com/faucets/base-sepolia).

## Base mainnet

| Contract      | Address                                                                                                                 |
| ------------- | ----------------------------------------------------------------------------------------------------------------------- |
| RentrEscrow   | (not yet deployed — coming soon)                                                                                        |
| USDC (native) | [`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`](https://basescan.org/address/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) |

This page updates the moment the mainnet contract is live.

## Chain info

| Network      | Chain ID | RPC                        |
| ------------ | -------- | -------------------------- |
| Base mainnet | 8453     | `https://mainnet.base.org` |
| Base Sepolia | 84532    | `https://sepolia.base.org` |

For production use, point at Alchemy/QuickNode/Coinbase Cloud instead of the public endpoints (rate limits).

## Source verification

Both contracts (testnet, and mainnet when deployed) are verified on Basescan — click through to read the source directly.
