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

# Token Creation Flows Overview

Three flows, available in the UI and replicable via [REST API](/tokenmanager/for-developers-and-ai-agents/agent-rest-api.md) or [MCP](/tokenmanager/for-developers-and-ai-agents/mcp-server.md).

| Flow                                                                   | What it does                                    | Best for                                     |
| ---------------------------------------------------------------------- | ----------------------------------------------- | -------------------------------------------- |
| [**Celo Native**](/tokenmanager/guides/celo-native-token.md)           | Token on Celo L2 only                           | Community tokens, local currencies, low cost |
| [**Ethereum Enabled**](/tokenmanager/guides/ethereum-enabled-token.md) | Token on L1 + L2, linked via bridge             | Ethereum DeFi access, cross-chain projects   |
| [**L2→L1 Migration**](/tokenmanager/guides/l2-to-l1-migration.md)      | Add an L1 counterpart to an existing Celo token | Celo projects expanding to Ethereum          |

| Flow             | Steps | Time                    |
| ---------------- | ----- | ----------------------- |
| Celo Native      | 1     | \~5 sec                 |
| Ethereum Enabled | 4–5   | \~2 min + 20 min bridge |
| L2→L1 Migration  | 3–4   | \~2 min + bridge        |

{% hint style="info" %}
Token creation is **free to use** — you only pay network gas.
{% endhint %}


---

# 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:

```
GET https://celopg.gitbook.io/tokenmanager/guides/token-creation-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
