About
FAQ
Cosmos enables different blockchains to communicate and transact with each other in a decentralized way, breaking down silos and enhancing functionality across different platforms. So if you are looking for interoperability and horizontal scalability, sovereignty and a robust SDK, then Cosmos is your go-to ecosystem.
We recommend starting by learning about the Cosmos Hub and familiarizing yourself with the various App Chains that make up one of the most popular and a vibrant web3 ecosystems. If you're looking to get a sense of the technology and community please take a look at the docs and the forum.
Cosmos validators, thus, play an integral role in block production, transaction validation, governance, and maintaining the overall health and security of the network. They perform these functions while managing the delegations, ensuring network and node security, and actively participating in the ongoing development and governance of the Cosmos ecosystem.
The ATOM is the Cosmos Hub's primary token and secures the Hub's valuable interchain services. If you hold ATOM, you can temporarily lock them up to contribute to the security of the Cosmos Hub using a mechanism called Staking. By staking ATOM, you are able to vote in Cosmos Hub governance decisions.
If you hold ATOM tokens and choose to stake them you will need to choose a validator and delegate your stake to them in order to do so. Validators never obtain custody of the ATOM delegated to them, but choose your validator wisely as any slashing applied to your validator affects you as well.
Articles
About
FAQ
c8ntinuum treats interoperability as a problem of authenticated communication between replicated state machines. Rather than introducing privileged third parties, it emphasises light-client verification and on-chain zk light clients, so safety reduces to the security assumptions of the underlying chains' consensus plus the soundness of the proof system. Around that protocol sit the c8ntinuum blockchain, the CTM coin and the SuperApp.
From a developer's perspective c8ntinuum is a standard EVM chain: you write Solidity and deploy with Foundry, Hardhat or Remix exactly as you would on Ethereum, connect wallets such as MetaMask, WalletConnect or Rabby, and keep using ethers.js, viem and web3.js. The official documentation covers network information, guides and the precompile reference. If you're looking to get a sense of the community please take a look at the Discord.
CTM is the native coin of c8ntinuum, with 18 decimals like ether. It is used to pay for gas, to stake, and to vote in governance. Per the lightpaper, the supply is capped at 8,888,888,888 CTM and follows a mint-burn equilibrium designed to sustain the ecosystem.
c8ntinuum Mainnet Beta runs with EVM chain ID 8 and roughly 4-second blocks. Consensus is CometBFT, so a transaction is final once its block is committed — one block, with no probabilistic reorg window. Fees follow the EIP-1559 model, and every message can be checked on-chain in the explorer.
Yes. c8ntinuum connects to the interchain through the Inter-Blockchain Communication protocol (IBC), and exposes Cosmos staking, governance, ICS20 transfers and more directly from Solidity via precompiles. Beyond IBC it also offers Solana-aware verification, zkVM proof verification, post-quantum signatures and verifiable randomness as native precompiles.
Resources