Obsidian Chain combines zero-knowledge proofs with full EVM compatibility, delivering unmatched privacy without sacrificing functionality.
Obsidian Chain offers cutting-edge technology for privacy-conscious users and developers.
Industry-leading zero-knowledge proofs protect your transactions. Send and receive without revealing amounts or addresses.
Deploy Solidity smart contracts, ERC-20 tokens, and NFTs. Use MetaMask and existing Ethereum tools seamlessly.
Peer-to-peer architecture with no central authority. Run your own node and participate in consensus.
1-second block times with parallel processing. 10x faster sync with optimized block validation.
Unique AES/SHA256 hybrid consensus algorithm. ASIC-resistant mining for true decentralization.
Create custom tokens without smart contracts. Built-in token system with lower gas costs.
Obsidian Chain is the first blockchain to combine Zcash-level privacy with full Ethereum compatibility.
50ms proof generation, 5ms verification
zobs prefix for private transactions
Modern gas fee mechanism
ZK-friendly hash function for Merkle trees
pragma solidity ^0.8.0;
contract ObsidianToken {
string public name = "MyToken";
uint256 public totalSupply;
mapping(address => uint256)
public balanceOf;
constructor(uint256 _supply) {
totalSupply = _supply;
balanceOf[msg.sender] = _supply;
}
}
No pre-mine, no ICO. 100% mined by the community with a smooth halving schedule.
10,000,000,000
10 Billion OBS
1 Second
Ultra-fast confirmations
Chromatic Phase
Smooth emission curve
DarkMatter PoW
CPU/GPU friendly
Run a node, start mining, or build your first dApp in minutes.
Deploy your own Obsidian node with Docker.
docker pull yuchanshin/obsidian-node:latest
Add Obsidian to MetaMask with these settings.
Deploy smart contracts using familiar tools.
npx hardhat run scripts/deploy.js --network obsidian
Our vision for the future of private, decentralized computing.
Join thousands of users who trust Obsidian for private, fast, and decentralized transactions.