# developers

- [Marinade Ts/Js SDK](https://docs.marinade.finance/developers/marinade-ts-js-sdk.md): This is a marinade typescript and anchor based SDK to interact with Marinade from any Front-End App
- [Marinade Rust SDK](https://docs.marinade.finance/developers/marinade-rust-sdk.md): This SDK is not finalized and is a work in progress.
- [Anchor IDL](https://docs.marinade.finance/developers/anchor-idl.md)
- [Bug Bounty](https://docs.marinade.finance/developers/bug-bounty.md): Marinade is dedicated to improve the security of its users. For this reason, we are holding a bug bounty program to help strengthen our protocol even more.
- [Contracts & Tokens Addresses](https://docs.marinade.finance/developers/contract-addresses.md): Here is a list of the smart contracts and tokens created by Marinade as well as details on their authorities
- [Mint your NFT project in mSOL](https://docs.marinade.finance/developers/mint-your-nft-project-in-msol.md): We know how cool NFTs are, so we made it possible to mint NFTs using mSOL!
- [Stake to Marinade via SPL governance](https://docs.marinade.finance/developers/stake-to-marinade-via-spl-governance.md)
- [Stake to Marinade via Fireblocks](https://docs.marinade.finance/developers/stake-to-marinade-via-fireblocks.md)


---

# 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://docs.marinade.finance/developers.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.
