--- title: Introduction description: The peer-to-peer identity and asset management system that makes Web3 as easy as Web2 through DID documents, WebAuthn, and IPFS—providing users with secure, portable decentralized identity icon: "house" sidebar: label: "Introduction" --- Sonr is a Cosmos SDK chain that replaces wallet addresses with W3C DIDs, seed phrases with passkeys, and unlimited token approvals with scoped UCAN capabilities. Start wherever you are: Get the binary, join a network, and run your first query. The development workflow: local node, codegen, and testing. Join the active set and start signing blocks. `x/did`, `x/dwn`, `x/svc`, and `x/dex` — messages, queries, and state. :::note[Who this is for] **Developers** integrating identity and payments with standard web APIs. **Validators** securing the network. **Users** who want sovereign identity without seed phrases. This page covers architecture and integration patterns — for hands-on walkthroughs start with [Get Started](/development), and for exact signatures see the [Reference](/reference). ::: ## Summary Sonr is a Cosmos SDK blockchain that simplifies Web3 through **Decentralized Identity (DIDs)**, **passwordless authentication (WebAuthn)**, and **user-controlled agents (Vaults)**. Developers integrate crypto features using standard web technologies. Validators secure a network bridging Web2 and Web3. Users gain digital sovereignty without complexity. ## What is Sonr? Sonr transforms blockchain interaction through four innovations: 1. **W3C-compliant DIDs** replace wallet addresses 2. **WebAuthn** eliminates seed phrases 3. **Personal Vaults** automate blockchain operations 4. **UCAN permissions** prevent unlimited approvals These components create a system where users onboard in 30 seconds using biometrics, developers add crypto features with HTML forms, and validators earn rewards securing digital sovereignty. ## Why Sonr Matters ### Current Problems Traditional Web3 forces users to: - Manage 24-word seed phrases - Install browser extensions - Understand gas fees - Navigate multiple wallets One mistake loses everything. ### Sonr's Solution Sonr provides: - **30-second onboarding** with Face ID or fingerprint - **No seed phrases** through WebAuthn security - **No gas fees** for account creation - **Universal compatibility** across all devices - **Automatic recovery** via social and biometric methods ## Core Architecture W3C-compliant identity system using WebAuthn for passwordless authentication Personal Vaults acting as user-controlled agents for blockchain interactions Capability-based permissions replacing dangerous unlimited approve patterns Stake-based trust system for service discovery and DNS verification ## For Developers ### Integration Benefits Sonr enables crypto features without blockchain knowledge: - **Use existing skills**: HTML, CSS, JavaScript - **Zero dependencies**: No SDKs or wallet libraries - **Progressive enhancement**: Start simple, add features - **Enterprise ready**: Integrates with existing auth systems ### Simple Payment Example Transform any HTML form into a crypto payment interface: ```html
``` Users approve with biometrics. Vaults handle transactions. No wallet connections required. ### Developer Resources Web browser integration patterns and examples Highway system powering user sovereignty Payment integration guide Core blockchain modules and architecture ## For Validators ### Network Components Validators secure four critical systems: Cosmos SDK with IBC for cross-chain operations Tokenomics, staking, and governance HTTP bridge supporting WebAuthn authentication Validator node setup and operations ### Validator Operations Validators perform five key functions: 1. **Validate identities**: Process DID operations and WebAuthn credentials 2. **Execute Vaults**: Run capability delegations and revocations 3. **Bridge chains**: Process IBC and InterchainAccount transactions 4. **Verify services**: Validate DNS ownership and registrations 5. **Coordinate MPC**: Participate in multi-party key management ### Economic Incentives - **Block rewards**: Earn from transaction fees and inflation - **Service fees**: Share revenue from registrations - **MEV protection**: Built-in maximal extractable value prevention - **Sustainable model**: Long-term network health design ## Key Concepts ### Identity Management W3C DIDs with WebAuthn for digital sovereignty Blockchain implementation of identity management ### Data Sovereignty Personal Vaults for user-controlled data and agents Network architecture and specifications ### Authorization System Capability-based permissions for secure delegation Registration, verification, and trust management ### Cross-Chain Features Network architecture and cross-chain features W3C API for seamless crypto payments ## Getting Started ### Developers Build Web3 applications without blockchain complexity: Create your first Sonr application in 10 minutes Real-world integration patterns for web applications Command line tools and utilities ### Validators Secure the future of digital sovereignty: Complete validator installation guide Token distribution, staking, and governance Security practices and compliance ### Users Experience true digital ownership: 30-second setup with biometric authentication Master your personal Web3 agent Privacy and sovereignty protection ## Next Steps :::note[Ready to Build?] **Developers**: Start with the [Quick Start Guide](/onboarding) to build your first Sonr application. **Validators**: Follow the [Node Setup Guide](/deployment) to join the network. **Users**: [Create your identity](/onboarding) in under 30 seconds. ::: Explore the concepts above or dive into specific topics using the navigation menu. Join us in building the sovereign internet where identity belongs to individuals, not platforms.