Autheo Chain (Layer 1)
| Component | Description | Docs |
|---|---|---|
autheod binary | The Autheo Chain node daemon (v1.0.8) | Installation |
| CometBFT consensus | Block production and P2P networking | System architecture |
| Ethermint EVM | EVM execution layer, JSON-RPC on :8545/:8546 | EVM integration |
x/license | NFT license record management | Module overview |
x/licensedstaking | License-gated staking wrapper | License gating |
x/emissions | Per-block NFT emission rewards | NFT rewards |
x/licensedistribution | NFT reward accumulation and claiming | NFT rewards |
x/e2ee | On-chain encryption key registry | Module overview |
Validator infrastructure
| Component | Description | Docs |
|---|---|---|
| Sovereign NFT license | Required to create and operate a validator | License setup |
| Prime / Core NFT license | Required for delegator participation | License lifecycle |
| Operator key | Signs all on-chain transactions (eth_secp256k1) | Key management |
| Consensus key | Signs block proposals (Ed25519) | Key management |
| tmkms / HSM | Remote signer for consensus key | Security hardening |
| Prometheus + Grafana | Node metrics and alerting | Monitoring |
Developer tooling
| Component | Description | Docs |
|---|---|---|
| JSON-RPC API | Ethereum-compatible JSON-RPC (Mainnet Chain ID 2127) | JSON-RPC overview |
| REST API | Block explorer REST API | REST overview |
| Remix IDE | Browser-based Solidity IDE | Deploy a smart contract |
| Hardhat / Foundry | EVM development frameworks | EVM integration |
| MetaMask | EVM wallet, connects to Chain ID 2127 (mainnet) | MetaMask install |
Network services
| Service | URL |
|---|---|
| Mainnet RPC (HTTP) | https://rpc1.autheo.com |
| Testnet RPC (HTTP) | https://testnet-rpc1.autheo.com |
| Testnet RPC (HTTP, secondary) | https://testnet-rpc2.autheo.com |
| EVM explorer | https://evm-explorer.autheo.com/ |
| Cosmos explorer | https://cosmos.autheo.com |
| Testnet faucet | https://testnet-faucet.autheo.com/ |
| Snapshot download | https://snapshot.autheo.com/data_backup_latest.tar.gz |
| Source code | https://github.com/autheo-blockchain/autheo-chain-core |
Token economy
| Component | Description | Docs |
|---|---|---|
| THEO | Native token (base denom aauth, 18 decimals) | Token overview |
| NFT emission rewards | Per-block rewards from x/emissions | NFT rewards |
| Staking rewards | Proportional rewards from x/mint + x/distribution | Staking and rewards |
| ASCF | Autheo Storage & Compute Fund — fee reinvestment pool | Tokenomics paper |