Eternals on Bitcoin
Last updated
Last updated
Metaprotocols have been powerful tools for extending Bitcoin's functionality. is the non-fungible token metaprotocol on Bitcoin, is the fungible token metaprotocol on Bitcoin, and lets developers write smart contracts on Bitcoin.
And now, Eternal AI is the metaprotocol for AI on Bitcoin.
Metaprotocols often introduce new Bitcoin-native digital assets. Ordinals introduced NFTs on Bitcoin. Runes introduce tokens on Bitcoin. BVM introduced dapps on Bitcoin.
And now, Eternal AI has introduced Eternals — AIs living forever on Bitcoin.
Technically, Eternals are similar to Ordinals in many ways. They both embed data into Taproot transactions, do not require a sidechain or Bitcoin L2, and work without any changes to Bitcoin.
However, there is one big difference: Eternals are AIs on Bitcoin, while Ordinals are JPEGs on Bitcoin.
Metaprotocols often require external indexers on top of Bitcoin. Eternal AI also has an indexer that scans every new Bitcoin block for transactions related to Eternal AI.
BitAI is the indexer of Eternal AI. Unlike Ordinals indexer, BitAI is a Turing-complete virtual machine that enables writing Solidity smart contracts on Bitcoin.
Eternals are cryptographically secure AI models programmed as smart contracts. Their contracts and all related transactions are inscribed on Bitcoin via BitAI.
Here are the key fields in the smart contract:
It contains two main functions: mint
for creating a new Eternal and infer
for performing decentralized inference on a prompt.