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

# Deployments & Testnet Status

> Current testnet deployments, what is live, and what is not yet implemented.

**Brebeneskul** (A2) is the current Molpha Solana program release on Devnet.

## Deployed addresses

| Chain     | Network | Address                                                              |
| --------- | ------- | -------------------------------------------------------------------- |
| Solana    | Devnet  | `MoLFGDpFoVnQgwbkTNScKPohCxhbfd61JjFrnotuwzh`                        |
| Ethereum  | Sepolia | `0xE1fd792b7E54e0C8F0Cd1c8055E446ff36d233eB`                         |
| Arbitrum  | Sepolia | `0xE1fd792b7E54e0C8F0Cd1c8055E446ff36d233eB`                         |
| Avalanche | Fuji    | `0xE1fd792b7E54e0C8F0Cd1c8055E446ff36d233eB`                         |
| BNB Chain | Testnet | `0xE1fd792b7E54e0C8F0Cd1c8055E446ff36d233eB`                         |
| Starknet  | Sepolia | `0x0378df4dbecf8f0c7daa801282932f7011c7a5e5773bab9eaf68f5fa5e7530ef` |

EVM verifiers share the same address across all chains via CREATE2.

## Live today

* **Solana program on Devnet** (program ID above): node registry, USDC plans/subscriptions, delegates, bonded gateways, maintained `Feed` accounts, permissionless `submit_data_update`, subscription and agent round settlement (`settle_round_receipt` / `settle_agent_round`), finalize/dispute paths, reward claims, and direct Rust verification through `molpha-verifier`.
* **SDK** — [`@molpha/sdk`](https://www.npmjs.com/package/@molpha/sdk) v0.1.0: the full consumer flow (subscribe → derive feed → execute round → submit update → read feed) plus framework-agnostic EVM and Starknet verifier argument builders.
* **EVM verifiers** — deployed on Ethereum Sepolia, Arbitrum Sepolia, Avalanche Fuji, and BSC testnet.
* **Starknet verifier** — deployed on Starknet Sepolia, with cross-chain parity tests proving that unmodified EVM-produced signatures verify on Cairo.

## Not yet implemented

* **Mainnet-grade slashing economics** — `dispute_round` exists on Solana; broader proof-based operator slashing and mainnet economic security ship in a later milestone. The testnet node set remains permissioned.
* **Mainnet** — gated on a full protocol audit.

<Warning>
  All deployments are **pre-audit testnet** contracts with a permissioned node set. There is no uptime SLA and no full economic security backing testnet data. Do not rely on them for value. See the [Security Model](/protocol/security-model) for the full trust assumptions.
</Warning>
