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

# Plans & Pricing

> Compare Renvoy plans — from free sandbox to enterprise.

## Overview

|                        | Sandbox                     | Agent                  | Starter                | Growth                 | Enterprise |
| ---------------------- | --------------------------- | ---------------------- | ---------------------- | ---------------------- | ---------- |
| **Price**              | Free                        | 0.001 USDC/credit      | Free                   | \$20/mo                | Custom     |
| **Settlements**        | 1,000/mo                    | 1 per credit           | 1,000/mo included      | 20,000/mo included     | Custom     |
| **Overage**            | —                           | —                      | Credit packs           | Credit packs           | Custom     |
| **Verifications**      | 5,000/mo                    | 5 per credit           | 5,000/mo               | 100,000/mo             | Custom     |
| **RPS**                | 5                           | 50                     | 50                     | 100                    | Custom     |
| **Networks**           | Base Sepolia, Solana Devnet | Base + Sepolia, Solana | Base + Sepolia, Solana | Base + Sepolia, Solana | All        |
| **Flashblocks**        | No                          | No                     | No                     | Yes                    | Yes        |
| **KYT screening**      | Yes                         | Yes                    | Yes                    | Yes                    | Yes        |
| **Settlement history** | No                          | Yes                    | Yes                    | Yes                    | Yes        |
| **Auth**               | None (IP-limited)           | x402 payment           | API key                | API key                | API key    |

## Sandbox

Free access, no signup. IP-based rate limiting. Base Sepolia and Solana Devnet (testnets) only.

Use this for development and testing. Point your facilitator URL at:

```
https://x402.renvoy.ai/sandbox
```

* 1,000 settlements per month per IP
* 5,000 verifications per month per IP
* 5 requests per second per IP
* Minimum payment: 0.0001 USDC

## Agent

For AI agents and programmatic access. No signup or dashboard — purchase credits by paying USDC directly via the x402 protocol.

* **Price**: 0.001 USDC per credit (minimum purchase: 0.01 USDC = 10 credits)
* **1 credit = 1 settlement**
* **5 verifications per credit**
* Credits never expire
* One API key per wallet — top up anytime via the same endpoint
* 50 requests per second

See [Agent Self-Provisioning](/integration/agent) for the full API.

## Starter

Free to start, pay as you go. Sign up at [renvoy.ai](https://renvoy.ai) to get an API key.

* 1,000 settlements per month included
* 5,000 verifications per month included
* When free quota runs out, buy credit packs ($5–$50)
* 50 requests per second
* Base + Base Sepolia, Solana + Solana Devnet

## Growth

For higher-volume APIs. Includes Flashblocks for \~200ms settlement times.

* \$20/month subscription
* 20,000 settlements per month included
* 100,000 verifications per month included
* When free quota runs out, buy credit packs ($5–$50)
* 100 requests per second
* **Flashblocks**: append `/flash/` to your path for \~200ms settlement
* Base + Base Sepolia, Solana + Solana Devnet

### Using Flashblocks

Growth plan users can access Flashblocks settlement by adding `/flash/` before the endpoint:

```
https://x402.renvoy.ai/v1/YOUR_API_KEY/flash/settle
```

Standard settlement (\~2s):

```
https://x402.renvoy.ai/v1/YOUR_API_KEY/settle
```

## Enterprise

Custom pricing, custom quotas, dedicated facilitator instances. [Contact sales](https://renvoy.ai).

## How quotas work

### What counts toward your quota

Quotas count **all non-5xx responses** — successful settlements, rejected payments (400), insufficient balance (402), and other client errors all count. Only facilitator errors (5xx) are excluded.

This means a malformed request that returns 400 still consumes one unit of quota.

### Settle quota behavior

| Plan type          | Behavior                                                                                        |
| ------------------ | ----------------------------------------------------------------------------------------------- |
| **Starter/Growth** | **Hard limit** — returns `429` when free quota is exhausted. Purchase credit packs to continue. |
| **Agent**          | **Hard limit** — returns `429` when credits are exhausted. Top up via x402 payment.             |
| **Enterprise**     | Configurable — soft or hard limit per owner.                                                    |

### Verify quota behavior

Verification quotas are **hard-capped for all plans**. When exhausted, returns `429` with `x-verification-remaining: 0`. Starter/Growth owners can purchase credit packs to extend verify capacity.

**Exception**: Enterprise plans can have soft verify limits (configurable per owner).

### Rate limit headers

Every metered response includes remaining quota headers:

```
x-settlement-remaining: 847
x-verification-remaining: 9231
```

### Minimum payment amounts

| Plan           | Minimum     |
| -------------- | ----------- |
| Sandbox        | 0.0001 USDC |
| All paid plans | 0.001 USDC  |

## Credit packs

When your free monthly quota runs out, buy credit packs to keep going. Credits never expire and carry over across billing periods.

| Pack   | Settle Credits | Verify Credits | Price |
| ------ | -------------- | -------------- | ----- |
| Small  | 5,000          | 25,000         | \$5   |
| Medium | 10,000         | 50,000         | \$10  |
| Large  | 20,000         | 100,000        | \$20  |
| XL     | 50,000         | 250,000        | \$50  |

Available for Starter and Growth plans. Purchase from the dashboard billing page.

**How credits work:**

1. Each billing period, your free quota is consumed first
2. When free quota is exhausted, credits are automatically used
3. If a settlement fails (no gas spent), the credit is refunded
4. Credits carry over — unused credits persist across months
