A sharded Layer 1 blockchain optimized for usability, with human-readable account names and built-in account abstraction.
Live data via /api/coingecko/markets · Updated every page load
NEAR Protocol is a Layer 1 blockchain launched in 2020 by Illia Polosukhin and Alex Skidanov, both former Google researchers (Polosukhin was a co-author of the original Transformer paper that launched modern AI). NEAR's design priorities are usability and developer experience: human-readable account names like alice.near, native account abstraction, sharding for horizontal scaling, and a relatively friendly developer toolchain.
NEAR uses Nightshade sharding, splitting the network into multiple shards that process transactions in parallel. Validators are assigned across shards and rotate periodically. Block times are around one second. NEAR has built-in support for account abstraction via meta-transactions, letting developers offer gasless experiences to users (the dApp pays gas on the user's behalf).
NEAR has positioned itself toward AI and consumer applications. The "NEAR AI" initiative focuses on integrating NEAR with AI agents and verifiable inference. Applications include the Aurora EVM (Ethereum compatibility layer on NEAR), Ref Finance (DEX), and various consumer-friendly wallets. Account names being human-readable is a meaningful UX advantage for non-technical users.
NEAR's ecosystem is smaller than Ethereum, Solana, or BSC, though it has carved out a distinct identity. Sharding is technically complex and has historically been challenging to implement well; NEAR's approach has matured but tradeoffs around state and cross-shard consistency remain.
See the staking entry for NEAR's consensus model context.