What is
A legal framework used to determine whether a financial instrument qualifies as an 'investment contract' under US securities law.
A legal framework used to determine whether a financial instrument qualifies as an 'investment contract' under US securities law.
Common questions about this topic
Start by getting a wallet (Nautilus for browser, Terminus for mobile). Back up your seed phrase securely offline. Get some ERG from a current exchange or verified venue, then make a small test transaction. After that, explore NFTs, mining, DeFi references, or the developer stack if you're a builder.
Providing liquidity on Ergo depends on the current active DEX or AMM venue. In general, you deposit equal value of two assets into a pool, receive LP tokens representing your share, and earn a portion of trading fees. Spectrum Finance is historical/frozen since February 2024, so verify the active venue, contracts, liquidity depth, and withdrawal process before depositing funds.
Building DeFi on Ergo starts with understanding the eUTXO model and ErgoScript. Unlike account-based chains, Ergo's box model provides deterministic execution, strong MEV-resistance, and predictable fee construction. Use Oracle Pools for price feeds, and study existing patterns from Spectrum Finance and SigmaUSD.
eUTXO (Extended Unspent Transaction Output) is Ergo's smart contract model that extends Bitcoin's UTXO with programmable logic. Each 'box' contains ERG, tokens, data registers, and a guarding script. Transactions consume boxes and create new ones, enabling deterministic execution, parallel processing, and no protocol-level reentrancy by construction.