> For the complete documentation index, see [llms.txt](https://bulletfinance.gitbook.io/bulletfinance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bulletfinance.gitbook.io/bulletfinance/protocol/bullet-finance-contract.md).

# Bullet Finance Contract

BULLET : 0xA276d244bfe3c5369C5f128584BfB6a0F196910b

GUN : 0xf0C1367673cf40e75240543eb30eF9B4DC9DA461

GRENADE : 0xf3B2a0Ecb04849b909Be18fa5E5D2915C9fFA68F

GenesisReward : 0x7757EE822Bc7f348c34aA5EdC4645F59e508B51B

Boardroom : 0xE6B56FAbe3f0421C945E36b9d3C7B6Dd963f4E8c

Treasury : 0xA918ADff99566e9b7569F1620E4aa4A39aBDCD04

Dev wallet : 0x8cf21A37d72B3142ab172fb063aDF59FDC3ECb41

DAO wallet : 0x72CC12d58a0963f45A046e1b0ab6D649EB6A44eD


---

# 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 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, and the optional `goal` query parameter:

```
GET https://bulletfinance.gitbook.io/bulletfinance/protocol/bullet-finance-contract.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
