ZUG WEB3
The Vanderbilt Terminal for Zug Web3 Intelligence
INDEPENDENT INTELLIGENCE FOR CRYPTO VALLEY'S DECENTRALISED ECOSYSTEM
ETH Price $3,420| Total DeFi TVL $105B+| Web3 Protocol Foundations 60+| Polkadot Parachains 47| Swiss Crypto Licences 1,200+| Active DAOs (global) 5,000+| ETH Price $3,420| Total DeFi TVL $105B+| Web3 Protocol Foundations 60+| Polkadot Parachains 47| Swiss Crypto Licences 1,200+| Active DAOs (global) 5,000+|

Polkadot: Zug's Interoperability Protocol and the Web3 Relay Chain

Polkadot: Zug’s Interoperability Protocol and the Relay Chain Architecture

Of all the blockchain networks with significant Swiss connections, Polkadot has the deepest institutional roots in Zug. Both the Web3 Foundation — which governs the DOT token treasury and funds ecosystem development — and Parity Technologies — the company that built and maintains the primary Polkadot client — are headquartered in the Crypto Valley corridor. Polkadot is, in a more complete sense than most protocols, a Zug project.

Origins: Gavin Wood and the Vision of Interoperability

Polkadot’s origins are inseparable from Ethereum’s. Gavin Wood, who co-founded Ethereum and wrote its Yellow Paper (the formal specification of the EVM), departed the Ethereum Foundation in 2016 with a different vision for what the decentralised web should look like. Where Ethereum is a single, general-purpose programmable blockchain, Wood argued for a heterogeneous multi-chain architecture: specialised blockchains, each optimised for specific use cases, connected through a common security and communication layer.

That vision became Polkadot, whose whitepaper Wood published in 2016. The Web3 Foundation — also founded by Wood, and incorporated as a Swiss Stiftung in Zug — raised approximately USD 145 million in a 2017 ICO, one of the largest of that era. Parity Technologies, the company co-founded by Wood and Jutta Steiner, built the Polkadot client and continues to be the primary development organisation for Polkadot’s core engineering.

The Polkadot mainnet launched in May 2020, with full parachain functionality (including the first parachain slot auctions) activating in December 2021.

Web3 Foundation and Parity Technologies: Zug’s Dual-Engine Governance

Understanding Polkadot’s governance requires distinguishing between two Zug entities:

Web3 Foundation (Stiftung): The Swiss foundation that holds the DOT treasury (approximately 30% of total DOT supply at genesis was allocated to the Foundation), governs the DOT token, and funds ecosystem development through its Grants Program. The Web3 Foundation has dispersed thousands of grants to protocol teams, developer tools, research projects, and educational initiatives across the Polkadot and Kusama ecosystems. The Foundation also co-ordinated the transition to OpenGov (discussed below) and serves as a visible interlocutor with FINMA and Swiss regulatory bodies on Polkadot-related matters.

Parity Technologies: The engineering company that built Substrate (the blockchain development framework), the Polkadot reference client (now part of the Polkadot-SDK), and continues to employ a significant share of Polkadot’s core protocol engineers. Parity is a commercial entity (UK company with significant Zug presence) rather than a foundation — it has built and maintained Polkadot’s technical stack while the Web3 Foundation holds the governance role. The relationship between the two entities is a studied example of how Web3 projects navigate the separation between commercial development and protocol governance.

The Relay Chain and Parachain Architecture

Polkadot’s architecture is its defining characteristic. The core components:

Relay Chain

The Relay Chain is Polkadot’s central coordination chain. It does not execute general-purpose smart contracts (unlike Ethereum mainnet). Its purpose is narrower and more powerful: it provides shared security for all connected parachains and coordinates cross-chain communication. The Relay Chain’s validators — who stake DOT — validate blocks from all connected parachains, providing those chains with Polkadot-grade Byzantine fault-tolerant security without each chain needing its own independent validator set.

This shared security model is Polkadot’s primary value proposition for parachain teams: launching a new blockchain with its own validator set requires recruiting, incentivising, and maintaining a sufficiently large validator set that it cannot be cheaply attacked. On Polkadot, that problem is solved by inheritance — parachains share the Relay Chain’s validators.

Parachains

Parachains are specialised blockchains that connect to the Relay Chain. Each parachain has its own state machine, virtual machine, governance structure, and token economics. The only requirement is that they implement the Parachain Validation Function (PVF) — the interface through which Relay Chain validators validate parachain blocks.

Parachain slot allocation is governed by bonding DOT (in the era of parachain slot auctions, which are being replaced with a more flexible system as the architecture evolves). The bonded DOT is returned when the parachain slot expires, making parachain slot bonding a deposit rather than a burn.

Collators

Each parachain has its own collator nodes, which produce parachain block candidates and submit them to Relay Chain validators for validation. Collators do not need to be trusted — their role is to produce valid blocks, and Relay Chain validators verify those blocks independently.

XCM: The Cross-Chain Messaging Standard

The Cross-Consensus Message Format (XCM) is Polkadot’s language for inter-parachain communication. XCM enables parachains to send messages to each other — transferring tokens, invoking smart contracts on remote chains, initiating cross-chain governance actions — in a standardised way that the Polkadot messaging infrastructure can route and verify.

XCM is not a simple token bridge. It is a message format with a virtual machine (the XCVM) that can express complex cross-chain instructions. A single XCM message can: transfer assets from parachain A to parachain B, execute a smart contract call on parachain B using those assets, and return the result to parachain A — atomically, in a single cross-chain operation.

The practical achievement of XCM is that Polkadot’s ecosystem functions as something closer to a unified platform than a collection of independent chains connected by bridges. Assets and messages move between parachains through the Relay Chain’s messaging infrastructure, inheriting its security properties — unlike most cross-chain bridges, which introduce separate trust assumptions and have historically been a primary attack vector in Web3.

OpenGov: Polkadot’s Decentralised Governance System

In 2023, Polkadot replaced its original governance system (which included a Council, a Technical Committee, and a relatively centralised decision-making process) with OpenGov — a fully on-chain, permissionless governance system.

OpenGov’s key features:

  • Multiple concurrent referenda: Unlike the original system, which processed one referendum at a time, OpenGov enables many referenda to proceed simultaneously, each on its own “track” corresponding to the magnitude and type of the change proposed.
  • Tracks and Origins: Each track has a specific scope (e.g., Small Tipper, Medium Spender, Big Spender, Treasurer, Root) with corresponding decision periods, approval thresholds, and enactment delays. A proposal to spend 100 DOT from the treasury uses a different track than a root-level protocol upgrade.
  • Delegation: DOT holders can delegate their voting power to other addresses for specific tracks, enabling liquid democracy — delegates who specialise in particular governance domains.
  • Fellowship: The Polkadot Technical Fellowship is an on-chain collective of technical experts (ranked by expertise level, from Rank 0 to Rank 9) that provides technical guidance on protocol upgrades, replacing the former Technical Committee.

OpenGov represented a genuine shift in decentralisation. Polkadot’s governance had been criticised for excessive influence by the Web3 Foundation and Parity Technologies in earlier iterations. OpenGov distributed governance power more broadly, though critics note that DOT distribution remains concentrated among early backers.

For coverage of DAO governance structures and decentralised governance in Switzerland, see zugdao.com.

Key Parachains: The Polkadot Ecosystem

The Polkadot parachain ecosystem encompasses over 40 active parachains as of early 2026. Notable networks:

Moonbeam: The leading EVM-compatible parachain on Polkadot. Moonbeam implements a full Ethereum-compatible environment, enabling Solidity smart contracts and Ethereum developer tools to work natively on a Polkadot parachain. It is the primary on-ramp for Ethereum developers entering the Polkadot ecosystem and hosts significant DeFi TVL among Polkadot parachains.

Astar: A multi-VM parachain supporting both EVM and WASM smart contracts. Astar’s dApp Staking mechanism rewards deployed applications with protocol-level staking emissions — an experimental incentive model for developer retention. Astar has significant Japanese developer community engagement and announced a strategic pivot toward Soneium (Sony’s blockchain network) while maintaining its parachain presence.

Acala: Designed as Polkadot’s DeFi hub, Acala provides a decentralised stablecoin (aUSD), a DEX, and liquid staking for DOT (LDOT). Acala suffered a significant exploit in 2022 when a misconfiguration in the iBTC pallet allowed minting of unbacked aUSD, leading to a governance-voted correction that removed erroneously minted tokens.

Centrifuge: Specialised in real-world asset (RWA) financing. Centrifuge enables tokenisation of real-world credit assets — invoices, trade receivables, real estate — making them accessible as DeFi collateral. Its Tinlake protocol has processed hundreds of millions in RWA financings and represents a genuine non-speculative use case for parachain infrastructure.

Phala Network: A confidential computing parachain providing TEE (Trusted Execution Environment) based off-chain computation with on-chain verification — a privacy-preserving computation layer for the Polkadot ecosystem.

JAM: Polkadot’s Next-Generation Architecture

At the Polkadot Decoded conference in 2024, Gavin Wood published the JAM grey paper — the specification for the Join-Accumulate Machine, Polkadot’s proposed next-generation core architecture.

JAM is not an incremental upgrade. It is a fundamental reimagining of what the Polkadot core should do. Where the current Relay Chain is specifically designed for parachain validation, JAM is a more general-purpose “coherent computer” — a supercomputer-like distributed computation environment that can validate parachains, run arbitrary persistent services, and provide a base layer for computational tasks that do not fit neatly into the parachain model.

JAM’s key concepts:

  • Services: Persistent on-chain programs similar to parachains but more flexible in their computational model.
  • Accumulate phase: Computation that occurs on-chain, with results accumulated into the JAM state.
  • Refine phase: Off-chain computation (using the available validator core capacity) that produces results submitted to the on-chain Accumulate phase.
  • CoreChains: A compatibility layer enabling existing Polkadot parachains to run on JAM without modification.

JAM represents Wood’s attempt to make Polkadot a genuine decentralised supercomputer — competing not with Ethereum but with cloud compute providers, by enabling arbitrary distributed computation that inherits blockchain-grade security and finality.

DOT Token: Economics and Utility

DOT, Polkadot’s native token, serves three primary functions:

Governance: DOT holders vote on Polkadot referenda through OpenGov. Voting power is proportional to DOT holdings, with optional conviction multipliers (locking tokens for longer periods increases voting weight).

Staking: DOT holders stake to nominate validators (through Nominated Proof of Stake, or NPoS) and earn staking rewards. Polkadot’s NPoS system uses sophisticated algorithms to elect validator sets that balance stake distribution across validators, reducing the plutocratic tendencies of simpler PoS implementations.

Parachain Bonding: Projects bond DOT to secure parachain slots. This bonded DOT is illiquid for the duration of the slot period, effectively reducing circulating supply.

DOT’s tokenomics have been subject to ongoing governance debate, particularly around inflation rate (DOT issuance to validators) and the DOT denomination redenomination (which occurred in 2020, redenominating the supply by 100x to avoid small decimal numbers).

Substrate Framework: Polkadot’s Developer Ecosystem

Polkadot’s developer ecosystem is anchored by Substrate — the modular blockchain development framework built by Parity Technologies that underlies all Polkadot parachains and many independent chains. Substrate enables development teams to build production-grade blockchains with custom runtimes in weeks rather than years, inheriting networking, consensus, and database layers from the framework.

In 2024, Parity rebranded and unified the Substrate, Cumulus (parachain consensus layer), and XCM stack as the “Polkadot-SDK” — a single repository and development environment for building Polkadot-compatible chains.

The Polkadot ecosystem, centred on Zug through the Web3 Foundation and Parity Technologies, represents one of the most ambitious engineering projects in blockchain: not a single chain but a heterogeneous network of specialised chains, unified by shared security, cross-chain messaging, and on-chain governance — all governed by a Swiss foundation and built by a company founded by one of Ethereum’s original architects. For coverage of the Crypto Valley Association blockchain company ecosystem, see zugblockchain.com.



Author: Donovan Vanderbilt | The Vanderbilt Portfolio AG, Zurich Published: 24 February 2026

About the Author
Donovan Vanderbilt
Founder of The Vanderbilt Portfolio AG, Zurich. Institutional analyst covering decentralised protocols, Web3 infrastructure, DAOs, NFT ecosystems, and the technology layer underpinning Crypto Valley's innovation pipeline.