> For the complete documentation index, see [llms.txt](https://docs-core.allbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-core.allbridge.io/product/faq/what-is-an-approve-transaction.md).

# What is an Approve Transaction?

On EVM blockchains (Ethereum, BNB Chain, Polygon, Arbitrum, Base, etc.) and on Tron, you cannot simply send tokens together with a smart-contract call. You must first give the contract permission to access a specific amount of your tokens.

When using Allbridge Core, you will see an Approve prompt before sending tokens or providing liquidity.

To minimize security risk, Allbridge Core only requests approval for the exact amount needed. Some other dApps ask for unlimited access to your tokens, but we avoid this approach. In most wallets you can also review and, in many cases, edit the exact amount being approved before confirming the transaction.

Please note that approving exact amounts means you will need to sign and pay for an approval transaction each time you interact with Allbridge Core.

On blockchains like Solana, Stellar, and Sui, tokens are transferred to smart contracts in a different way, so no approval step is required there.


---

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

```
GET https://docs-core.allbridge.io/product/faq/what-is-an-approve-transaction.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.
