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

# Contract Audit

~~Old Contract Address: **0xD31B00deA80cF282aCE1791D204d76a85Fb82556 (No longer used)**~~

V2 Contract: **0x0eb638648207d00b9025684d13b1cb53806debe4**

### Audit #1 by VTS

The NIL Contract was audited by VTS. Copy of the Report is [**downloadable here**](https://nilcoins.com/whitepaper/NIL%20-%20Smart%20Contract%20Security%20Audit.pdf)**.**  The contract address was different when we performed the audit. We used this contract as the test environment prior to launch. The contract code was the same.

### Audit #2 by Arbitech Solutions

The second Audit was performed by Arbitech Solutions and can be [<mark style="color:blue;">downloaded here</mark>](https://nilcoin.com/whitepaper/NIL%20Contract%20Audit%202.pdf).&#x20;

![](/files/pCiMpOfhKzkcp7GmBQxE)

![](/files/WJv1lkmG5c9DgL1LBMWO)


---

# 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://doortoken.gitbook.io/nil-help/nil-contract/contract-audit.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.
