# Roadmap

## 2021

### Q4

* [x] Develop unique value proposition
* [x] Announce the stake pool and gather feedback
* [x] Ensure that the open-source stake pool program has been audited (Quantstamp, Neodyme, and Kudelski)
* [x] Deploy the stake pool program on devnet
* [x] Build preliminary web interface/mockup for staking and unstaking
* [x] Submit the bSOL token to the Solana Token Registry

## 2022

### Q1

* [x] Help with the development on open-source JavaScript bindings for the stake pool program (in partnership with JPool who led the development and Solana Labs who reviewed the code)
* [x] Make the JavaScript bindings compatible with the browser (code reviewed by Solana Labs)
* [x] Extensively test the JavaScript bindings on the devnet program (and iterate on the bindings with JPool and Solana Labs as bugs arise)
* [x] Implement the JavaScript bindings into the [SOL Pay SDK](/developers/integrate.md)
* [x] Integrate the bSOL token into wallets (such as Phantom)
* [x] Link web interface data streams to the devnet program
* [x] Add support for staking through the web interface
* [x] Add support for instant unstaking through the web interface
* [x] Add support for delayed unstaking through the web interface
* [x] Create referral program
* [x] Develop the delegation strategy
* [x] Create the roadmap
* [x] Write the docs
* [x] Collaborate with validators for devnet testing

### Q2

* [x] Launch the stake pool on mainnet-beta
* [x] Add validators to the pool
* [x] Add APY indicators
* [x] Grow stake to 100 SOL
* [x] Establish partnerships with key DeFi protocols (such as Saber, Jupiter Aggregator, and Prism)

### Q3

* [x] Create DeFi page
* [x] Integrate more wallets (such as Glow, Exodus, and Brave)
* [x] Mint governance token
* [x] Create LP farms for governance token distribution
* [x] Grow stake to 5k SOL
* [x] Establish more partnerships with DeFi protocols

### Q4

* [x] Add ability to support specific validators (Custom Liquid Staking)
* [x] Integrate Custom Liquid Staking into Validators.app
* [x] Integrate Custom Liquid Staking into ManyStake
* [x] Create API routes for integrations
* [x] Grow stake to 25k SOL
* [x] Establish more partnerships with DeFi protocols and applications

### 2023

* [x] Announce BLZE airdrop
* [x] Document API routes
* [x] Create integration guides
* [x] Add stake account deposit feature
* [x] Grow stake to 1m SOL
* [x] Grow DEX liquidity to $20m
* [x] Integrate with dashboards (such as Step Finance and Sonar Watch)
* [x] Create the BlazeStake Treasury
* [x] Open the BlazeStake DAO
* [x] Open bounties for the development of platforms based on the bSOL token
* [x] Add support for lending/borrowing bSOL in DeFi
* [x] Integrate bSOL into more decentralized applications
* [x] Work with NFT projects to stake their treasuries with BlazeStake


---

# Agent Instructions: 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:

```
GET https://stake-docs.solblaze.org/protocol/roadmap.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.
