> ## Documentation Index
> Fetch the complete documentation index at: https://docs.avnu.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# Contracts & Audits

> avnu smart contract addresses and security audits

# Swap

| Role          | Address                                                              |
| ------------- | -------------------------------------------------------------------- |
| **Exchange**  | `0x04270219d365d6b017231b52e92b3fb5d7c8378b05e9abc97724537a80e93b0f` |
| **Forwarder** | `0x0127021a1b5a52d3174c2ab077c2b043c80369250d29428cee956d76ee51584f` |

# DCA

| Role             | Address                                                              |
| ---------------- | -------------------------------------------------------------------- |
| **Orchestrator** | `0x0492139c56af6faf77119b6bca3b6d40f559af6b7b23778f068dd9ca08e407c5` |

# Staking

## Validator Addresses

| Role            | Address                                                              |
| --------------- | -------------------------------------------------------------------- |
| **Staker**      | `0x036963c7b56f08105FfDD7f12560924bdc0cB29Ce210417eCbC8bF3C7E4b9090` |
| **Reward**      | `0x36963c7b56f08105ffdd7f12560924bdc0cb29ce210417ecbc8bf3c7e4b9090`  |
| **Operational** | `0x54f4784af6820c8feef75e87ede8c5dd53a65f33bcbe6714b5684448650a7db`  |

## Pools

| Token       | Pool Address                                                        |
| ----------- | ------------------------------------------------------------------- |
| **STRK**    | `0x362dc7da60bfddc8e3146028dfd94941c6e22403c98b5947104e637543b475d` |
| **WBTC**    | `0x2ea6a4ffce4c5e779451e043a9a24c9c0b0f784d9cc0f393bc1c801e3f8f2e3` |
| **tBTC**    | `0x750b4ecd1eef45cc74db3538277a869ced288f813e2faa00e0a5ae46243bbaa` |
| **SolvBTC** | `0x262f5a1240bf2d61ca36c4eb3a57ff4ae0a183046d3dcab35d0880b7d1776dd` |
| **LBTC**    | `0x7ce7161e46e796e6034e3ead311d431567654116f3cffacefe37a2e17464a8f` |

<Info>
  **Note:** Sepolia contract addresses may differ from mainnet. Always verify on [Voyager Sepolia](https://sepolia.voyager.online).
</Info>

## Security Audits

avnu smart contracts have undergone **3 independent security audits**:

<CardGroup cols={2}>
  <Card title="Nethermind Audit #1" icon="shield-check" href="https://github.com/avnu-labs/avnu-contracts-v2/blob/main/audit/Nethermind_0141.pdf">
    **Date:** January 2024

    **Scope:** Exchange contract

    **Findings:** 0 critical, 0 high
  </Card>

  <Card title="Nethermind Audit #2" icon="shield-check" href="https://github.com/avnu-labs/avnu-contracts-v2/blob/main/audit/Nethermind_0271.pdf">
    **Date:** March 2024

    **Scope:** Forwarder & Paymaster

    **Findings:** 0 critical, 0 high
  </Card>

  <Card title="Cairo Security Clan" icon="shield-check" href="https://github.com/Cairo-Security-Clan/Audit-Portfolio/blob/main/Avnu_DCA_Audit_Report.pdf">
    **Date:** May 2024

    **Scope:** Orchestrator & DCA

    **Findings:** 0 critical, 1 medium (resolved)
  </Card>
</CardGroup>

## Source Code

<CardGroup cols={2}>
  <Card title="avnu Contracts" icon="github" href="https://github.com/avnu-labs/avnu-contracts-v2">
    Core smart contracts (Exchange, Forwarder, Orchestrator)
  </Card>

  <Card title="avnu SDK" icon="github" href="https://github.com/avnu-labs/avnu-sdk">
    TypeScript SDK for integration
  </Card>
</CardGroup>

## Verification

All contracts are verified on Starknet block explorers:

<CardGroup cols={2}>
  <Card title="Voyager" icon="magnifying-glass" href="https://voyager.online/contract/0x04270219d365d6b017231b52e92b3fb5d7c8378b05e9abc97724537a80e93b0f">
    Verified source code
  </Card>

  <Card title="Starkscan" icon="chart-network" href="https://starkscan.co/contract/0x04270219d365d6b017231b52e92b3fb5d7c8378b05e9abc97724537a80e93b0f">
    Contract details
  </Card>
</CardGroup>

## Security & Best Practices

Security is our top priority. We follow industry best practices and cooperate with security researchers to ensure the safety of our protocol.

If you identify a potential vulnerability, please reach out to us immediately. We actively encourage responsible disclosure and welcome collaboration with the security community.

<Card title="Report Security Issues" icon="shield-check" href="mailto:security@avnu.fi">
  Contact [security@avnu.fi](mailto:security@avnu.fi) for responsible disclosure
</Card>
