> For the complete documentation index, see [llms.txt](https://docs.heroglyphs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heroglyphs.com/obelisk/contracts.md).

# Contracts

{% hint style="warning" %}
The NFT Pass is not verified due to a bug we're currently facing. The bytecode doesn't match the transaction bytecode, even though nothing has changed.

We tried redeploying the contract to verify it again, but the issue persists. Our auditor has confirmed that the deployed contract is the same as the audited version, and the one on GitHub.

\
Sorry for the inconvenience
{% endhint %}

<table><thead><tr><th width="237">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Name Filter</td><td><pre data-full-width="true"><code>0xC07c742935c8c19ecBcEe3b3c0b992A96e069d14
</code></pre></td></tr><tr><td>NFT Pass</td><td><pre data-full-width="true"><code>0xC88d37B7ae9b6d781678Cf12155A69d6d4Eb82F2
</code></pre></td></tr><tr><td>Apx ETH Vault</td><td><pre data-full-width="true"><code>0xCb6DFd06973bF66C8bD2779538e5C8311B8070B8
</code></pre></td></tr><tr><td>Dai Vault</td><td><pre data-full-width="true"><code>0x90A8E18c1B382Fc59009c24081Ac58E28b86311b
</code></pre></td></tr><tr><td>Obelisk Registry</td><td><pre data-full-width="true"><code>0x8416c04998F4bc5D34e3f817e1A581C8077d5A94
</code></pre></td></tr><tr><td>HCT</td><td><pre data-full-width="true"><code>0xc597a71A49C49b4A0554B3110bab25A51c76847b
</code></pre></td></tr><tr><td>Obelisk Hashmask</td><td><pre data-full-width="true"><code>0x59DeC9058e8c234cDf6FdAa9790C4BE813f02d25
</code></pre></td></tr><tr><td>Interest Manager</td><td><pre data-full-width="true"><code>0xd2B6d1F0d5671E21aeE69F87BcF56eb26F6C6F68
</code></pre></td></tr><tr><td>Streaming Pool</td><td><pre data-full-width="true"><code>0xee81a629A6b52Fa0aFb85cBa3273e5cB832A4051
</code></pre></td></tr><tr><td>Megapool Factory</td><td><pre data-full-width="true"><code>0x90F8F3c2D55dff183b8904F23a3AC8e59AD5b24c
</code></pre></td></tr></tbody></table>


---

# 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://docs.heroglyphs.com/obelisk/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.
