# BlazeStake

## BlazeStake

- [Welcome to BlazeStake!](https://stake-docs.solblaze.org/welcome-to-blazestake.md): Stake Solana to support the ecosystem!
- [Delegation Strategy](https://stake-docs.solblaze.org/protocol/delegation-strategy.md): How are validators chosen and included in the BlazeStake pool?
- [Join the Pool!](https://stake-docs.solblaze.org/protocol/join-the-pool.md): Do you think your validator should be added to our pool?
- [Roadmap](https://stake-docs.solblaze.org/protocol/roadmap.md): BlazeStake has a lot of exciting features and goals for the future!
- [Audits](https://stake-docs.solblaze.org/protocol/audits.md): We take security very seriously at SolBlaze!
- [Security Overview](https://stake-docs.solblaze.org/protocol/security-overview.md): Here's an overview of the security of the BlazeStake pool
- [Airdrops](https://stake-docs.solblaze.org/features/airdrops.md): Airdrops provide a way to earn some extra tokens while staking.
- [Treasury](https://stake-docs.solblaze.org/features/treasury.md): The BlazeStake Treasury helps support smaller projects within the Solana ecosystem.
- [DAO](https://stake-docs.solblaze.org/features/dao.md): The BlazeStake DAO is able to vote on BlazeStake governance decisions for BlazeStake.
- [Fees](https://stake-docs.solblaze.org/features/fees.md): Fees are used to support the BlazeStake pool.
- [Custom Liquid Staking](https://stake-docs.solblaze.org/features/custom-liquid-staking.md): Learn more about BlazeStake's innovative Custom Liquid Staking protocol!
- [Open-Source Code](https://stake-docs.solblaze.org/developers/open-source-code.md): SolBlaze strongly believes in using open-source code for security and making our code public for the benefit of the Solana community!
- [Addresses](https://stake-docs.solblaze.org/developers/addresses.md): These are the addresses associated with programs and accounts related to BlazeStake.
- [Devnet](https://stake-docs.solblaze.org/developers/devnet.md): Here's how to interact with BlazeStake on devnet!
- [Integrate](https://stake-docs.solblaze.org/developers/integrate.md): Our stake pool is fully open for any developer to integrate into their own protocols.
- [TypeScript SDK](https://stake-docs.solblaze.org/developers/typescript-sdk.md): Here are some code samples that are helpful in integrating BlazeStake using the stake pool TypeScript SDK!
- [Rust Docs](https://stake-docs.solblaze.org/developers/rust-docs.md): Here are some links to relevant portions of the stake pool Rust docs!
- [Custom Liquid Staking APIs](https://stake-docs.solblaze.org/developers/custom-liquid-staking-apis.md): Learn more about how to integrate Custom Liquid Staking into your app!
- [Other APIs](https://stake-docs.solblaze.org/developers/other-apis.md): Here are some other APIs that BlazeStake offers!
- [Partner with Us](https://stake-docs.solblaze.org/partnerships/partner-with-us.md): Do you want to partner with BlazeStake? You've come to the right place!
- [List your DeFi Integration](https://stake-docs.solblaze.org/partnerships/list-your-defi-integration.md): Do you want to list your DeFi integration on the BlazeStake website? You've come to the right place!
- [Airdrop Your Token](https://stake-docs.solblaze.org/partnerships/airdrop-your-token.md): Are you looking for exposure for your project and token? You've come to the right place!
- [Submit a Treasury Proposal](https://stake-docs.solblaze.org/partnerships/submit-a-treasury-proposal.md): Do you need some SOL to help get your project off the ground? You've come to the right place!
- [Press Kit](https://stake-docs.solblaze.org/partnerships/press-kit.md): Here are some of our logos!


---

# 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://stake-docs.solblaze.org/welcome-to-blazestake.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.
