DeFi & Finance
- Non-custodial DeFi protocols
- Custom multi-signature wallets
- Stablecoins and native tokens
- Decentralized oracle networks
Privacy & Governance
- Decentralized mixers and privacy tools (check legal status)
- DAOs & governance systems
Infrastructure & Apps
- NFT marketplaces & composable dApps
- Scalable micropayments and instant settlement
- Cross-chain bridges & light wallets
Frequently Asked Questions
What's Next?
Deep dive into technology or explore real-world applications
These primitives power the Agent Economy
eUTXO, ErgoScript, and Babel Fees are the foundation for autonomous agent payments, notes, and acceptance predicates on Ergo.
Technology FAQ — full answers
Every question on this page, fully expanded for search engines and screen readers.
- How is eUTXO on Ergo different from the account model?
- eUTXO splits the blockchain state into independent boxes (outputs), enabling parallel smart contracts without a global state and reducing reentrancy risks. DApps become composable: complex logic can be built from simple outputs.
- What is ErgoScript and why is it secure?
- ErgoScript is Ergo's contract language for programmable money with formally verifiable code, strict typing, and built-in cryptographic primitives. Contracts are auditable and predictable—design avoids global mutable state and typical reentrancy patterns.
- Why is Autolykos considered decentralized and energy-efficient?
- Autolykos is memory-hard and ASIC-resistant, making it fair for ordinary miners. It rewards solo mining and reduces pool dependence, keeping the network secure with moderate energy use.
- What is Storage Rent and why does it matter?
- Storage Rent is a state recycling mechanism where unspent coins after ~4 years start paying rent. This prevents unlimited blockchain growth and ensures miners earn revenue even after emissions end.
- What privacy and multisig features are built in?
- Sigma protocols provide native zero-knowledge proofs, ring signatures, multisig/threshold schemes, and private payments without external hacks. This simplifies building confidential dApps.
- What do NIPoPoWs enable?
- NIPoPoWs create tiny blockchain proofs that allow light clients, instant mobile sync, and trustless cross-chain bridges without full nodes.
- How are Oracle Pools different from traditional oracles?
- Oracle Pools are protocol-native, composable data feeds without a central operator—no single point of bribery or failure. They can be plugged into any contract.
- What are Subblocks and why use them?
- Subblocks split blocks into fast sub-blocks to speed up payment and dApp confirmation without trusted sequencers. This provides Layer-1 scaling with faster perceived confirmations.
- Can I issue tokens and NFTs without a smart contract?
- Yes—issuance is native at the protocol layer, in a single transaction. True native assets are instantly composable with dApps.