NEAR Foundation: Zug's Human-Friendly Blockchain
NEAR Foundation: Zug’s Human-Friendly Blockchain
In the crowded field of high-throughput blockchain platforms competing to be “the Solana killer” or “the Ethereum for everyone,” NEAR Protocol has consistently taken a different angle: usability first. Where Solana competes on raw speed and Ethereum on ecosystem depth, NEAR competes on user experience — arguing that no blockchain can achieve mass adoption without first solving the problem of human-computer interaction that has made crypto wallets inaccessible to the billion-user internet scale.
The NEAR Foundation — the Stiftung (foundation) that stewards NEAR Protocol’s development from its Zug domicile — has built its ecosystem strategy around this usability thesis with unusual consistency. The result is a protocol that is technically sophisticated, properly governed, and genuinely easier to use than most alternatives — even if it has struggled, like all non-Ethereum L1s, to close the TVL and ecosystem gap with the market leader.
The NEAR Foundation: Stiftung in Zug
The NEAR Foundation is incorporated as a Stiftung under Swiss law, domiciled in Zug. The Foundation employs approximately 150 people across its Zug headquarters and distributed international team. Its mandate is to promote and support the NEAR Protocol ecosystem — funding development, grants, marketing, and ecosystem partnerships.
NEAR Foundation’s treasury has been a subject of community governance debate. The Foundation launched with substantial NEAR token holdings and raised over USD 500 million in equity and token rounds through 2022, making it one of the most capitalised foundations in the Crypto Valley ecosystem. Managing a treasury of this scale through a multi-year bear market has required careful financial discipline.
The NEAR Foundation’s governance has evolved since the 2022 market downturn. Community pressure for greater financial transparency led the Foundation to publish more detailed treasury disclosures, staff reduction decisions during the 2022-2023 cost-rationalisation period, and strategic priority documents. This evolution towards greater accountability reflects the maturing governance norms across the Crypto Valley foundation ecosystem.
The Founding Team: From Google to Blockchain
NEAR Protocol was founded by Illia Polosukhin and Alexander Skidanov — two engineers whose backgrounds are in machine learning and software systems rather than cryptography or finance, a combination that shaped NEAR’s emphasis on practical engineering and developer experience.
Illia Polosukhin was a research engineer at Google Brain, working on natural language processing and the transformer architecture (he is listed as a co-author on the foundational “Attention Is All You Need” paper that introduced transformers). His background in large-scale ML systems influenced NEAR’s approach to sharding and distributed computation.
Alexander Skidanov was an engineering manager at MemSQL (a distributed database company) and previously a competitive programmer who won multiple international competitions, including at Google Code Jam. His distributed systems expertise was foundational to NEAR’s Nightshade sharding design.
The pair met through Y Combinator’s startup accelerator in 2018, initially working on a programming tools project before pivoting to blockchain development. The pivot was motivated by their analysis of blockchain’s fundamental usability and scalability problems — problems they believed they could solve with engineering rather than cryptographic novelty.
Nightshade: NEAR’s Sharding Architecture
NEAR’s primary technical proposition is its Nightshade sharding design — one of the most carefully architected approaches to blockchain sharding in the industry.
The Sharding Problem: Blockchain scalability is limited by the requirement that every node validate every transaction. Sharding addresses this by dividing the network into “shards” — independent processing lanes where different validators process different transaction sets. The challenge is ensuring that cross-shard transactions (involving accounts on different shards) are handled securely without a central coordinator.
Nightshade’s Approach: In NEAR’s Nightshade design, the blockchain is a single chain whose blocks are composed of “chunks” — one chunk per shard. Each chunk is produced by a subset of validators assigned to that shard. All chunks together constitute a full block. This design maintains a single chain of blocks (simplifying finality and reorganisation handling) while enabling parallel transaction processing across shards.
Nightshade’s security model uses an approach called “fishermen” — observers who monitor chunk producers and can challenge fraudulent chunks through a fraud-proof mechanism. The data availability of chunk data is maintained through receipt commitments and cross-shard receipts.
As of 2025, NEAR has deployed its sharding roadmap in phases — beginning with a single shard at launch and adding shards progressively. The approach allows the network to scale its capacity as demand requires, rather than over-engineering for load levels not yet reached.
Human-Readable Accounts: alice.near
NEAR’s most immediately distinctive user experience feature is its human-readable account naming system. Where an Ethereum address looks like 0x742d35Cc6634C0532925a3b844Bc454e4438f44e — a 42-character hexadecimal string with no semantic meaning — a NEAR account looks like alice.near or company.near.
This naming system is not a domain resolution overlay on top of cryptographic addresses (as ENS is for Ethereum); it is NEAR’s native account model. NEAR accounts are strings that conform to DNS-like naming rules, and the account system allows hierarchical naming: app.alice.near is a sub-account of alice.near, enabling composable identity structures.
The practical implications for user experience are significant:
- Users can give their NEAR address verbally or in writing without risk of transcription error.
- Phishing attacks based on address substitution are more visible (a fake
aliceswallet.nearis more evidently different fromalice.nearthan a fake hex address differs from the real one). - Applications can create meaningful sub-accounts for users (e.g.,
alice.defi-app.nearfor a specific application’s account), enabling application-scoped identity.
NEAR’s account system also supports multi-key access — accounts can have multiple keys with different permissions, enabling complex delegation patterns (a “full access key” for account management, a “function call key” for specific application interactions) that map better to real-world organisational structures than Ethereum’s single-key account model.
Aurora: EVM Compatibility on NEAR
NEAR’s Nightshade sharding architecture and Rust-based smart contracts offer performance advantages over Ethereum, but they also create an ecosystem gap: the vast library of Ethereum smart contracts written in Solidity cannot run natively on NEAR. Aurora addresses this.
Aurora is an EVM (Ethereum Virtual Machine) implementation deployed as a smart contract on the NEAR blockchain. Solidity contracts deployed on Aurora run in the Aurora EVM, which itself runs inside a NEAR canister (a smart contract account). Aurora inherits NEAR’s throughput and low fees while providing full Solidity and EVM compatibility.
From a developer perspective, deploying an Ethereum application to Aurora requires minimal changes: the same Solidity code, the same development tools (Hardhat, Foundry, Truffle), and the same transaction structure — with the output being a contract on Aurora’s EVM that executes on NEAR’s infrastructure at a fraction of Ethereum mainnet costs.
Aurora operates as a separate DAO with its own governance — the AURORA token governs Aurora’s parameters and development. The Aurora DAO and the NEAR ecosystem are closely related but distinct governance domains.
Rainbow Bridge: NEAR’s Ethereum Connection
The Rainbow Bridge enables asset transfers between Ethereum and NEAR — the trust-minimised two-way bridge that allows users to move ERC-20 tokens, ETH, and other Ethereum assets to NEAR, and NEAR tokens to Ethereum.
Rainbow Bridge’s design is notable for its trust model: it uses Ethereum’s light client protocol to verify the state of the NEAR blockchain from the Ethereum side, and a relay of NEAR nodes to verify the state of the Ethereum blockchain from the NEAR side. This light-client-based design is more trust-minimised than bridges that rely on multi-sig validators.
The practical use case is straightforward: a user holding USDC on Ethereum can bridge to NEAR via Rainbow Bridge, use USDC in NEAR’s DeFi ecosystem (at lower fees), and bridge back when desired. The bridge has processed billions in total volume since launch.
Funding: $500 Million and Institutional Confidence
NEAR has raised over USD 500 million in combined equity and token funding since its founding, making it one of the most substantially funded blockchain ecosystems outside the Ethereum and Polkadot foundations.
Key funding rounds:
- 2020: USD 21.6 million Series A led by a16z (Andreessen Horowitz).
- 2021: USD 150 million funding round including Andreessen Horowitz, Coinbase Ventures, Pantera Capital, and Tiger Global.
- 2022: USD 350 million ecosystem funding from various sources including FTX Ventures (pre-collapse) and others.
The inclusion of FTX Ventures in the 2022 round created complications for NEAR in the aftermath of FTX’s November 2022 collapse. NEAR’s subsequent financial management — including staff reductions and treasury conservatism — reflected the need to extend runway and manage through the funding constraints that followed the FTX disruption.
Coinbase Ventures’ participation across multiple rounds reflects institutional confidence in NEAR’s technical approach and team. Tiger Global’s 2021 participation represented mainstream institutional VC engaging with crypto infrastructure — a category of investor that has been selective in its blockchain-layer investments.
BOS: The Blockchain Operating System
In 2023, NEAR introduced its most ambitious reframing: the Blockchain Operating System (BOS). BOS is NEAR’s vision for a multi-chain discovery and application layer — a unified frontend framework for accessing decentralised applications across multiple blockchains.
The BOS concept positions NEAR not merely as one L1 among many but as the discovery interface for the entire Web3 ecosystem. In BOS, developers build “components” — reusable frontend pieces that can interact with contracts on any blockchain — and publish them to a NEAR-based registry. Users access a gateway (like near.org) that renders BOS components from the on-chain registry.
The practical outcome is a composable, open-source frontend ecosystem where application UIs are stored on-chain, censorship-resistant, and interoperable across the Web3 ecosystem. A DeFi component built for Ethereum can be composed with an identity component from NEAR and a data component from Arweave.
BOS received a mixed reception. Critics argued it was an impractical rebranding of NEAR’s functionality rather than a genuine new product category; supporters argued it represented a genuine vision for decentralised frontend infrastructure with no equivalent elsewhere. In 2024, NEAR’s foundation strategy evolved again, with increasing emphasis on AI integration — Illia Polosukhin’s background in transformer architecture ML made AI-blockchain integration a natural strategic direction.
The Developer Ecosystem
NEAR’s developer ecosystem reflects the Foundation’s usability emphasis:
- NEAR SDK for JavaScript: An SDK enabling JavaScript developers to write NEAR smart contracts — a significant accessibility improvement over Ethereum’s Solidity requirement, since JavaScript is the world’s most widely used programming language.
- NEAR SDK for Rust: NEAR’s primary smart contract language, offering performance and safety guarantees at the cost of a steeper learning curve.
- NEAR CLI: Command-line tooling for contract deployment, account management, and network interaction.
- NEAR Wallet: Reference wallet implementation with account abstraction features — social recovery, function call keys, and human-readable addresses built in.
The developer community around NEAR has grown through the Foundation’s Superteam-equivalent regional programmes, hackathons, and the grant programme. Developer activity is real but remains smaller than Ethereum, Solana, or Polkadot by monthly active developer counts.
Competitive Positioning: Solana and Avalanche
NEAR’s competitive position among high-throughput L1s is challenging. Solana has captured the performance narrative with a larger developer community and more established DeFi/NFT ecosystem. Avalanche has captured the institutional subnet narrative. NEAR’s usability story — human-readable accounts, JavaScript SDK — is genuine but has not produced the user base growth the Foundation’s treasury investment anticipated.
The AI integration direction — positioning NEAR as an AI-blockchain bridge, leveraging Polosukhin’s ML background — is the most recent strategic pivot. AI agents requiring on-chain capabilities, AI-managed wallets, and AI-generated smart contracts are plausible use cases where NEAR’s human-friendly design and the team’s AI expertise create genuine differentiation. Whether this direction produces ecosystem traction is the central question for NEAR in 2026.
Outlook
NEAR’s outlook for 2026 is defined by the tension between its genuine technical quality and its struggle for ecosystem relevance in a market where Ethereum has institutional momentum, Solana has developer culture momentum, and the remaining L1 market is crowded.
The NEAR Foundation’s Zug domicile provides the appropriate governance and regulatory structure for a long-term ecosystem development programme. The Foundation’s treasury — managed through the 2022-2023 downturn with greater discipline — provides the runway to continue ecosystem investment. The AI-blockchain integration direction provides a credible narrative for differentiation.
For Crypto Valley observers, NEAR represents the archetype of a well-intentioned, well-funded, technically sound foundation that has not yet converted its advantages into market-leading ecosystem scale. The question is whether the AI-integration reframing, combined with NEAR’s genuine UX advantages, can produce the flywheel of developer adoption that would make NEAR a durable tier-1 blockchain ecosystem.
Related Coverage
- Ethereum: The Web3 Foundation and Zug’s Protocol Anchor
- Ethereum vs Competing L1 Platforms: The View from Crypto Valley
- Web3 Grants and Funding Tracker: Crypto Valley’s Grant Ecosystem 2025
- Crypto Valley Web3 Ecosystem Tracker: Companies, Protocols, and Activity 2025
- Switzerland vs Singapore: Web3 Foundation Domicile Decision
Author: Donovan Vanderbilt | The Vanderbilt Portfolio AG, Zurich Published: 28 February 2026