> 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-ro/portofele/portofel-integrat/taxe-de-gas.md).

# Taxe de gas

Fiecare tranzacție blockchain — fie că este [trimiterea](/goodcryptox-ro/portofele/portofel-integrat/trimite-monede.md) monedelor, executarea unui [swap](/goodcryptox-ro/trading-dex-spot/ordine-manuale.md), sau utilizarea unui [bot de tranzacționare ](/goodcryptox-ro/trading-dex-spot/boti.md)— necesită o taxă de gaz. Aceasta este o mică cantitate din tokenul nativ al rețelei plătită validatorilor pentru a procesa și confirma tranzacția ta on-chain.

#### De ce sunt importante taxele de gaz

Taxele de gaz nu sunt percepute de goodcryptoX — ele sunt o parte fundamentală a modului în care funcționează blockchain-urile. Fără suficient token nativ în portofel pentru a acoperi gazul, nu vei putea efectua nicio acțiune on-chain — chiar dacă deții alte tokenuri (precum USDT sau USDC).

De exemplu:

* Vrei să trimiți USDT către un alt portofel? → Vei avea nevoie de ETH pe Ethereum, SOL pe Solana sau BNB pe BNB Chain.
* Vrei să schimbi tokenuri folosind goodcryptoX? Același lucru — vei avea nevoie de un sold mic din tokenul nativ pentru a plăti taxa de gaz.

#### Ce tokenuri îți trebuie pentru gaz?

Pentru a tranzacționa sau retrage folosind goodcryptoX, asigură-te că portofelul tău conține puțin din:

* SOL pe Solana
* ETH pe Ethereum, Base și Arbitrum
* BNB pe BNB Chain

> 📌 **Sfat:** Începe prin a trimite sau cumpăra o cantitate mică din tokenul nativ (chiar doar câțiva dolari) înainte de a transfera alte tokenuri.

Odată ce portofelul tău are tokenul de gaz necesar, vei putea trimite, schimba sau tranzacționa orice active suportate. De asemenea, poți folosi alte monede (ca USDC sau USDT) pentru a cumpăra mai mult token de gaz direct în aplicație.

#### 💡 În curând: plătește taxele de gaz în stablecoin-uri și tokenuri principale

Lucrăm la o funcție care îți va permite să plătești taxele de gaz folosind tokenurile pe care le deții deja — precum USDT, USDC sau chiar [GOOD](/goodcryptox-ro/tokenul-good/rezumat.md). Odată ce aceasta va fi activă, nu va trebui să te mai îngrijorezi deținerea tokenurilor native pe fiecare rețea.

Până atunci, te rugăm să te asiguri că îți alimentezi portofelul cu tokenul nativ corect înainte de a trimite sau schimba orice active.


---

# 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-ro/portofele/portofel-integrat/taxe-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.
