PROTOCOL SPECIFICATIONS
INK DOCUMENTATION
Learn the architectural blueprint of INK-20 inscriptions, indexing ledger logic, and how calldata is utilized to record state changes directly on the blockchain.
SECTION 01 // OVERVIEW
What is Ink Scribe & INK-20?
Ink Scribe is the native inscription protocol platform built for Ink Chain.
Unlike traditional ERC-20 tokens that require deploying complex, costly smart contracts on-chain, INK-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 transfers requiring minimal L2 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.