> For the complete documentation index, see [llms.txt](https://diode-mixer.gitbook.io/diode-mixer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://diode-mixer.gitbook.io/diode-mixer/diode-mixer-glossary.md).

# Diode Mixer Glossary

| Navigation Bar |                                                                                                                     |
| -------------- | ------------------------------------------------------------------------------------------------------------------- |
| Mix            | Transaction of mixed tokens. Users can anonymize assets by depositing and withdrawing operations in the Mix section |
| Mining         | Mining section, including transaction mining and liquidity mining                                                   |
| Vault          | Dividend pool. Users deposit DIODE in the VAULT to obtain continuous dividends                                      |

| Mix Section           |                                                                                                                                                                                                                          |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Deposit               | Deposit assets in the mixing pool                                                                                                                                                                                        |
| Token                 | Tokens supported by Diode Mixer                                                                                                                                                                                          |
| Denomination          | The amount to be mixed. Users need to choose a fixed amount of tokens to be mixed so that Diode Mixer can blend it with other transactions of the same amount in the mixing pool to achieve the purpose of token mixing. |
| Current liquidity fee | The token mixing fee, which will be charged when users withdraw their funds. The mixing fee is 0.1% upon project listing, rising by 0.1%each week, and after reaching 0.5%, the community will vote on the fee rate.     |
| Private Note or Note  | The transaction voucher is the only credential for the user to withdraw the assets and needs to be kept safe.                                                                                                            |
| Withdraw              | Withdraw assets to a new address                                                                                                                                                                                         |
| Recipient             | Receiving address, the address to which the user will send the asset to after token mixing                                                                                                                               |
| NOTE STATS            | To view the detailed information in Note, including the amount, status (whether tokens have been taken out), and the time length of token mixing, etc.                                                                   |
| Statistics            | To view the number of transactions in the mixing pool, the yield of the transaction mining, and the most recent transactions, etc.                                                                                       |

| Mining Section    |                                                                                                                                                                                                     |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Mining Section    | Benefits from transaction mining depend on the user's transaction volume. The user can increase the transaction volume through multiple deposit and withdrawal operations to obtain higher revenue. |
| Mixer Pool        | Mixing pools, i.e., mining pools for transactionsin progress.                                                                                                                                       |
| Your Mix Volume   | Your total transaction volume                                                                                                                                                                       |
| Total Mix Volume  | Total transaction volume in the pool                                                                                                                                                                |
| Claimable Rewards | Mining rewards from the mixing poo!                                                                                                                                                                 |


---

# 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://diode-mixer.gitbook.io/diode-mixer/diode-mixer-glossary.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.
