> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-es/billeteras/billetera-integrada/comisiones-de-gas.md).

# Comisiones de gas

Cada transacción en la blockchain — ya sea [enviar](/goodcryptox-es/billeteras/billetera-integrada/enviar-monedas.md) monedas, ejecutar un [swap](/goodcryptox-es/trading-en-dex-spot/ordenes-manuales.md), o usar un [bot de trading ](/goodcryptox-es/trading-en-dex-spot/bots.md)— requiere una tarifa de gas. Esta es una pequeña cantidad del token nativo de la red pagada a los validadores para procesar y confirmar tu transacción on-chain.

#### Por qué importan las tarifas de gas

Las tarifas de gas no las cobra goodcryptoX — son una parte fundamental de cómo funcionan las blockchains. Sin suficiente token nativo en tu monedero para cubrir el gas, no podrás realizar ninguna acción on-chain — incluso si tienes otros tokens (como USDT o USDC).

Por ejemplo:

* ¿Quieres enviar USDT a otro monedero? → Necesitarás ETH en Ethereum, SOL en Solana, o BNB en BNB Chain.
* ¿Quieres intercambiar tokens usando goodcryptoX? Lo mismo — necesitarás un pequeño saldo del token nativo para pagar la tarifa de gas.

#### ¿Qué tokens necesitas para el gas?

Para tradear o retirar usando goodcryptoX, asegúrate de que tu monedero contenga un poco de:

* SOL en Solana
* ETH en Ethereum, Base y Arbitrum
* BNB en BNB Chain

> 📌 **Consejo:** Comienza enviando o comprando una pequeña cantidad del token nativo (incluso solo un par de dólares) antes de transferir otros tokens.

Una vez que tu monedero tenga el token de gas requerido, podrás enviar, intercambiar o tradear cualquier activo compatible. También puedes usar tus otras monedas (como USDC o USDT) para comprar más token de gas directamente en la app.

#### 💡 Próximamente: paga las tarifas de gas en stablecoins y tokens principales

Estamos trabajando en una función que te permitirá pagar las tarifas de gas usando los tokens que ya posees — como USDT, USDC, o incluso [GOOD](/goodcryptox-es/token-good/resumen.md). Una vez que esto esté en vivo, no tendrás que preocuparte por mantener tokens nativos en cada cadena.

Hasta entonces, por favor asegúrate de financiar tu monedero con el token nativo correcto antes de enviar o intercambiar cualquier activo.


---

# 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.goodcrypto.app/goodcryptox-es/billeteras/billetera-integrada/comisiones-de-gas.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.
