Skip to main content
This page defines terms used throughout the Autheo documentation. For a complete alphabetical glossary, see the Glossary.

Chain identifiers

TermMainnetTestnet
Chain ID (EVM)2127785
Chain ID (Cosmos)autheo_2127-1autheo_785-1
autheodThe Autheo Chain node binary (current version: 1.0.8)← same binary
Use the Cosmos chain ID in all CLI --chain-id flags. Use the EVM chain ID when adding the network to MetaMask or configuring ethers.js / Hardhat / Foundry.

Token and denomination

TermDefinition
THEOThe native token of Autheo Chain
aauthThe base denomination of THEO (10⁻¹⁸ THEO). All on-chain amounts are expressed in aauth.
1 THEOEqual to 1,000,000,000,000,000,000 aauth (10¹⁸ aauth)

Addresses

TermDefinition
Cosmos addressBech32-encoded account address, prefix autheo1...
Validator operator addressBech32-encoded address with prefix autheovaloper1...
Ethereum addressEIP-55 hex address (0x...), derived from the same keypair as the Cosmos address
eth_secp256k1The key algorithm used by Autheo Chain — the same elliptic curve as Ethereum

NFT licenses

TermDefinition
Sovereign licenseNFT license granting the right to create and operate a validator; earns ~187,969 THEO/year
Prime licenseNFT license granting the right to delegate to external validators (higher emission tier); earns ~18,797 THEO/year
Core licenseNFT license granting the right to delegate to external validators (standard emission tier); earns ~1,880 THEO/year
LicenseRecordThe on-chain Cosmos-side representation of an NFT license
ISSUEDLicense status: minted but not yet bound to a validator
BOUNDLicense status: committed to a validator address, no active delegation
ACTIVELicense status: committed to a validator with a live delegation — earns per-block rewards
REVOKEDLicense status: governance-suspended, no operations permitted

Staking

TermDefinition
ValidatorA node operator participating in CometBFT consensus; requires a Sovereign NFT license
DelegatorAn account that stakes THEO to a validator; requires a Prime or Core NFT license
BondedTHEO that is actively staked to a validator
Unbonding periodThe period (~21 days) during which unbonding THEO cannot be transferred
Self-delegationThe validator’s own stake in their node, submitted via MsgCreateValidator
RedelegateDisabled on Autheo Chain. Use undelegate + delegate instead.

Rewards

TermDefinition
Staking rewardsProportional rewards from x/mint and x/distribution — auto-accrued, manually withdrawn
NFT emission rewardsFixed per-block rewards from x/emissions based on license tier — manually claimed via claim-nft-rewards
ASCFAutheo Storage & Compute Fund — fee revenue pool that funds validator and developer rewards

Validator operations

TermDefinition
JailedA validator temporarily excluded from consensus for missing blocks or governance revocation
TombstonedA validator permanently banned for double-signing; cannot be unjailed
Double-signingSigning two different blocks at the same height — results in tombstoning
MemIAVLRAM-based state tree used by Autheo Chain, requiring 8–16 GB of extra RAM above process baseline
Sentry nodeA public-facing node that relays traffic to a private validator, protecting the validator’s IP
tmkmsTendermint Key Management System — a remote signer that keeps the consensus key off the validator host