> For the complete documentation index, see [llms.txt](https://docs.dexkit.com/productos-defi-y-soluciones-es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexkit.com/productos-defi-y-soluciones-es/dexappbuilder/gestionando-esta-herramienta/importando-tokens.md).

# Importando tokens

**Pasos para importar tokens mediante la API de CoinGecko:**

1. **Acceder al modal de importar token:**\
   Navega a la sección 'Settings Tokens' y haz clic en el botón 'Import'.

<figure><img src="/files/38ba4889ede359503897df64c7412928e35efa2a" alt=""><figcaption></figcaption></figure>

1. **Buscar tu token:**\
   En el campo 'Search Token', comienza a escribir el nombre o el símbolo del token que deseas agregar desde los tokens predefinidos a continuación
2. **Seleccionar tu token:**\
   Haz clic en el token deseado de la lista desplegable o simplemente actívalo haciendo clic en el interruptor azul a la derecha del token
3. **Importar nuevo token:**\
   Haz clic en el botón « + Import» para abrir el siguiente modal:

<figure><img src="/files/e0c56a7be5a0647a54568ef3b9565385c277183f" alt="" width="213"><figcaption><p>Busca usando el ticker o el nombre del token.</p></figcaption></figure>

4. Elige la red correcta entre las proporcionadas.
5. Haz clic en Search Token y escribe el token que estás buscando. La dirección del contrato, el nombre, el símbolo y los decimales se completarán automáticamente si el token que buscas está disponible en [la API de tokens de CoinGecko](https://www.coingecko.com/en/api).
6. Si tu token no aparece al buscar, por favor pega la dirección del contrato del token y completa los demás campos también. Es posible que tu token no esté disponible en CoinGecko pero que pueda negociarse completamente en tu DApp.
7. Después de terminar con este modal, haz clic en el botón azul «Import» y vuelve a la lista de tokens. Tu token importado recientemente debería estar allí:

<figure><img src="/files/b4edd865dd8aefdb349b8fe49934e98eae13f795" alt=""><figcaption><p>Para este ejemplo añadimos PepeCoin en la red Polygon.</p></figcaption></figure>

8. ¡Guarda todas tus importaciones y disfruta de tus nuevos pares de trading! 🥳


---

# 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://docs.dexkit.com/productos-defi-y-soluciones-es/dexappbuilder/gestionando-esta-herramienta/importando-tokens.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.
