# Open-Source Code

As described on the [audits page](/protocol/audits.md), BlazeStake utilizes the audited, open-source stake pool program built by Solana Labs for maximum security and safety of user funds and has worked closely with Solana Labs and other stake pools to develop some of the features necessary for using the stake pool program (such as the open-source JavaScript bindings and browser support). Unlike many other pools, any code that touches user funds has been made public from day 1!

* Stake Pool Program: <https://github.com/solana-labs/solana-program-library/tree/master/stake-pool/program>
* JavaScript Bindings: <https://github.com/solana-labs/solana-program-library/tree/master/stake-pool/js>
* Front-end SDK (SOL Pay SDK): <https://github.com/SolBlazeOrg/solpay>


---

# 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/developers/open-source-code.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.
