# Registering new cERC20 tokens

## Register with Ubeswap

CeloTerminal utilizes Ubeswap token list internally, thus you can just register your token with Ubeswap to have it included in CeloTerminal automatically.

{% embed url="<https://github.com/Ubeswap/default-token-list>" %}

## Register with CeloTerminal

To register a new cERC20 (Celo ERC20) token in the predefined list of tokens that CeloTerminal supports, you can also simply create a pull request that adds the information for the new token in this file: [src/lib/erc20/registry.ts](https://github.com/zviadm/celoterminal/blob/main/src/lib/erc20/registry.ts)


---

# Agent Instructions: 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://docs.celoterminal.com/developers/registering-new-cerc20-tokens.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.
