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

# Deployments

> Current testnet deployment manifest for AlphaEngine contracts.

This page lists the current verified testnet manifest from
`alphaengine-contracts/deployments/arbitrum-sepolia-latest.json`.

<Callout>
  These are testnet addresses. They are reference data for integrators, not a
  public beta API route list and not a capital-deployment promise.
</Callout>

<CardGroup cols={3}>
  <Card title="Network" icon="blocks">
    Arbitrum Sepolia, `chainId = 421614`.
  </Card>

  <Card title="Intent boundary" icon="shield">
    Controller and vault contracts are separate from the public Strategy Arena
    API.
  </Card>

  <Card title="Manifest source" icon="file-json">
    Verified against `alphaengine-contracts/deployments/arbitrum-sepolia-latest.json`.
  </Card>
</CardGroup>

## Arbitrum Sepolia

| Field                      | Value                                        |
| -------------------------- | -------------------------------------------- |
| `chainId`                  | `421614`                                     |
| `controllerImplementation` | `0x637D3FE4eb3600d07a904Fb9C0E0c3992A34DDc8` |
| `controllerProxy`          | `0xd09ee3eDc2d61eA3BFfC69fF6F925a315C4Ee7D1` |
| `controllerProxyAdmin`     | `0x6277660ad75229b074b21bB008Ea33232E3b315A` |
| `vaultImplementation`      | `0x5bc1ACECEfE4EA2844Bd88fF1aCD4Dc2b8125Ecc` |
| `vaultProxy`               | `0x892A845E41976862Ede32BBE7B6C122AfEE2Bc29` |
| `vaultProxyAdmin`          | `0x1fBCA812272cbe76bEf462Edf285740789a1Eff5` |
| `listenerOperator`         | `0x0cD73A4E3d34D5488BC4E547fECeDAc86305dB9d` |
| `owner`                    | `0x0cD73A4E3d34D5488BC4E547fECeDAc86305dB9d` |
| `poolManager`              | `0xFB3e0C6F74eB1a21CC1Da29aeC80D2Dfe6C9a317` |
| `swapExecutor`             | `0x201E21679C0180D54AB0bf5a29bf7bE9629c0aEd` |
| `inputWrapper`             | `0x0000000000000000000000000000000000000000` |
| `outputWrapper`            | `0x0000000000000000000000000000000000000000` |

`inputWrapper` and `outputWrapper` are zero addresses in this manifest.

## Contract boundary

<AccordionGroup>
  <Accordion title="Owned by alphaengine-contracts">
    On-chain intent entrypoints, vault contracts, deployment scripts, events,
    storage layout, and Solidity tests.
  </Accordion>

  <Accordion title="Separate from public API">
    The public Strategy Arena API remains separate and is documented under
    [API Overview](/api/overview).
  </Accordion>
</AccordionGroup>

## Related pages

<CardGroup cols={2}>
  <Card title="System architecture" icon="network" href="/architecture/system-architecture">
    Public beta and encrypted intent flows.
  </Card>

  <Card title="Private strategy evaluation flow" icon="lock" href="/architecture/private-strategy-evaluation-flow">
    How protected strategy inputs move toward public evidence.
  </Card>

  <Card title="Repo map" icon="map" href="/reference/repo-map">
    Module ownership and local development entry points.
  </Card>
</CardGroup>
