> 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/readme.md).

# Welcome to Token Manager

Token Manager is an open-source, community-owned token platform built by [EcoLabs](https://github.com/EcoLabsHQ) as a contribution to **Celo Public Goods (CeloPG)**. Deploy and manage ERC-20 tokens on Celo L2 and Ethereum — through a web UI, or programmatically via MCP and REST APIs.

## What you can do

* 🚀 Create tokens on Celo L2 — fast and low-cost
* 🌉 Deploy cross-chain tokens on Ethereum L1 with Celo bridge support
* 🤖 Let AI agents create and manage tokens (MCP + REST API)
* 📊 Query tokens, holders, and transfers via subgraph
* 🖼️ ERC-7572 compliant IPFS metadata

## Where to go

| You are...                       | Start here                                                                                                                                        |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Setting up locally               | [Quickstart](/tokenmanager/getting-started/quickstart.md)                                                                                         |
| Creating a token                 | [Token Creation Flows](/tokenmanager/guides/token-creation-overview.md)                                                                           |
| Building an integration or agent | [MCP Server](/tokenmanager/for-developers-and-ai-agents/mcp-server.md) / [REST API](/tokenmanager/for-developers-and-ai-agents/agent-rest-api.md) |
| Reading the Solidity             | [Contracts Overview](/tokenmanager/smart-contracts/overview.md)                                                                                   |
| Running infrastructure           | [Backend](/tokenmanager/infrastructure/backend.md)                                                                                                |

{% hint style="info" %}
Source: [github.com/EcoLabsHQ/token-manager](https://github.com/EcoLabsHQ/token-manager) — MIT licensed.
{% endhint %}

{% hint style="warning" %}
No external audits completed yet. See [Security](/tokenmanager/smart-contracts/security.md).
{% 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/readme.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.
