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

# Glossary

Understanding the terminologies can greatly enhance your Cashback experience. Here’s a compilation of terms and their definitions related to our platform:

**1. Cashback (CASH)**

A native token of the Cashback platform. Users can buy and hold CASH tokens to earn additional transaction rewards.

**2. Ethereum Network**

A decentralized, open-source blockchain system that features smart contract functionality.

**3. RPC URL**

Remote Procedure Call URL. In the context of Cashback, it's a unique URL users set up to route their transactions through our platform.

**4. Mempool**

A temporary storage space for transactions waiting to get confirmed and added to the blockchain.

**5. Builder**

Entities or participants in the blockchain network who play a vital role in constructing and verifying new blocks of transactions.

**6. MEV (Maximal Extractable Value)**

It refers to the profit a builder can make through their ability to include, exclude, or reorder transactions within the blocks they produce. Some MEV strategies can be harmful, like the sandwich attack.

**7. Liquidity Pool (LP)**

A pool of tokens held in a smart contract that is used to facilitate decentralized trading and other operations, providing liquidity.

**8. Vesting Period**

A set duration during which tokens allocated (e.g., to the team) cannot be sold or transferred.

**9. Referral ID**

A unique identifier given to users to share and invite others to the Cashback platform. Both the referrer and referred earn additional benefits from successful referrals.

**10. Merkle Tree**

A data structure in cryptography, in which every leaf node is labeled with cryptographic hash of a data block, and each non-leaf node is labeled with the cryptographic hash of the labels of its child nodes.

***

This glossary serves as a starting point for understanding Cashback's functionalities and terminologies. As the world of blockchain continues to evolve, we aim to keep our users informed every step of the way. If you come across a term that isn’t listed here, please let us know, and we'll be happy to add it.

[<br>](https://cashback-erc20.gitbook.io/cashback-erc20-docs/faq)


---

# 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://cashback-eth-1.gitbook.io/cashback-docs/why-us/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.
