> For the complete documentation index, see [llms.txt](https://docs.cdef.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cdef.finance/fees.md).

# Fees

| Action              | Processing Fee |
| ------------------- | :------------: |
| Wallet (Deposit)    |     0 USDT     |
| Wallet (Withdrawal) |     1 USDT     |
| Staking (Stake)     | 5 USDT or 0.1% |
| Staking (unstake)   |     0 USDT     |
| Internal transfer   |     0 USDT     |
| Swap                |      0.3%      |
| Compound            |      0.3%      |

\*\* Staking fees charges will change from time to time depending on current market price. &#x20;

### How is staking fee calculated ?

CDEF support Binance Smart Chain (BSC) project, every staking action will react with smart contract which will cost at least 0.02 BNB if the current market price is 650 USDT/BNB which is equivalent to 13 USDT. Therefore, the fee charges will change from time to time, for current staking charges minimum is 5 USDT or 0.1% whichever higher.&#x20;


---

# 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.cdef.finance/fees.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.
