Avalanche Subnets Explained: L1s, Etna & Examples
Summary: Avalanche Subnets are application-specific blockchains that run alongside the main Avalanche network, each with its own validators, rules, and optional gas token. Since the Etna upgrade, they are formally branded Avalanche L1s.
The bigger 2026 story is what Etna changed economically. Launching a sovereign chain no longer requires a 2,000 AVAX validator stake, which has pulled in gaming studios, exchanges, and regulated institutions running production networks instead of experiments.
What Are Avalanche Subnets?
An Avalanche Subnet is a sovereign network that sets its own membership rules and token economics, secured by a dedicated subset of validators. Each blockchain is validated by exactly one Subnet, while a single Subnet can validate several blockchains.
This is what Avalanche means by a heterogeneous network. Rather than every application sharing one chain, separate chains are spun up for different purposes and coexist under the same umbrella. The main network is itself a special Subnet, the Primary Network, running three coordinated blockchains.
"Subnet" is still widely used, but Avalanche formally renamed the concept to Avalanche L1 during the Etna upgrade in December 2024. Both words describe the same idea, with the L1 branding reflecting that these chains now behave as genuinely sovereign Layer 1 networks rather than dependents of the Primary Network.
For builders, the appeal is control. A studio that does not want players paying gas on every action, a bank that cannot put sensitive data beside public transactions, or an exchange that needs deterministic execution can each get a chain tuned to its needs.

How Do Avalanche Subnets Work?
Avalanche Subnets separate execution, validation, and coordination, so each network customizes its own behavior while plugging into shared security and interoperability.
1. The Primary Network and Three Chains
Every Subnet traces back to the Primary Network, which runs the Platform, Contract, and Exchange chains. These handle the coordination, smart contracts, and asset issuance the rest of the ecosystem depends on.
- P-Chain (Platform): The P-Chain manages validators and all L1-level operations, including creating blockchains, adding validators, and tracking validator sets. Every Subnet validator must sync it for interoperability.
- C-Chain (Contract): An Ethereum Virtual Machine chain where most public Avalanche DeFi lives, using AVAX for gas and supporting standard Solidity contracts and Ethereum tooling.
- X-Chain (Exchange): Creates and transfers Avalanche Native Tokens using a UTXO model, with AVAX as the asset that pays network fees.
2. Validators and the Validator Set
A Subnet is secured by validators who opt into that specific network. This is validator sovereignty: operators run only the chains they care about, which cuts their hardware burden and keeps networks independent.
- Selective participation: Validators commit resources only to the Subnets they choose, so a gaming chain and a finance chain never compete for the same node attention.
- Custom validator management: Since Etna, an L1 can run its own ValidatorManager smart contract, giving the deployer programmatic control over who validates, how rewards are paid, and whether the network is permissioned or open.
- Hardware requirements: A Subnet can require validators to meet specific RAM, CPU, or bandwidth standards, so demanding applications are not held back by slow nodes.
3. Virtual Machines and Subnet-EVM
Each Subnet defines its execution logic through a Virtual Machine. Most teams launch with Subnet-EVM, a go-ethereum fork that supports Solidity and standard Ethereum client functionality, so existing developers reuse familiar tools.
- Own gas token: Unlike the C-Chain, a Subnet-EVM chain can use its own native coin for gas, pre-allocated at genesis and mintable through a precompile. Fees can be burned or sent to an address the deployer controls.
- Higher throughput: A dedicated Subnet can raise its gas limit and run higher-bandwidth validators, free of the shared limits that protect the public C-Chain.
- Custom VMs: Teams are not limited to the EVM. Avalanche supports custom Virtual Machines, including HyperSDK, for applications the EVM cannot serve.

Subnets vs Avalanche L1s: What the Etna Upgrade Changed
The development that matters most here is the Etna upgrade, also known as Avalanche9000, which activated on mainnet on December 16, 2024 after a Fuji testnet activation in November.
Etna bundled several Avalanche Community Proposals, but the headline was ACP-77, "Reinventing Subnets." Before Etna, every Subnet validator also had to stake 2,000 AVAX and validate the full Primary Network. At late-2024 prices, that meant tens of thousands of dollars per validator before any application costs, a hard barrier for most teams.
After Etna, L1 validators drop the 2,000 AVAX stake and no longer validate the Primary Network. They pay a continuous, dynamic P-Chain fee instead, set at a minimum 512 nAVAX per second, which works out to roughly 1.33 AVAX per validator per month while the validator count stays below the network target.
Other proposals rounded out the upgrade: ACP-103 added dynamic P-Chain fees, ACP-125 cut the C-Chain minimum base fee from 25 nAVAX to 1 nAVAX, ACP-131 activated Cancun-era Ethereum improvements, and ACP-118 standardized the Warp signature interface behind cross-chain messaging.
The effect is large. A team that once needed millions in AVAX collateral to run a small validator set can now operate a five-validator L1 for under 7 AVAX per month in protocol fees. Existing Subnets got a transition window, and most active networks, including Beam and Dexalot, migrated in the quarters that followed.

Key Features of Avalanche Subnets
The architecture gives each network independence without cutting it off from the rest of Avalanche. These are the properties that draw teams in.
- Performance isolation: Each Subnet runs on its own validators, so heavy usage on one chain never raises fees or slows execution on another.
- Custom token economics: Deployers set their own native token, fee market, and incentives, which is why so many gaming and consumer chains offer gasless or near-gasless play.
- Compliance controls: A Subnet can require validators to sit in a specific country, pass KYC and AML checks, or hold a license, making regulated deployments far more manageable.
- Data privacy: Operators can create a private Subnet whose contents are visible only to a pre-approved validator set, defined with a single launch parameter.
- Access control: Through Subnet-EVM allow-lists, a chain can restrict who may deploy contracts or submit transactions, with changes auditable through the precompile.
- Native interoperability: Subnets are not silos. Avalanche Warp Messaging lets any two L1s communicate directly, keeping liquidity and data moving across the ecosystem.
Interoperability: ICM, Warp Messaging & ICTT
Sovereign chains are only useful if they can talk, and Avalanche has invested heavily here. The foundation is Avalanche Warp Messaging, which uses BLS multi-signatures with public key aggregation and the P-Chain validator-set index to let one network verify messages signed by another.
On top sits Interchain Messaging, or ICM, formerly Teleporter. ICM adds the developer-facing layer that handles message formatting, delivery tracking, receipts, and fees, while relayers carry signed messages between chains. For most builders, ICM is the practical interface for sending data and instructions across L1s.
To move assets specifically, Avalanche offers Interchain Token Transfer, or ICTT, a pre-built application on ICM. It uses a Token Home and Token Remote design to lock, mint, burn, and release tokens across chains, so teams do not build their own bridge.
Usage is climbing. Daily ICM transactions hit an all-time high near 15,400 on January 11, 2026, a sign that L1s increasingly coordinate trades, data, and value with one another rather than operating alone.

Leading Avalanche Subnets
Production networks show what Subnets actually do. By early 2026 there are more than 50 active L1s, spanning consumer gaming, trading infrastructure, and regulated finance.
Gaming and Consumer L1s
Gaming is the most visible category, since gasless, high-throughput chains suit games far better than a shared public network.
- MapleStory Universe (Henesys): Nexon brought its two-decade-old franchise onchain through Henesys, a custom, gasless L1 built with AvaCloud. MapleStory N launched in May 2025 and crossed 100 million transactions with 479,536 active wallets averaging 26 hours of playtime.
- Off The Grid (GUNZ): Gunzilla Games anchors its AAA battle-royale shooter on the GUNZ L1, using GUN as gas. It became the first blockchain game on Steam, PlayStation, and Xbox, and began migrating 16.8 million wallets from testnet to mainnet.
- Beam: A gaming-dedicated L1 launched in 2023 by the Merit Circle DAO, Beam runs its own validators with BEAM as gas. It has hosted more than 4.5 million unique wallet addresses and integrated over 100 game studios.
- DeFi Kingdoms (DFK Chain): One of the earliest Subnet deployments, DFK Chain uses JEWEL as gas and pioneered the Subnet validator economy through its fantasy gaming and DeFi hybrid.
- FIFA Blockchain: Football's governing body launched its own Avalanche L1 in May 2025, built with AvaCloud, migrating FIFA Collect off Algorand and Polygon ahead of the 2026 World Cup.
DeFi and Trading L1s
- Dexalot: A Subnet built for a fully onchain central limit order book exchange, Dexalot uses DEXALOT as gas to deliver deterministic, MEV-resistant execution that feels closer to a centralized venue. Deposits bridge via the C-Chain, trades execute on the dedicated L1, and the network has passed 400 million transactions.
Institutional and RWA L1s
Regulated finance is the fastest-growing theme, where running a chain on known, KYC'd validators is a major draw.
- Intain: A marketplace for tokenized asset-backed securities built as an Avalanche L1, Intain has reached roughly 28 billion dollars in cumulative deal asset value and partnered with FIS in late 2025 to connect community banks to institutional liquidity.
- JPMorgan Onyx: JPMorgan ran a tokenized portfolio rebalancing pilot on a permissioned Avalanche network with WisdomTree and Apollo, enforcing KYC at the protocol level.
- Citi: Citi has tested tokenized deposit settlement on Avalanche, focusing on intraday liquidity transfers between affiliate banks.
VanEck's analysis of the network lists tokenization partners including Citi, WisdomTree, ABN AMRO, DTCC Digital Assets, Securitize, and Franklin Templeton, alongside consumer brands such as FIFA and Sports Illustrated.

How to Launch an Avalanche Subnet
Teams can deploy an L1 through fully managed services or hands-on tooling.
- AvaCloud: Ava Labs operates AvaCloud, a managed Blockchain-as-a-Service platform for launching an L1 without running infrastructure directly. It powers chains like Henesys and the FIFA Blockchain and has completed SOC 1 Type II and SOC 2 Type II audits for institutional use.
- Builder Console and CLI: Developers wanting more control use the Avalanche Builder Console or the Avalanche CLI to configure a chain, set genesis parameters, and deploy validator management contracts.
- Service providers: Third-party infrastructure firms offer node operation, monitoring, and enterprise security for teams that want sovereignty without building an operations team.
For low-volume applications with no special requirements, Avalanche generally suggests starting on the C-Chain and migrating to a dedicated L1 once the shared environment becomes constraining.

Avalanche Subnets and AVAX
L1s can use their own gas tokens, but AVAX stays central to how the system works.
The continuous L1 validator fee is denominated in AVAX, so every active sovereign chain creates ongoing AVAX demand through the validators it runs. Operating the Primary Network still requires a 2,000 AVAX stake per validator, which keeps the base layer securing the P-Chain economically anchored.
That design ties AVAX value accrual to network usage, not only C-Chain DeFi activity. The more L1s launch and the more validators they run, the more AVAX is committed to fees and staking. AVAX has traded in a volatile range through 2026, so the thesis rests on whether real chain adoption keeps converting into sustained demand.
Risks and Considerations
Subnets solve real scaling and customization problems, but the model carries trade-offs worth weighing honestly.
- Fragmented security: Each L1 secures itself with its own validators rather than inheriting the whole network's security. A small or poorly distributed set is far easier to attack than the Primary Network.
- Validator balance management: Because L1 validators pay a continuous fee, an operator who lets the balance run dry can have validators deactivated. Uptime requires monitoring and regular top-ups.
- Bridge and messaging risk: Moving assets between chains relies on ICM, relayers, and bridge contracts. Any smart contract bug, relayer failure, or malicious approval can put funds at risk.
- Liquidity isolation: A dedicated chain can strand a project's liquidity away from the deep markets on the C-Chain, hurting user experience if interoperability is not set up well.
- Centralization in permissioned chains: Compliance-focused L1s often run on a controlled, KYC'd validator set. That suits institutions but is far less censorship-resistant than a public network.
- Adoption dependency: Many L1s, especially institutional ones, lean on a narrow base of partners actually moving volume onchain. Headline pilots do not always convert into durable usage.
- Token volatility: Custom gas tokens and AVAX itself can swing sharply with sentiment, independent of how the underlying application performs.
Final Thoughts
Avalanche Subnets, now Avalanche L1s, are the clearest live expression of the app-specific chain thesis. Each network gets its own performance, economics, and compliance profile while staying connected through native messaging, and Etna removed the cost barrier that once kept the design mostly theoretical.
The strongest evidence is in production. Gaming chains like Henesys and GUNZ are onboarding millions of wallets, Dexalot runs an order-book exchange at scale, and named institutions are piloting tokenization on permissioned networks. Those deployments give the architecture more substance than most infrastructure narratives.
The open question is durability. Sovereign chains trade shared security for independence, and their value depends on whether real volume keeps arriving rather than on launch announcements. For anyone studying Avalanche, the L1 ecosystem is the part worth watching most closely.

.webp)

