> For the complete documentation index, see [llms.txt](https://docs.celoterminal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.celoterminal.com/developers/registering-new-cerc20-tokens.md).

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