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

# 📖 Glossary

### <mark style="color:$primary;">APY</mark>

Annual Percentage Yield. A commonly used metric for staking return rates.

### <mark style="color:$primary;">Burn</mark>

Permanent removal of tokens from circulation.

### <mark style="color:$primary;">Soulbound NFT</mark>

A non-transferable token used to represent wallet-linked ownership or access.

### <mark style="color:$primary;">Deflation</mark>

A reduction in effective circulating supply over time, often through token burns or locks.

### <mark style="color:$primary;">Staking</mark>

Locking tokens into a protocol mechanism to earn rewards or participate in ecosystem incentives.

### <mark style="color:$primary;">Royalty Pool</mark>

A distribution pool used to route value toward community or ecosystem reward participants.

### <mark style="color:$primary;">BEP-20</mark>

A token standard used on BNB Smart Chain.

### <mark style="color:$primary;">Utility Token</mark>

A token used to access, operate, or participate in an ecosystem.

### <mark style="color:$primary;">Governance</mark>

A system through which participants may influence protocol decisions, upgrades, or incentive structures.

<mark style="color:$success;">Continue to: 📌 Contract References</mark>


---

# 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://rico-matrix.gitbook.io/whitepaper/glossary.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.
