# Security

## Audits

* THENA V1 has been audited by [PeckShield](https://github.com/peckshield/publications/tree/master/audit_reports/PeckShield-Audit-Report-Thena-v1.0.pdf).
* THENA V2 has been audited by [OpenZeppelin](https://blog.openzeppelin.com/retro-thena-audit).
* THENA V3 (including veTHE automation) has been audited by [Hackken](https://hacken.io/audits/thena/).
* THENA is Real-Time protected by [Hypernative](https://www.hypernative.io/).
* [Algebra Integral Audits](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/audits).

THENA was originally adapted from Velodrome codebase, which is directly derived from the Solidly smart contracts that have been open sourced in March 2022.\
\
The AMM part of Solidly has been audited by PeckShield that revealed 5 low-severity and 1 informal findings. There have been no security-related incidents involving Solidly smart contracts since their deployment on Fantom in February 2022.

The Velodrome codebase went through a security audit and a peer review as part of a Code4rena bug bounty contest. All high or medium risk issues were either resolved pre-deployment, except for one known issue (users can claim eligible rewards from ExternalBribe contracts more than once) that has been addressed via a wrapped contract solution.

***

## Multisig

All transactions will have to go through a multisig.

* *Setup*: 4/6 signers needed for a transaction, 3 from THENA, 3 publicly known entities from Ankr, GrizzlyFi, and Symmio (0x7d70ee3774325c51e021af1f7987c214d2caa184)
* *Timelock*: 12 hours (0x5d7deb17be6c6243d6d65205b5293edceb676561)


---

# 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:

```
GET https://docs.thena.fi/thena/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.
