# Fyde Documentation&#x20;

## Fyde Docs

- [Introduction to Fyde](https://docs.fyde.fi/overview/introduction-to-fyde.md)
- [Use Case](https://docs.fyde.fi/overview/use-case.md)
- [Utility of $FYDE](https://docs.fyde.fi/overview/utility-of-usdfyde.md)
- [$FYDE Season 2 Airdrop](https://docs.fyde.fi/overview/usdfyde-season-2-airdrop.md)
- [FAQ](https://docs.fyde.fi/overview/faq.md): You've got questions? We've got answers.
- [Liquid Vault Mechanics](https://docs.fyde.fi/protocol-overview/liquid-vault-mechanics.md)
- [AI Portfolio Optimiser](https://docs.fyde.fi/protocol-overview/liquid-vault-mechanics/ai-portfolio-optimiser.md)
- [Increasing Liquidity with ML](https://docs.fyde.fi/protocol-overview/liquid-vault-mechanics/increasing-liquidity-with-ml.md)
- [Retaining Governance](https://docs.fyde.fi/protocol-overview/liquid-vault-mechanics/retaining-governance.md)
- [Liquid Restaking Aggregator](https://docs.fyde.fi/protocol-overview/liquid-restaking-aggregator.md)
- [Prediction Market](https://docs.fyde.fi/protocol-overview/prediction-market.md)
- [Roadmap](https://docs.fyde.fi/protocol-overview/roadmap.md)
- [Tokenomics](https://docs.fyde.fi/protocol-overview/tokenomics.md)
- [High Level Architecture](https://docs.fyde.fi/technical-overview/high-level-architecture.md)
- [Relayer](https://docs.fyde.fi/technical-overview/high-level-architecture/relayer.md)
- [Fyde Contract](https://docs.fyde.fi/technical-overview/high-level-architecture/fyde-contract.md)
- [Oracle Module](https://docs.fyde.fi/technical-overview/high-level-architecture/oracle-module.md)
- [Governance Module](https://docs.fyde.fi/technical-overview/high-level-architecture/governance-module.md)
- [Yield Module](https://docs.fyde.fi/technical-overview/high-level-architecture/yield-module.md)
- [Roles](https://docs.fyde.fi/technical-overview/roles.md)
- [Deployment Address](https://docs.fyde.fi/technical-overview/deployment-address.md)
- [Security Audit](https://docs.fyde.fi/references/security-audit.md)

## Bullrun Simulator

- [How To Play](https://docs.fyde.fi/fyde-trading-game/how-to-play.md)
- [Game Market Simulation](https://docs.fyde.fi/fyde-trading-game/game-market-simulation.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.fyde.fi/overview/introduction-to-fyde.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.
