> For the complete documentation index, see [llms.txt](https://dorado.gitbook.io/dorado-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dorado.gitbook.io/dorado-docs/ecosystem/key-components-and-functionalities/tokenization-and-staking-mechanisms.md).

# Tokenization and Staking Mechanisms

### Tokenization and Staking Mechanisms (LSDs/LSTs):

Tokenization and staking mechanisms constitute the foundational infrastructure of Dorado's ecosystem, serving as the backbone for the tokenization and administration of staked assets. These mechanisms operate at the nucleus of Dorado's architecture, guaranteeing the smooth conversion of staked assets into DORAB or another Dorado token, and the effective execution of staking operations.

### Key Features of Tokenization and Staking Mechanisms:

Tokenization Mechanism: These mechanisms oversee the tokenization process, converting staked assets into DORAB tokens. This process enables users to maintain liquidity while participating in staking activities, enhancing accessibility and flexibility within the Dorado ecosystem.

Custodial Management: These mechanisms oversee the custody of staked assets, ensuring their security and integrity throughout the staking lifecycle. By implementing robust custodial measures, these mechanisms mitigate risks associated with asset loss or unauthorized access, fostering trust and confidence among users.

Seamless Integration: These mechanisms are seamlessly integrated into Dorado's ecosystem, facilitating the interoperability of DORAB tokens with various DeFi protocols and platforms. This integration enables users to seamlessly incorporate DORAB tokens into their DeFi strategies, leveraging their liquidity and yield-generating capabilities across different applications.

### Automated Restaking Strategies:

Automated restaking strategies form an integral part of Dorado's ecosystem, enabling users to maximize their staking rewards through automated restaking mechanisms. These strategies automate the process of reinvesting staked assets across multiple staking pools or protocols, optimizing asset allocation and maximizing returns for users.


---

# 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://dorado.gitbook.io/dorado-docs/ecosystem/key-components-and-functionalities/tokenization-and-staking-mechanisms.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.
