> 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/project/frequently-asked-questions.md).

# Frequently Asked Questions

#### Do I need coding skills?

No. cod3r.ai is designed for anyone. Describe what you want in plain language and the AI builds it. Zero programming knowledge required.

#### How do I sign up?

There's no sign-up form. Visit `cod3r.ai`, click "Connect Wallet," and you're in. Your wallet address is your account.

#### What wallets are supported?

Any WalletConnect-compatible wallet including MetaMask, Phantom, Trust Wallet, and others.

#### How do I pay?

All payments are made in USDT or USDC on Ethereum, Base, or BNB Chain. There are no credit card or bank transfer options - cod3r.ai is intentionally Web3-native.

#### Are credits refundable?

Credits are non-refundable once purchased. Unused credits from one-time packages do not expire. Monthly plan credits refresh each billing cycle.

#### What's the difference between credits and projects?

Credits are consumed each time you generate or edit an app. Projects are separate workspaces. The Free plan gives 75 credits and 1 project: higher plans provide more of both.

#### Can I download my source code?

Yes, on Pro and Ultra plans you can download the full source code of any project at any time.

#### When does the $COD3R token launch?

The $COD3R token has not launched yet. Details will be announced via [@cod3rAi on X](https://x.com/cod3rAi). The platform works fully without the token today.

#### Is the team public?

The team operates anonymously. All contracts and treasury wallets will be publicly verifiable on-chain. Code and product speak for themselves.

#### How does the referral program work?

Share your referral link. When builders sign up and use the platform, you automatically earn bonus credits. No limits on referrals or rewards.


---

# 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/project/frequently-asked-questions.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.
