Skip to main content
Aventus
Live on mainnet · April 2026

Run a node. Power the cloud. Earn rewards.

Aventus Cloud is the decentralised compute layer for Web3: a global network of nodes that runs custom business logic for appchains and the systems built on top of them.

Anyone with a computer can run a node and earn AVT and appchain tokens for the work it does.

Nodes deployed

0+

Total supply

0

AVT per day, Year 1

0

Cloud live since

April 2026

Why a node

Run a piece of the compute layer and get rewarded.

Buying an Aventus Cloud node means buying a software licence to run a light client that performs decentralised compute work. Your node stays online, submits heartbeats to prove it is working, and earns rewards for its contribution. There are no servers to manage, no code to write, and no need to understand the specific blockchains the cloud serves.

Earn AVT every day

Every active node receives a share of 14,625 AVT distributed daily across the network in Year 1, and then halving each following year.

Your share is proportional to your weight and your uptime.

Earn Appchain tokens

Appchains allocate up to 5% of its supply to the node operators that run its workload.

Distribution is over three years on a halving schedule, and the same weight formula governs both reward streams.

Buy early, earn more

Genesis Tranche is live now. Earlier nodes carry larger weight while the network is young.

Nodes 3,001 to 6,000 receive a +50% reward weight for 180 days from activation, and nodes 6,001 to 11,000 receive +25%.

Node purchases are not financial products. AVT and appchain token earnings depend on network activity, uptime, and the number of active nodes, and are not guaranteed. Node purchases are subject to KYC and eligibility restrictions. See Terms and Conditions for details.

One Node, Two Reward Streams

Two streams of rewards.

Stream 1

AVT emissions

A fixed daily pool of 14,625 AVT is distributed across every active node in Year 1, proportional to each node’s weight. The pool halves each year, so the share of a larger pool is available to the earliest operators.

Your node weight is set by a simple formula:

Node weight formula

Node weight = Genesis bonus × (1 + AVT staked on node ÷ 10,000)

A single node with no stake has a weight of 1. A node in the +50% Genesis Tranche band has a weight of 1.5 for its first 180 days. Each additional 10,000 AVT staked on a node adds another point of weight.

Rewards are gated on availability. Nodes must submit eight heartbeats per day to qualify for that day’s rewards. Missing heartbeats reduce rewards pro-rata.

Stream 2

Tokens from connected appchains

Every appchain that uses Aventus Cloud for compute services allocates 3% to 5% of its total token supply to node operators upfront. That allocation is distributed to operators over three years on a halving schedule, with most of it arriving in Year 1. The same weight formula governs how each allocation is split.

As more appchains connect to Aventus Cloud, an active node operator builds a portfolio of tokens, one for every appchain the network serves.

Why run a node?

The Aventus Cloud network is operated by the people around the world who run its nodes.

Carlos
“Set up took less than an hour and the app runs quietly in the background. AVT rewards have been steadily landing in my wallet since day one, which is all I really wanted.”
Carlos
Cristina
“Running a node means I'm not just watching technology evolve, I'm actively participating in it. Every heartbeat my node sends is a small confirmation of work that keeps the network alive.”
Cristina
Nico
“Ten years in digital has taught me to filter hard for projects with genuine long-term utility. Aventus is one of the few where I can see the technology actually doing the work it claims to do.”
Nico
The node app

Available on macOS, Windows, and Linux.

cloud.testnet.aventus.ioOpen Mainnet

This is the live Testnet dashboard. Paste the demo owner address into the app’s Owner address field and hit Load to explore real node data.

The Aventus Cloud node app is a light client that can be run on a normal computer or laptop. You install the app, you stay online, you earn rewards for work done.

Real-time view of rewards, weight, and uptime
Private keys never leave your device
Hourly heartbeats handled automatically while the app is running
Native on macOS, Windows, and Linux
Docker image available for server environments and CI pipelines
Get started

How to get a node, and get it online.

Step 1

Get your licence

Choose a node seller, complete KYC with them and purchase your node licence at the current tranche price. You will receive a unique activation link tied to the wallet address you provide. The Genesis Tranche is live now at $1,755 per node.

Step 2

Set up a crypto wallet

You will need a wallet to hold AVT and to receive node rewards. Any wallet that supports the Aventus Network will work. Polkadot.js or SubWallet are common choices.

Step 3

Install the AVN dashboard app

Download the dashboard for your operating system, paste your activation link into it, and your node starts submitting heartbeats. Rewards begin from your first reward period.

What Aventus Cloud is for

Three use cases.

Made for situations when you must trust as little as possible, and verify as much as you can. Aventus Cloud is a decentralised compute layer that sits alongside your appchain, executing the work that can’t be safely centralised but isn’t worth building a separate network for.

Decentralised oracle services

Get a trusted answer to a question your appchain can't decentralise on its own. Sports results, token prices, GPU utilisation, prediction-market outcomes. Your chain submits the question, thousands of independent nodes return a consensus answer, your chain reads the result.

Example. A prediction market posts “Did Team A win the match?” Aventus Cloud nodes check trusted sources, return a consensus, the market resolves on-chain.

Summary verification (watchtower)

Validate that state summaries (Merkle roots) submitted between chains are correct. Aventus uses this today to verify the Aventus Parachain's weekly summary to Ethereum. Appchains can use the same mechanism for their own anchor data.

Example. An appchain submits a weekly Merkle root of its state. Aventus Cloud nodes verify the root against the appchain's RPC endpoint before the summary is accepted.

Custom business logic execution

Run appchain-specific logic the chain itself can't or shouldn't run. The appchain registers a custom pallet, Aventus Cloud nodes execute it on demand using the latest Merkle root, and the results are returned to the chain.

Example. A loyalty-rewards appchain registers a pallet that calculates per-user reward eligibility. Aventus Cloud nodes execute the pallet on each reward period and write the results back.

Architecture

About Aventus Cloud.

Aventus Cloud value flow: people buy nodes in AVT → community treasury grows → treasury used to grow ecosystem → appchains integrate Aventus Cloud → node owners earn 3% to 5% of appchain tokens → value of each node increases

Edge

Node operators

A global mesh of light-client nodes runs on the computers of node holders. Each node has a serial number, a signing key, and a heartbeat schedule. Operators stay online and earn for the work the network sends their way.

Network

Aventus Cloud

The Cloud coordinates node registration, distributes compute work, and pays out rewards in AVT and connected-chain tokens. It maintains the node registry, the staking and weight logic, and the reward calculation.

Connected appchains

Connect any chain

Any blockchain can connect to Aventus Cloud. Substrate, EVM, or anything else that can submit a work request and read a response can use the same network. One node can earn from any appchain the network serves, without separate infrastructure per chain.

For developers and engineering teams

Plug into Aventus Cloud for the compute work you can’t easily decentralise yourself.

Every appchain eventually faces the same problem. Some pieces of business logic, like oracle queries, summary verification, prediction-market resolution, or off-chain data fetching, can’t be safely centralised. But standing up a decentralised network of nodes just to handle them is expensive and slow.

Aventus Cloud is that compute layer, available off the shelf. Your appchain submits a work request to the Aventus Parachain. Our nodes execute it. The result is written back for your chain to read. You get a decentralised compute layer without the capital expenditure, the token launch, or the years of operational work it would take to build one yourself.

What you get

  • A global network of light-client nodes already running, ready to execute your work requests
  • Decentralised oracle services, summary verification, and configurable business logic execution
  • An incentive model that pays operators in AVT and in your appchain's own token
  • An existing community of node holders with a stake in your appchain's success
  • Compatibility with any chain or system that can submit a work request and read a response, blockchain or otherwise

What you skip

  • Building and running a decentralised oracle network from scratch
  • Designing and launching a separate compute-incentive token
  • Recruiting node operators and earning their trust over years
  • The capital expenditure of running compute infrastructure yourself

40,000 nodes will run Aventus Cloud. 2,500+ are live today.

Genesis Tranche is open at $1,755 per node. Serials 3,001 to 6,000 carry the +50% reward weight boost for their first 180 days from activation.

Node purchase is not a financial product. Rewards depend on network activity, uptime, and active node count. Subject to KYC and eligibility restrictions. See Terms and Conditions.