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

# Glossary

<table data-header-hidden><thead><tr><th width="225"></th><th></th></tr></thead><tbody><tr><td>AML</td><td>Anti-Money Laundering. AML refers to the laws, regulations and procedures intended to prevent criminals from disguising illegally obtained funds as legitimate income.</td></tr><tr><td>DITEX</td><td>Ticker for the Ditex token</td></tr><tr><td>Ditex Ecosystem</td><td>Incorporates products that meet market demands and generate real income, prioritizing user satisfaction.</td></tr><tr><td>Block explorer</td><td>A web application that allows the user to inspect blockchain data.</td></tr><tr><td>Fiat</td><td>Government-issued currencies (“Fiat Money”) such as USD or EUR.</td></tr><tr><td>Gas</td><td>Fees for the processing of transactions within a blockchain system.</td></tr><tr><td>KYC</td><td>Know-Your-Customer. KYC or “Know-Your-Customer“ is a set of guidelines used in financial services that stipulate that professionals must attempt to verify the identity and suitability of their customer and identify the risks involved in maintaining a business relationship with said customer.</td></tr><tr><td>Polygon</td><td>One of the most established blockchain protocols for smart contracts.</td></tr><tr><td>PoS</td><td>Proof-of-Stake is a blockchain consensus mechanism that establishes the consensus by node voting in proportion to the number of coins one holds.</td></tr><tr><td>QR code</td><td>Quick Response code, a type of machine-readable matrix barcode.</td></tr><tr><td>Smart Contract </td><td>A 3rd party software/code which can be deployed and run on a supporting blockchain network and be triggered by transactions and/or commands to execute the code within.</td></tr><tr><td>Ticker</td><td>Short symbol for a token.</td></tr><tr><td>Transaction Fee</td><td>The fees to be paid for making transactions on the Polygon Blockchain.</td></tr><tr><td>User</td><td>Anybody using the Polygon Blockchain or Ditex token.</td></tr></tbody></table>


---

# 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://ditextoken.gitbook.io/ditex/whitepaper/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.
