Supported Networks
AgentaOS signs transactions on any EVM chain.Supported Chains
| Network | Chain ID | Status |
|---|---|---|
| Ethereum Mainnet | 1 | Supported |
| Base | 8453 | Supported |
| Arbitrum One | 42161 | Supported |
| Optimism | 10 | Supported |
| Polygon | 137 | Supported |
| Sepolia | 11155111 | Supported |
| Base Sepolia | 84532 | Supported |
| Arbitrum Sepolia | 421614 | Supported |
All EVM-compatible chains work out of the box. AgentaOS uses a pluggable chain architecture — if it speaks EVM, it signs.
How It Works
Agenta doesn’t care which chain you target. The signing protocol operates on raw transaction hashes. The chain adapter handles serialization, gas estimation, and broadcasting. Pick a network when you create a signer:Testnets
Start with testnets. Every mainnet chain has a testnet counterpart.Roadmap
Bitcoin
Native Bitcoin adapter. Taproot signing via the same 2-of-3 threshold protocol. Planned.
Solana
Ed25519 threshold signing for Solana transactions. Planned.