# Audits

Our list of auditors includes: \
\- Consensys Diligence\
\- Resonance\
\- AuditOne\
\- Salus Audit\
\- Hacken

<table><thead><tr><th width="332.3333333333333">Smart Contract</th><th>Product Applicable</th><th>Audit Link</th></tr></thead><tbody><tr><td>TokenVestingPlans.sol</td><td>Vesting &#x26; Grants</td><td><a href="https://github.com/hedgey-finance/Locked_VestingTokenPlans/tree/master/audits">Audits</a></td></tr><tr><td>VotingTokenVestingPlans.sol</td><td>Vesting &#x26; Grants</td><td><a href="https://github.com/hedgey-finance/Locked_VestingTokenPlans/tree/master/audits">Audits</a></td></tr><tr><td>TokenLockupPlans.sol</td><td>Investor Lockups, Grants, Treasury Lockups</td><td><a href="https://github.com/hedgey-finance/Locked_VestingTokenPlans/tree/master/audits">Audits</a></td></tr><tr><td>VotingTokenLockupPlans.sol</td><td>Investor Lockups, Grants, Treasury Lockups</td><td><a href="https://github.com/hedgey-finance/Locked_VestingTokenPlans/tree/master/audits">Audits</a></td></tr><tr><td>TokenLockupPlans_Bound.sol</td><td>Investor Lockups, Grants, Treasury Lockups</td><td><a href="https://github.com/hedgey-finance/Locked_VestingTokenPlans/tree/master/audits">Audits</a></td></tr><tr><td>VotingTokenLockupPlans_Bound.sol</td><td>Investor Lockups, Grants, Treasury Lockups</td><td><a href="https://github.com/hedgey-finance/Locked_VestingTokenPlans/tree/master/audits">Audits</a></td></tr><tr><td>BatchPlanner.sol</td><td>Vesting, Investor Lockups, Treasury Lockups, Grants</td><td><a href="https://github.com/hedgey-finance/Locked_VestingTokenPlans/tree/master/audits">Audits</a></td></tr><tr><td>ClaimCampaigns.sol</td><td>Token Claims</td><td><a href="https://github.com/hedgey-finance/ClaimCampaigns/tree/Freeze/audits">Audits</a></td></tr><tr><td>TokenVestingLock.sol</td><td>Vesting Lockups</td><td><a href="https://github.com/hedgey-finance/VestingLockups/tree/master/audits">Audits</a></td></tr><tr><td>StreamVestingNFT.sol</td><td>Vesting &#x26; Investor Lockups <em>(Created before August 2023)</em></td><td><a href="https://github.com/hedgey-finance/StreamVestingNFT/blob/master/audit/Hedgey_SC%20Audit%20Report_06042023_%5BSA-1070%5D.pdf">Hacken Audit</a></td></tr><tr><td>StreamingHedgeys.sol</td><td>Vesting &#x26; Investor Lockups <em>(Created before August 2023)</em></td><td><a href="https://github.com/hedgey-finance/StreamVestingNFT/blob/master/audit/Hedgey_SC%20Audit%20Report_06042023_%5BSA-1070%5D.pdf">Hacken Audit</a></td></tr><tr><td>StreamingBoundHedgeys.sol</td><td>Vesting &#x26; Investor Lockups <em>(Created before August 2023)</em></td><td><a href="https://github.com/hedgey-finance/StreamVestingNFT/blob/master/audit/Hedgey_SC%20Audit%20Report_06042023_%5BSA-1070%5D.pdf">Hacken Audit</a></td></tr><tr><td>FuturesNTF.sol</td><td>TimeLocks, Treasury Swaps</td><td><a href="https://github.com/hedgey-finance/NFT_OTC_Core/tree/main/audits">Hacken Audit_1</a></td></tr><tr><td>NonTransferrableNFT.sol</td><td>TimeLocks, Treasury Swaps</td><td><a href="https://github.com/hedgey-finance/NFT_OTC_Core/tree/main/audits">Hacken Audit_1</a></td></tr><tr><td>BatchNFTMinter.sol</td><td>TimeLocks</td><td><a href="https://github.com/hedgey-finance/NFT_OTC_Core/tree/main/audits">Hacken Audit_1</a></td></tr><tr><td>HedgeyDAOSwap.sol</td><td>Treasury Swaps</td><td><a href="https://github.com/hedgey-finance/HedgeyDAOSwap/blob/main/Hedgey_24082022_SCAudit_Report.pdf">Hacken Audit_2</a></td></tr></tbody></table>


---

# 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://hedgey.gitbook.io/hedgey-community-docs/for-developers/audits.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.
