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

# Key Terms

1. **EchelonAI**: RetaFi's advanced artificial intelligence framework utilizing cutting-edge algorithms and neural networks to optimize staking strategies, curate pool options, and assess risks effectively.
2. **Tokenization Mechanism**: The process of converting staked assets into RCR (RetaCredit) tokens or other RetaFi tokens, allowing users to maintain liquidity while engaging in staking activities.
3. **Custodial Management**: Oversight of staked asset custody within the RetaFi ecosystem, ensuring security and integrity throughout the staking lifecycle to mitigate risks.
4. **Seamless Integration**: Integration of tokenized assets into RetaFi's ecosystem, enabling interoperability with various DeFi protocols and platforms for seamless user experience.
5. **Automated Restaking Strategies**: Mechanisms enabling users to maximize staking rewards through automated restaking processes, optimizing asset allocation across multiple pools or protocols.
6. **Validator Network**: A network of nodes responsible for transaction validation and maintaining blockchain integrity, ensuring security and reliability within RetaFi's ecosystem.
7. **Decentralized Applications (DApps)**: Applications leveraging RetaFi's protocol to offer innovative financial services, liquidity pools, and yield farming opportunities, enhancing platform utility.
8. **Liquid Staking Tokens (LST)**: Tokens representing staked assets within RetaFi's ecosystem, providing liquidity while participating in staking activities.
9. **Reward Tokens**: Tokens rewarded to users for participating in staking activities, enabling governance participation and yield farming within the RetaFi ecosystem.
10. **Decentralized Finance (DeFi)**: A financial system built on blockchain technology facilitating peer-to-peer transactions, lending, borrowing, and trading of digital assets without traditional intermediaries.


---

# 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://retafi.gitbook.io/retafi/overview/key-terms.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.
