> For the complete documentation index, see [llms.txt](https://cod3r.gitbook.io/cod3r-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cod3r.gitbook.io/cod3r-documentation/pricing-plans.md).

# Pricing Plans

> Choose the plan that fits your needs. All plans are paid with USDT or USDC on Base, BSC, or Ethereum.

{% columns %}
{% column %}
Free$

&#x20;<mark style="color:purple;">**0**</mark>&#x20;

Try cod3r.ai for free

* 75 credits
* 1 project
* 3 previews per project
  {% endcolumn %}

{% column %}
Pro

$29/month

For serious app builders who need more power and flexibility

* 375 bonus credits/mo
* 6 projects total
* Unlimited deploys
* Custom domains
* Download source code
  {% endcolumn %}

{% column %}
Ultra

$69/month *(Recommended)*

For full-stack builders who need backend infrastructure

* 700 bonus credits/mo
* 15 projects total
* Everything in Pro
* Next.js Full-Stack
* Backend & API routes
* Supabase, Stripe & more
  {% endcolumn %}
  {% endcolumns %}

{% hint style="danger" %}
When your monthly credits are depleted, you can top up with a one-time Credit Package without changing your subscription plan.
{% endhint %}

### $COD3R Token Holder Discount

Holders of $COD3R receive an exclusive 30% discount on Pro and Ultra plans. To qualify, simply hold a minimum of 0.2% of the total $COD3R supply in your connected wallet at the time of payment.

| Plan  | Standard Price | After 30% Discount |
| ----- | -------------- | ------------------ |
| Pro   | $29/month      | **$20.3/month**    |
| Ultra | $69/month      | **$48.3/month**    |

This discount is automatically applied when the required token balance is detected in your wallet - no codes, no manual steps.\
\
**Credit Packs**

Each AI generation or project update consumes credits. Credit packs can be purchased at any time and refilled instantly using USDT or USDC on Base, BSC, or Ethereum.

| Pack          | Credits       | Projects      | Standard Price | With $COD3R Discount |
| ------------- | ------------- | ------------- | -------------- | -------------------- |
| Starter Pack  | 250 credits   | + 1 project   | $25            | **$17.5**            |
| Pro Pack      | 625 credits   | + 3 projects  | $50            | **$35**              |
| Business Pack | 1,750 credits | + 10 projects | $100           | **$70**              |

***

*Holding $COD3R is the simplest way to reduce your platform costs while supporting the ecosystem. The more you build, the more your token holding pays off.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cod3r.gitbook.io/cod3r-documentation/pricing-plans.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
