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

# Contracts

ARB Contract: 0xc877304259931D3D42372aeCD41338C5BB1F4707<br>

**Multi-Sig Wallets**

The ARB Treasury: 0xA73E3Ebf0E4c25735c14bDC591f9e753f2c99D03

The Burning Chamber: 0x0eCB7C8536A76046bdaC0899de80E9994084EB78

Auto-Liquidity Engine: 0xA73E3Ebf0E4c25735c14bDC591f9e753f2c99D03

Staking Reserves Wallet: 0x7e7Bb8622c714B3781f9F29eeb04866623F83434

Gaming Reserves Wallet: 0x21c4Ce9d84747dbb370A943Ad5bB5E188C705074

Marketing Wallet: 0x0eCB7C8536A76046bdaC0899de80E9994084EB78


---

# 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://vertexbsc.gitbook.io/afterburner-finance/resources/contracts.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.
