# Glow

## Glow

- [Introduction](https://docs.glowyield.com/glow-yield/introduction.md)
- [Guide To Glow Docs](https://docs.glowyield.com/glow-yield/guide-to-glow-docs.md): Learn more about Glow Protocol, its world of dApps, its core smart contracts, and the Glow SDK.
- [Glow Lotto](https://docs.glowyield.com/glow-yield/glow-dapps/glow-lotto.md)
- [Overview](https://docs.glowyield.com/glow-yield/glow-dapps/glow-lotto/overview.md)
- [Deposits, Withdrawals, & Ticket Assignment](https://docs.glowyield.com/glow-yield/glow-dapps/glow-lotto/buying-tickets-tbd.md)
- [The Lottery Drawing](https://docs.glowyield.com/glow-yield/glow-dapps/glow-lotto/drawing.md)
- [Prize Details](https://docs.glowyield.com/glow-yield/glow-dapps/glow-lotto/prize-details.md)
- [Sponsors](https://docs.glowyield.com/glow-yield/glow-dapps/glow-lotto/sponsors.md)
- [Glow Creators](https://docs.glowyield.com/glow-yield/glow-dapps/glow-creators.md)
- [Glow Starters](https://docs.glowyield.com/glow-yield/glow-dapps/glow-starters.md)
- [And More To Come](https://docs.glowyield.com/glow-yield/glow-dapps/and-more-to-come.md)
- [Glow Token (GLOW)](https://docs.glowyield.com/glow-yield/ecosystem/glow-token-glow.md)
- [Glow Ecosystem Fund](https://docs.glowyield.com/glow-yield/ecosystem/glow-ecosystem-fund.md)
- [Build on Glow SDK](https://docs.glowyield.com/glow-yield/ecosystem/build-on-glow-sdk.md)
- [Press Kit & Branding Assets](https://docs.glowyield.com/glow-yield/ecosystem/press-kit-and-branding-assets.md)
- [Glow Lotto Short Explainer](https://docs.glowyield.com/glow-yield/tutorials/explainer-draft.md)
- [Getting a Terra Wallet](https://docs.glowyield.com/glow-yield/tutorials/getting-a-terra-wallet.md)
- [Getting UST/LUNA](https://docs.glowyield.com/glow-yield/tutorials/getting-ust-luna-tbd.md)
- [Buy $GLOW](https://docs.glowyield.com/glow-yield/tutorials/buy-usdglow.md)
- [Claim your $GLOW airdrop](https://docs.glowyield.com/glow-yield/tutorials/claim-your-usdglow-airdrop.md)
- [Become a liquidity provider](https://docs.glowyield.com/glow-yield/tutorials/become-a-liquidity-provider.md)
- [Earn LP rewards](https://docs.glowyield.com/glow-yield/tutorials/earn-lp-rewards.md)
- [Stake your $GLOW](https://docs.glowyield.com/glow-yield/tutorials/stake-your-usdglow.md)
- [Lotto Deposits & Withdrawals](https://docs.glowyield.com/glow-yield/tutorials/lotto-deposits-and-withdrawals.md)
- [Claim a Lotto Prize](https://docs.glowyield.com/glow-yield/tutorials/claim-a-lotto-prize.md)
- [Governance Model](https://docs.glowyield.com/glow-yield/governance/overview.md)
- [Proposals & Voting](https://docs.glowyield.com/glow-yield/governance/proposals-and-voting.md)
- [Protocol Parameters](https://docs.glowyield.com/glow-yield/governance/protocol-parameters.md)
- [Glow Lotto Parameters](https://docs.glowyield.com/glow-yield/governance/glow-lotto-parameters.md)
- [General FAQ](https://docs.glowyield.com/glow-yield/faq/general.md)
- [Glow Token FAQ](https://docs.glowyield.com/glow-yield/faq/glow-token-faq.md)
- [Lotto FAQ](https://docs.glowyield.com/glow-yield/faq/lotto-faq.md)
- [Security FAQ](https://docs.glowyield.com/glow-yield/faq/security-and-privacy.md)
- [Architecture](https://docs.glowyield.com/glow-yield/smart-contracts/architecture.md)
- [Contract Interfaces](https://docs.glowyield.com/glow-yield/smart-contracts/contract-interfaces.md)
- [Deployed Contracts](https://docs.glowyield.com/glow-yield/smart-contracts/deployed-contracts.md)
- [Randomness](https://docs.glowyield.com/glow-yield/smart-contracts/randomness.md)
- [Audits & Security](https://docs.glowyield.com/glow-yield/security/audits.md)
- [Risks](https://docs.glowyield.com/glow-yield/security/risks.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.glowyield.com/glow-yield/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.
