# Developer & Security

- [Technical Resources](https://docs.bucketprotocol.io/developer-and-security/technical-resources.md): This page contains useful resources for developers and users interacting with Bucket.
- [Smart Contract Audit](https://docs.bucketprotocol.io/developer-and-security/smart-contract-audit.md): Bucket Protocol has been audited by independent firms to help ensure the security of our Sui smart contracts.
- [Bug Bounty](https://docs.bucketprotocol.io/developer-and-security/bug-bounty.md): Bucket Protocol runs a smart-contract bug bounty on HackenProof to strengthen the security of our Sui contracts. Please submit findings through HackenProof and follow all program rules.


---

# 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.bucketprotocol.io/developer-and-security.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.
