# Audits & Security

## **Security**

Squid's smart contracts are designed to never hold liquidity, they only orchestrate calls to DEXs, and any other involved contracts. They do this, and deal with edge cases around cross-chain mechanics. This avoids security risks usually associated with token bridges.

Squid's TEEs are also undergoing constant monitoring.

## Audits

**To date, Squid has undergone 9 audits.** Squid emphasizes the security of its platform and the safety of users' assets. Regular audits are conducted to ensure the integrity and security of Squid’s smart contracts and protocols.

* 6 audits by [Ackee Blockchain](https://ackee.xyz/)
* 1 by [Consensys Diligence](https://consensys.io/diligence/)
* 1 Audit by [0xKaden](https://twitter.com/0xkaden?lang=en)
* 1 Audit by [n-Var](https://github.com/0xsquid/audits/blob/main/audits/2024-09%20n-var.pdf)

We conduct ongoing audits that review all changes to the code to ensure a high degree of security.

## Audit Records

<table><thead><tr><th width="144" align="center">Date</th><th>Auditor</th><th>Scope</th></tr></thead><tbody><tr><td align="center">2024-04</td><td><a href="https://github.com/0xsquid/audits/blob/main/audits/2024-04%20Kaden.pdf">Kaden</a></td><td><code>SquidRouter.sol</code>, <code>SquidMulticall.sol</code></td></tr><tr><td align="center">2024-01</td><td><a href="https://github.com/0xsquid/audits/blob/main/audits/2024-01%20Ackee%20Blockchain.pdf">Ackee Blockchain</a></td><td><code>DepositReceiver.sol</code>, <code>ReceiverImplementation.sol</code>, <code>SquidDepositService.sol</code>, <code>SquidRouter.sol</code>, <code>SquidMulticall.sol</code></td></tr><tr><td align="center">2023-06</td><td><a href="https://github.com/0xsquid/audits/blob/main/audits/2023-06%20Ackee%20Blockchain.pdf">Ackee Blockchain</a></td><td><code>DepositReceiver.sol</code>, <code>ReceiverImplementation.sol</code>, <code>SquidDepositService.sol</code>, <code>SquidRouter.sol</code>, <code>SquidMulticall.sol</code></td></tr><tr><td align="center">2023-02</td><td><a href="https://github.com/0xsquid/audits/blob/main/audits/2023-02%20Ackee%20Blockchain.pdf">Ackee Blockchain</a></td><td><code>SquidRouter.sol</code></td></tr><tr><td align="center">2022-11</td><td><a href="https://github.com/0xsquid/audits/blob/main/audits/2022-11%20Ackee%20Blockchain.pdf">Ackee Blockchain</a></td><td><code>SquidFeeCollector.sol</code>,<code>SquidFeeCollectorProxy.sol</code></td></tr><tr><td align="center">2022-10</td><td><a href="https://github.com/0xsquid/audits/blob/main/audits/2022-10%20Ackee%20Blockchain.pdf">Ackee Blockchain</a></td><td><code>RoledPausable.sol</code>,<code>SquidMulticall.sol</code>,<code>SquidRouter.sol</code>,<code>SquidRouterProxy.sol</code>,<code>/interfaces/*</code></td></tr><tr><td align="center">2022-09</td><td><a href="https://github.com/0xsquid/audits/blob/main/audits/2022-09%20Consensys%20Diligence.pdf">Consensys Diligence</a></td><td><code>SquidRouter.sol</code>,<code>SquidMulticall.sol</code>, <code>SquidProxy.sol</code></td></tr><tr><td align="center">2022-06</td><td><a href="https://github.com/0xsquid/audits/blob/main/audits/2022-06%20Ackee%20Blockchain.pdf">Ackee Blockchain</a></td><td><code>SquidSwapExecutable.sol</code>,<code>DistributionENSExecutable.sol</code>,<code>SquidToken.sol</code></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://docs.squidrouter.com/additional-resources/audits-and-security.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.
