# Audits

| Scope              | Purpose                                                                                                                                                     | Report                                                                                                             | Auditor            |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------------------ |
| Full Architecture  | Comprehensive initial audit of the core Boring Vault architecture including BoringVault, Teller, Accountant, Queue, Solver, and decoder/sanitizer contracts | [A-4](https://macroaudits.com/library/audits/sevenSeas-4)                                                          | 0xMacro            |
| Full Architecture  | Full security review of the Boring Vault Arctic version covering the complete protocol architecture                                                         | [Spearbit (Cantina)](https://github.com/Veda-Labs/boring-vault/blob/main/audit/spearbit-boring-vault-arctic-0.pdf) | Spearbit (Cantina) |
| Accountant, Teller | AccountantWithRateProviders updates for performance fees, high water mark, DelayedWithdraw, and TellerWithRemediation                                       | [A-8](https://macroaudits.com/library/audits/sevenSeas-8)                                                          | 0xMacro            |
| Accountant         | ReserveDecoderAndSanitizer and private Position Manager for Into the Block integration                                                                      | [A-9](https://macroaudits.com/library/audits/sevenSeas-9)                                                          | 0xMacro            |
| Teller             | Bridging, EtherFi, PancakeSwapV3, CCIP, ITBPosition, and Karak decoders for authorizing trusted protocols on bulk deposits                                  | [A-10](https://macroaudits.com/library/audits/sevenSeas-10)                                                        | 0xMacro            |
| Teller             | EtherFiLiquidEthDecoderAndSanitizer updates for improved EtherFi integration                                                                                | [A-15](https://macroaudits.com/library/audits/sevenSeas-15)                                                        | 0xMacro            |
| Queue, Solver      | UsualMoneyDecoderAndSanitizer and EtherFiLiquidUsdDecoderAndSanitizer for Usual Money protocol integration                                                  | [A-18](https://macroaudits.com/library/audits/sevenSeas-18)                                                        | 0xMacro            |
| Accountant, Teller | HyperlaneDecoderAndSanitizer and LayerZero Teller for cross-chain bridging capabilities                                                                     | [A-19](https://macroaudits.com/library/audits/sevenSeas-19)                                                        | 0xMacro            |
| Solver             | BoringSolver upgrade allowing the solver to cover withdrawal deficits                                                                                       | [A-25](https://macroaudits.com/library/audits/sevenSeas-25)                                                        | 0xMacro            |
| Queue              | SymbioticVaultDecoderAndSanitizer and BoringOnChainQueue capacity limit feature                                                                             | [A-27](https://macroaudits.com/library/audits/sevenSeas-27)                                                        | 0xMacro            |
| Teller             | TellerWithMultiAssetSupport improvements for multi-asset deposit handling                                                                                   | [A-36](https://macroaudits.com/library/audits/sevenSeas-36)                                                        | 0xMacro            |
| Solver             | BGTRewardVaultDecoderAndSanitizer, OogaBoogaDecoderAndSanitizer, and DeriveDecoder for USDT redemption support                                              | [A-38](https://macroaudits.com/library/audits/sevenSeas-38)                                                        | 0xMacro            |
| Solver             | BoringSolver upgrade for handling excess, rFLRDecoderAndSanitizer, and AgglayerDecoder for cross-chain bridging                                             | [A-44](https://macroaudits.com/library/audits/sevenSeas-44)                                                        | 0xMacro            |
| Teller             | Teller upgrade introducing deposit caps to limit inflows                                                                                                    | [A-45](https://macroaudits.com/library/audits/sevenSeas-45)                                                        | 0xMacro            |


---

# 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.veda.tech/security-and-risk-controls/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.
