Protocol Specifications
STABLESCRIBE DOCUMENTATION
Learn the architectural blueprint of STABLE-20 inscriptions, indexing ledger logic, and how calldata is utilized to record state changes directly on the blockchain.
SECTION 01 // OVERVIEW
What is STABLESCRIBE & STABLE-20?
STABLESCRIBE is the native inscription protocol platform built for the EVM-compatible Stable Mainnet.
Unlike traditional ERC-20 tokens that require deploying complex, costly smart contracts on-chain, STABLE-20 inscriptions leverage standard EVM transaction calldata to store registry data.
By encoding operations as raw UTF-8 JSON text files inside transactions, users bypass smart contract computational overhead, lowering network gas fees to fractions of a cent.
🚀 99% Gas SavingTransactions are low-cost (0.01 USDT0) transfers, requiring basic gas fees.
🛡️ Maximum SecurityNo contract logic runs on-chain, eliminating vulnerability vectors and exploits.
📊 Off-Chain LedgerOff-chain indexers scan blocks from genesis to calculate wallet states.