# Lydian Docs

## Lydian Docs

- [Introduction](https://docs.lydian.xyz/what-is-lydian/introduction.md)
- [Core Vision](https://docs.lydian.xyz/what-is-lydian/core-vision.md)
- [Active Treasury Management](https://docs.lydian.xyz/what-is-lydian/active-treasury-management.md)
- [Initial Token Distribution](https://docs.lydian.xyz/protocol-launch/initial-token-distribution.md)
- [Launch information](https://docs.lydian.xyz/protocol-launch/launch-information.md)
- [How to: Bootstrapping Event](https://docs.lydian.xyz/protocol-launch/how-to-bootstrapping-event.md)
- [Simplified example](https://docs.lydian.xyz/protocol-launch/how-to-bootstrapping-event/simplified-example.md)
- [LDN](https://docs.lydian.xyz/basics/ldn.md)
- [sLDN (staked LDN)](https://docs.lydian.xyz/basics/sldn-staked-ldn.md)
- [wLDN (wrapped LDN)](https://docs.lydian.xyz/basics/wldn-wrapped-ldn.md)
- [FAQ](https://docs.lydian.xyz/basics/faq.md)
- [Staking](https://docs.lydian.xyz/staking-and-bonding/staking.md)
- [How to: Stake](https://docs.lydian.xyz/staking-and-bonding/staking/how-to-stake.md)
- [Bonding](https://docs.lydian.xyz/staking-and-bonding/bonding.md)
- [Example: Participate in the first Bond Offering](https://docs.lydian.xyz/staking-and-bonding/bonding/example-participate-in-the-first-bond-offering.md)
- [FAQ: First Bond Offering](https://docs.lydian.xyz/staking-and-bonding/bonding/faq-first-bond-offering.md)
- [How to: Bond](https://docs.lydian.xyz/staking-and-bonding/bonding/how-to-bond.md)
- [Example: Rebase rewards](https://docs.lydian.xyz/staking-and-bonding/example-rebase-rewards.md): This example contains arbitrary numbers and is made for education purposes only.
- [Links](https://docs.lydian.xyz/references/links.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.lydian.xyz/what-is-lydian/introduction.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.
