# Swap

### When should I consider Mint/Redeem and not swapping?&#x20;

There are two scenarios in which we recommend you would Mint/Redeem instead of swap:

1. You are an experienced crypto-trader and you understand the implications of each activity.
2. When you’re looking to perform a large transaction, that if done as a regular swap would cause a significant slippage and sub-optimal price outcome for the purchase.

### Do I need a BDX token for swapping?

No, unless you are trying to swap to or from BDX directly. BDX is only used when Minting/Redeeming in order to make up for the collateral ratio and keep the tokens stable.

### Why do I need to approve the tokens before I swap?&#x20;

Decentralized Exchanges use smart contracts to trade (swap) tokens. You will need to approve tokens for the first time in order to give the smart contract permission to use the particular tokens from your wallet. You would need to do this for each new token and for each new transaction (e.g. approve BDX for swapping and for staking).

### What are the fees for swapping?

There is a small fee which is typically 0.3%. The fee will be automatically calculated once you choose the tokens you would like to swap. 0.25% will be rewarded to the liquidity provider while the remaining 0.05% goes to the protocol’s treasury. In the future, we’ll work on enabling the usage of these funds to provide more interest to the holders of BDX. That will become more relevant as we’ll introduce Blindex Lending.


---

# Agent Instructions: 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.blindex.io/faq/swap.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.
