What is Ravencoin?
๐ New to this? Just start reading at the top โ it begins in plain English and gets more detailed as you scroll. Jump to any level:
๐ข The simple version
Plain English โ no jargon. Start here.
Ravencoin is a Bitcoin fork built specifically for issuing and transferring real-world assets on a blockchain โ allowing anyone to create tokens representing stocks, bonds, real estate, or any asset, with the transfer rules enforced by the Ravencoin protocol rather than relying on smart contracts.
Why Ravencoin exists โ asset tokenisation without smart contracts
Ethereum enables asset tokenisation through smart contracts โ custom code that defines token rules. This is powerful but complex: smart contract bugs have caused billions in losses, and every new token type requires new contract code with new security risks. Ravencoin takes a different approach: asset issuance is a native, first-class feature of the protocol itself. Creating a token on Ravencoin is as simple as a transaction โ no smart contracts, no Solidity, no audit required.
Ravencoin was launched in January 2018 by Bruce Fenton (former executive director of the Bitcoin Foundation) and Tron Black. It was a genuine fair launch โ no pre-mine, no ICO, no developer allocation. All RVN was distributed through mining from day one, similar to Bitcoin.
How asset creation works on Ravencoin
To create an asset on Ravencoin, you burn 500 RVN and specify a unique asset name (up to 30 characters, must be globally unique on the chain). Once created, you can issue up to 21 billion units of that asset. Asset names can represent anything: ACME_CORP_SHARES, PROPERTY_123_DALLAS, BAND_CONCERT_TICKET. The asset is then transferable to any Ravencoin address. Restricted assets can have transfer rules (whitelist/blacklist) enforced at the protocol level โ useful for securities that can only be held by verified investors.
KAWPOW โ ASIC-resistant mining
Ravencoin uses the KAWPOW proof-of-work algorithm โ designed to be ASIC-resistant, keeping mining accessible to GPU miners. This is deliberate: Ravencoin's community believes GPU-accessible mining produces more decentralised node distribution than ASIC-dominated mining. RVN has a total supply of 21 billion tokens (1,000ร Bitcoin's 21 million, providing small units without decimals for asset pricing).
Is it legal in India?
Yes. RVN is a VDA under Indian law. 30% tax and 1% TDS apply. See India regulation.
๐ก A bit more detail
For when you want to go a little deeper.
Asset types on Ravencoin
Ravencoin supports several asset types. Main Assets are unique names (e.g., ACME_CORP) โ must be globally unique, cost 500 RVN to create. Sub-Assets are children of main assets (e.g., ACME_CORP/SHARES, ACME_CORP/BONDS) โ cost 100 RVN. Unique Assets are NFT-like items with a specific name and quantity of 1 (e.g., ACME_CORP#CERTIFICATE_001). Restricted Assets are compliance-capable tokens where the issuer can define transfer rules using qualifier tags โ only wallets tagged with specific qualifiers can hold the asset. This restricted asset system is designed for securities compliance without requiring a central custodian.
Ravencoin has been used for tokenising real estate deeds (proof-of-concept projects in the US), creating digital collectibles, issuing loyalty tokens, and representing fractional ownership in private companies. The protocol's simplicity makes it accessible to businesses wanting blockchain-based asset tracking without needing blockchain developers. Several small businesses have used Ravencoin to issue community tokens and reward programmes. The restricted asset feature makes Ravencoin interesting for real-world securities, though regulatory compliance still requires off-chain legal frameworks.
KAWPOW algorithm details
KAWPOW is based on ProgPoW (Programmatic Proof of Work) โ an algorithm designed to utilise all parts of a GPU's processing capabilities, making custom ASIC designs less efficient because they would need to replicate a full GPU architecture. KAWPOW also includes a personalisation mechanism โ it incorporates the block height into the algorithm, ensuring that mining hardware optimised for a specific block height becomes less efficient as the chain progresses. This periodic algorithm variation is intended to reduce the advantage of specialised hardware over consumer GPUs.
Key Ravencoin metrics: number of unique assets created, active asset transfers, RVN hashrate (mining security indicator), and real-world adoption of restricted assets for securities. Ravencoin competes with Ethereum (ERC-20 tokens), Stellar (asset issuance), and Cardano's native asset framework. The key differentiator is protocol-native asset rules without smart contracts โ simpler security model at the cost of less flexibility. Live data: CoinGecko ยท Ravencoin Explorer.
๐ฃ The full technical picture
For the technically curious.
Ravencoin whitepaper: the asset layer
The Ravencoin whitepaper (Fenton & Black, 2018) describes asset issuance as a protocol-level feature implemented through transaction outputs. A new transaction type โ ASSET_TRANSFER and ASSET_CREATION โ extends Bitcoin's UTXO model. When creating an asset, a specific script pattern in a transaction output signals to all Ravencoin nodes that this output represents an asset issuance. Full nodes track an asset database separately from the UTXO set, indexing all asset balances by address. Asset transfers use the same UTXO model but validated against both the standard value rules and the asset database rules.
Source: Fenton, B. & Black, T. (2018). Ravencoin: A Peer to Peer Electronic System for the Creation and Transfer of Assets. ravencoin.org/assets/documents/Ravencoin.pdf ยท Ravencoin docs: ravencoin.org
Messaging and voting capabilities
Asset holders can receive messages via the Ravencoin messaging system โ an asset issuer broadcasts a message to all holders of their asset, recorded on-chain. This creates a simple on-chain communication channel between companies and their token holders without email or centralised platforms. Voting is built on top of messaging: an issuer creates a vote token (a sub-asset representing a ballot), distributes it to all asset holders, and records votes as asset transfers to designated addresses. The results are permanently on-chain and auditable.
Ravencoin's restricted asset system uses "qualifier tokens" โ special asset types that represent compliance tags (e.g., #KYC_VERIFIED, #ACCREDITED_INVESTOR). An issuer designates their restricted asset to require specific qualifier tags. A transfer of a restricted asset is only valid if both the sender and receiver hold the required qualifier tokens. Qualifier tokens are issued by the asset creator (or a designated compliance officer) and represent off-chain verified status brought on-chain. This creates a compliance layer without a centralised custodian โ the blockchain enforces that only qualified wallets can receive transfers, while the qualification decision remains with the issuer.
Key facts
- Purpose: Protocol-native asset issuance and transfer
- Launch: January 2018 (fair launch โ no pre-mine, no ICO)
- Asset creation cost: 500 RVN (burned)
- Mining algorithm: KAWPOW (ASIC-resistant, GPU)
- RVN supply: 21 billion (1,000ร Bitcoin)
- Founders: Bruce Fenton, Tron Black
- Restricted assets: Protocol-level compliance (qualifier tags)