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

# Pricing plans

We offer flexible plans for wallets, exchanges, and custodians

<CardGroup cols={3}>
  <Card title="Free" icon="handshake">
    <div style={{ position: 'relative', minHeight: '420px', paddingBottom: '60px' }}>
      <div style={{ fontSize: '1.3rem', fontWeight: 'bold', marginBottom: '1rem' }}>\$0 /month</div>

      <div style={{ marginBottom: '1rem' }}>
        Get started for free.<br />
        Perfect for solo builders & early prototyping
      </div>

      <ul style={{ listStyleType: 'none', padding: 0 }}>
        <li>✓ 5,000 API calls per month</li>
        <li>✓ Access to all supported blockchains</li>
        <li>✓ Discord support</li>
        <li>✓ Ideal for hackathons, testing, and MVPs</li>
      </ul>

      <div style={{ position: 'absolute', bottom: '0', left: '0', right: '0', textAlign: 'center' }}>
        <a
          href="https://dashboard.Adamik.io"
          target="_blank"
          rel="noopener noreferrer"
          style={{ 
        display: 'inline-block', 
        padding: '0.5rem 1rem', 
        backgroundColor: '#111827', 
        color: 'white', 
        borderRadius: '0.375rem', 
        textDecoration: 'none', 
        fontWeight: '500' 
      }}
        >
          Get Started for Free
        </a>
      </div>
    </div>
  </Card>

  {" "}

  <Card title="Growth" icon="arrow-up-right-dots">
    <div style={{ position: "relative", minHeight: "420px", paddingBottom: "60px" }}>
      <div style={{ fontSize: "1.3rem", fontWeight: "bold", marginBottom: "1rem" }}>
        \$250 /month
      </div>

      <div style={{ marginBottom: "1rem" }}>
        Pay-as-you-go.
        Ideal for scaling teams & production use
      </div>

      <ul style={{ listStyleType: "none", padding: 0 }}>
        <li>✓ 10,000 API calls per month</li>
        <li>✓ Usage-based billing beyond 10k</li>
        <li>✓ Access to all supported blockchains</li>
        <li>✓ Priority Slack support</li>
      </ul>

      <div
        style={{
    position: "absolute",
    bottom: "0",
    left: "0",
    right: "0",
    textAlign: "center",
  }}
      >
        <a
          href="https://adamik.io/contact"
          target="_blank"
          rel="noopener noreferrer"
          style={{
      display: "inline-block",
      padding: "0.5rem 1rem",
      backgroundColor: "#f3f4f6",
      color: "#111827",
      borderRadius: "0.375rem",
      textDecoration: "none",
      fontWeight: "500",
    }}
        >
          Talk to Us →
        </a>
      </div>
    </div>
  </Card>

  <Card title="Enterprise" icon="building">
    <div style={{ position: 'relative', minHeight: '420px', paddingBottom: '60px' }}>
      <div style={{ fontSize: '1.3rem', fontWeight: 'bold', marginBottom: '1rem' }}>Custom</div>

      <div style={{ marginBottom: '1rem' }}>
        Ideal for high-throughput enterprises
      </div>

      <ul style={{ listStyleType: 'none', padding: 0 }}>
        <li>✓ Unlimited Calls</li>
        <li>✓ Access to all supported blockchains</li>
        <li>✓ Custom Rate Limits</li>
        <li>✓ White-glove Pilot</li>
        <li>✓ Premium Support</li>
      </ul>

      <div style={{ position: 'absolute', bottom: '0', left: '0', right: '0', textAlign: 'center' }}>
        <a
          href="https://adamik.io/contact"
          target="_blank"
          rel="noopener noreferrer"
          style={{ 
        display: 'inline-block', 
        padding: '0.5rem 1rem', 
        backgroundColor: 'white', 
        color: '#111827', 
        borderRadius: '0.375rem', 
        textDecoration: 'none', 
        fontWeight: '500' 
      }}
        >
          Talk to Us →
        </a>
      </div>
    </div>
  </Card>
</CardGroup>

## How It Works

1. **Free Plan**: The Free Plan gives you 5,000 API calls per month with access to all supported blockchains. It's perfect for non-production use, offering basic rate limits and access to community support. No payment information is required to get started.

2. **Growth Plan**: This plan is designed for production environments. For \$250 per month, you get 10,000 API calls included, premium support, and increased rate limits for higher-volume use. After the first 10,000 API calls, additional calls are charged according to the dynamic pricing tiers below, which scale based on your usage.

3. **Enterprise Plan**: For businesses with high volume needs. This plan offers custom pricing, dedicated support, and tailored features for high-throughput enterprises.

## Pricing Tiers for Pay-As-You-Go Plan

Your cost is recalculated immediately after each API call based on a rolling 30-day total, with prices dynamically adjusting to match the appropriate tier.

<table style={{ width: "100%", tableLayout: "fixed" }}>
  <thead>
    <tr>
      <th style={{ textAlign: "center", minWidth: "200px" }}>Tier</th>
      <th style={{ textAlign: "center", minWidth: "200px" }}>API Calls</th>
      <th style={{ textAlign: "center", minWidth: "200px" }}>Price per Call</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td style={{ textAlign: "center" }}>1</td>
      <td style={{ whiteSpace: "nowrap" }}>10,001 - 500,000</td>
      <td style={{ textAlign: "center" }}>\$0.00071</td>
    </tr>

    <tr>
      <td style={{ textAlign: "center" }}>2</td>
      <td style={{ whiteSpace: "nowrap" }}>500,001 - 1,000,000</td>
      <td style={{ textAlign: "center" }}>\$0.00064</td>
    </tr>

    <tr>
      <td style={{ textAlign: "center" }}>3</td>
      <td style={{ whiteSpace: "nowrap" }}>1,000,001 - 5,000,000</td>
      <td style={{ textAlign: "center" }}>\$0.00057</td>
    </tr>

    <tr>
      <td style={{ textAlign: "center" }}>4</td>
      <td style={{ whiteSpace: "nowrap" }}>5,000,001 - 15,000,000</td>
      <td style={{ textAlign: "center" }}>\$0.00050</td>
    </tr>

    <tr>
      <td style={{ textAlign: "center" }}>5</td>

      <td style={{ whiteSpace: "nowrap" }}>
        15,000,001 - 50,000,000
      </td>

      <td style={{ textAlign: "center" }}>\$0.00029</td>
    </tr>

    <tr>
      <td style={{ textAlign: "center" }}>6</td>

      <td style={{ whiteSpace: "nowrap" }}>
        50,000,001 - 100,000,000
      </td>

      <td style={{ textAlign: "center" }}>\$0.00023</td>
    </tr>

    <tr>
      <td style={{ textAlign: "center" }}>7</td>
      <td style={{ whiteSpace: "nowrap" }}>>100,000,000</td>
      <td style={{ textAlign: "center" }}>\$0.00011</td>
    </tr>
  </tbody>
</table>

## Example: Monthly Cost Calculation

**Example Scenario:**

* **Plan**: Growth Plan
* **Total API Calls**: 1,200,000 (monthly)

### Calculation:

1. **API Call Charges**:

   * First 10,000 calls:\
     Included in the monthly fee of \$250
   * Next 490,000 calls (Tier 1):\
     `490,000 × 0.00071 = $347.90`
   * Next 500,000 calls (Tier 2):\
     `500,000 × 0.00064 = $320.00`
   * Remaining 200,000 calls (Tier 3):\
     `200,000 × 0.00057 = $114.00`
   * **Total API Call Cost**:\
     `$347.90 + $320.00 + $114.00 = $781.90`

2. **Total Monthly Cost**:\
   `$781.90 (API Call Cost) + $250 (Flat Fee) = $1,031.90`

## Need More Features?

We value your feedback.

[Contact us](https://adamik.io/contact) to discuss upgrades.
