{"id":"vara-network","title":"Vara Network","content":"**Vara Network** is a standalone layer-1 decentralized network constructed using the Gear Protocol and the Substrate framework. It is engineered to be a fast, scalable, and developer-centric platform for building and deploying complex [decentralized applications](https://iq.wiki/wiki/decentralized-application) (dApps) using WebAssembly (Wasm). [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\n![](https://ipfs.everipedia.org/ipfs/QmdSf7UyEVrFHFyhZRnv2j11B6WZhP4YskdJWiSmZmSRC9)\n\n## Overview\n\nVara Network functions as a decentralized blockchain operating on a Nominated Proof-of-Stake (NPoS) consensus mechanism. It stands as the primary and initial standalone network within the broader Gear Protocol ecosystem and is overseen by the Gear Foundation. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) \n\nThe platform's core objective is to facilitate the transition for developers from Web2 to [Web3](https://iq.wiki/wiki/web3) environments. It accomplishes this by leveraging advanced computational concepts like the actor model and persistent memory, which are intended to streamline the development of sophisticated, high-performance dApps. [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\nThe network is architected to support use cases that demand very low latency and the capacity for parallel processing, such as blockchain-based gaming, advanced [decentralized finance](https://iq.wiki/wiki/defi) (DeFi) protocols, and other real-time applications. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) \n\nIts design emphasizes asynchronous communication between programs, allowing for the efficient and independent processing of multiple transactions simultaneously. This structure aims to provide a high-performance environment that can handle complex computational tasks on-chain. [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\n## Architecture\n\nVara Network is built as a[ Layer-1](https://iq.wiki/wiki/layer-1) blockchain using the Substrate framework, which provides modularity and a native Nominated Proof-of-Stake (NPoS) consensus model for network security. [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39) \n\nThe network's distinctive smart contract functionality is powered by the Gear Protocol, which serves as its execution engine. This protocol is founded on three core technological pillars. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)​\n\nFirst is the Actor Model, a paradigm of concurrent computation where individual programs, or \"actors,\" are lightweight, isolated units. Each actor communicates with others through asynchronous messages, which allows for a high degree of parallelism and prevents one program's execution from blocking others. [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\nSecond is Persistent Memory, a mechanism that automatically preserves the memory state of a program between function calls. This simplifies the development process by eliminating the need for developers to manually write code to save and load state, thereby reducing the potential for bugs and increasing execution efficiency. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\nThird is the use of WebAssembly (Wasm) as the virtual machine for executing [smart contracts](https://iq.wiki/wiki/smart-contract), which the network refers to as \"programs.\" Wasm is a high-performance, sandboxed binary instruction format that allows code to be compiled from a variety of common programming languages, such as Rust, C, and C++, offering developers flexibility beyond [Solidity](https://iq.wiki/wiki/solidity). [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\n### Vara.eth Architecture\n\nThe network extends its capabilities to the [Ethereum](https://iq.wiki/wiki/ethereum) ecosystem through its Vara.eth application layer, which has a distinct dual-component architecture. The \"[Ethereum](https://iq.wiki/wiki/ethereum) Side\" features a main `Router.sol` smart contract that serves as the entry point for interactions originating from [Ethereum](https://iq.wiki/wiki/ethereum). \n\nThis contract validates Wasm program code and initiates program creation. Each program on Vara is represented by a `Mirror.sol` contract on [Ethereum](https://iq.wiki/wiki/ethereum), which facilitates message passing and manages the program's execution balance. The system is designed to use EIP-4844 blob transactions to upload Wasm code for validation. [\\[3\\]](#cite-id-A4W2mCjFVWgVy8sr)​\n\nThe \"Vara.Eth Side\" can be interacted with directly through its own API. This allows for faster and more cost-effective operations, including querying program states and submitting \"Injected Transactions.\" These are native Vara transactions that reference an [Ethereum](https://iq.wiki/wiki/ethereum) block for security but are processed off-chain by Vara validators, bypassing the [Ethereum](https://iq.wiki/wiki/ethereum) network for execution. [\\[3\\]](#cite-id-A4W2mCjFVWgVy8sr)​\n\n## Products\n\nVara Network offers several products and tools designed to support development and user interaction on its blockchain. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)​\n\n### Vara.eth\n\n![](https://ipfs.everipedia.org/ipfs/QmVm2R9zj1b7F2U7rwTRTbdygD1irgGAw9jGbu4QH3NFQq)\n\nVara.eth is an application platform built on top of [Ethereum](https://iq.wiki/wiki/ethereum). Its purpose is to extend Vara’s execution capabilities into the Ethereum ecosystem, allowing applications to interact directly with Ethereum users and liquidity. [\\[6\\]](#cite-id-NqhkzqSEIXrGkLpt) \n\n### Vara NFT\n\nThis refers to the network's protocol standard for the creation and management of non-fungible tokens. It is intended to support a range of use cases within the Vara ecosystem, including in-game assets, digital collectibles, and identity verification systems. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)​\n\n### Vara Explorer\n\nThe official block explorer for the network is a customized version of Subscan. It serves as a tool for users, developers, and validators to view transactions, blocks, accounts, smart contract interactions, and other on-chain data in real-time. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)​\n\n### Developer Tools\n\n![](https://ipfs.everipedia.org/ipfs/QmPp2LPaF5Peiz76a1RFrJkMdxcuugaRNdPaSmFaec6zgi)\n\nThe Vara.eth ecosystem provides a suite of tools to assist developers. The `Vara.Eth TypeScript API` is a client library for building applications that communicate with the Vara network. The `vara-eth CLI` is a command-line interface tool that allows developers to upload and validate program code before deployment. \n\nFor program development, the `Sails Framework` is available, along with the `sails-js` library for encoding and decoding message payloads. [\\[3\\]](#cite-id-A4W2mCjFVWgVy8sr)​\n\n## Features\n\nThe Vara Network's architecture incorporates several distinct features aimed at enhancing performance, developer experience, and user accessibility. [\\[4\\]](#cite-id-LeLGrgvq2Xumy85E)​\n\n#### **Seamless Ethereum Integration:** \n\nThrough the Vara.eth layer, the network allows for direct interaction with native [Ethereum](https://iq.wiki/wiki/ethereum) smart contracts without requiring new tokens or cross-chain bridges. Developers can use familiar [Ethereum](https://iq.wiki/wiki/ethereum) tools like [MetaMask](https://iq.wiki/wiki/metamask), [Etherscan](https://iq.wiki/wiki/etherscan), and The Graph, and users can operate applications from their existing [Ethereum](https://iq.wiki/wiki/ethereum) wallets. This design avoids the liquidity fragmentation often associated with wrapped tokens. [\\[4\\]](#cite-id-LeLGrgvq2Xumy85E)​\n\n#### **Parallel Execution and High Performance:** \n\nThe network's core design, based on the Actor Model, supports the parallel execution of programs. This means isolated programs can run concurrently across different validators, improving efficiency and throughput. \n\nVara.eth processes transactions through validator consensus and checkpoints state changes to Ethereum, without acting as a block-producing chain. [\\[4\\]](#cite-id-LeLGrgvq2Xumy85E) \n\n#### **Gasless Experience (Reverse Gas Model):** \n\n![](https://ipfs.everipedia.org/ipfs/QmRZcfQq68jGa7r5i9ZAJD9ZQAQV9cVppr6sZRxq5Vm4Hc)\n\nA key economic feature is the \"Reverse [Gas](https://iq.wiki/wiki/gas) Model,\" which expands on the concept of [gas](https://iq.wiki/wiki/gas) reservation. Programs on Vara maintain a dedicated \"Executable Balance\" to pay for their own execution costs. \n\nThis allows application developers to sponsor transaction fees, creating a \"gasless\" experience for end-users, who only need to pay the base [Ethereum](https://iq.wiki/wiki/ethereum) transaction fee when interacting from the [Ethereum](https://iq.wiki/wiki/ethereum) side. This model is well-suited for subscription-based services and improving user onboarding. [\\[4\\]](#cite-id-LeLGrgvq2Xumy85E) [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)​\n\n#### **Real-time Interaction:** \n\nThe network offers two mechanisms for fast interactions. **Injected Transactions** are native Vara transactions sent directly to the network for low-cost operations processed by Vara validators. \n\nAdditionally, a **Pre-confirmation** mechanism allows developers and users to access computation results in sub-second time, before the transaction is finalized on [Ethereum](https://iq.wiki/wiki/ethereum). This provides Web2-like responsiveness for latency-sensitive applications while retaining [Ethereum](https://iq.wiki/wiki/ethereum)'s security for final settlement. [\\[3\\]](#cite-id-A4W2mCjFVWgVy8sr) [\\[4\\]](#cite-id-LeLGrgvq2Xumy85E)​\n\n#### **Advanced Developer Environment:** \n\nVara utilizes WebAssembly (Wasm) as its runtime, often paired with the Rust programming language for developing secure, high-performance applications. It supports a large memory capacity per program (up to 2GB), enabling more sophisticated use cases like on-chain AI models and financial simulations. \n\nThe ecosystem is supported by a rich developer toolkit, including the Sails Framework for simplified development and a TypeScript API for client-side integration. [\\[4\\]](#cite-id-LeLGrgvq2Xumy85E) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\n## Ecosystem\n\nThe Vara Network ecosystem is composed of its core technology, a supporting foundation, and various community-oriented initiatives. The primary technical components are the Vara Network itself as the Layer-1 blockchain, the Gear Protocol providing the underlying smart contract technology, and the Substrate framework upon which the network is built. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)​\n\nThe Gear Foundation is the entity responsible for overseeing the network's development, managing the treasury, funding ecosystem growth, and fostering community engagement. \n\nTo encourage adoption and attract builders to the platform, the foundation has established several programs. These include a grants program to fund promising projects, an ambassador program to promote the network, a validator program to support network decentralization and security, and \"Varathon\" hackathon events to spur innovation. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)​\n\n## Use Cases\n\nThe architecture of Vara Network is intended to support a range of applications that are demanding in terms of performance and complexity.\n\n* Gaming and Metaverse: The low latency and parallel processing capabilities are suited for running complex on-chain game logic, managing in-game micro-transactions, and supporting persistent virtual worlds. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)\n* Decentralized Finance (DeFi): The network's high throughput is aimed at supporting complex financial instruments, high-frequency automated trading applications, and other DeFi protocols that require fast execution speeds. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)\n* Real-Time Applications: The platform is designed for decentralized social media, live streaming services, and other interactive applications where immediate data processing and user responsiveness are critical. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)\n* Interoperability Solutions: Through products like Vara.eth, the network aims to provide solutions for cross-chain communication and enable the migration of dApps from other chains without the use of conventional asset bridges. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)\n* Supply Chain and Identity: The technology is also positioned for use in supply chain management for tracking and verifying goods, as well as for developing secure and private digital identity solutions. [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)\n* Secure Systems and Data Management: Other potential applications include the creation of secure systems for private financial authentication, transparent voting systems, and privacy-preserving management of healthcare data. [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)\n\nThe use cases cited are based on the network's design and intended functionality. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\n## Tokenomics\n\nThe native asset of the Vara Network is the VARA token, which is integral to the network's operation, security, and governance. The VARA token has an inflationary model and the total supply is not fixed at 10 billion. [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)​\n\n### Allocation\n\nThe initial allocation of the VARA token supply is distributed as follows:\n\n* Founders/Team/Advisors - 20.00%\n* Investors - 21.50%\n* Developer/Project Grants - 12.50%\n* Inflation Offsetting Pool - 10.00%\n* Airdrop - 7.00%\n* Education/Bootcamp/PR/Events - 7.00%\n* Validators Incentives Pool - 6.00%\n* Foundation and Ecosystem Development - 4.50%\n* Protocol Reserve - 5.00%\n* Market Makers and Liquidity Management - 3.50%\n* Protocol Dev - 3.00% [\\[5\\]](#cite-id-y62o8VChrR9up1yZ) \n\n### Utilities\n\nThe VARA token and its wrapped version, wVARA, have several key utilities within the ecosystem.\n\n* Transaction Fees: VARA is used to pay for gas fees associated with processing transactions and executing programs on the Vara Network. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)\n* Staking: Token holders can stake VARA to participate in the Nominated Proof-of-Stake (NPoS) consensus mechanism. They can act as validators or nominate validators to help secure the network and earn staking rewards in return. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)\n* Governance: VARA holders are granted the ability to participate in the network's on-chain governance. This allows them to propose and vote on protocol upgrades, parameter changes, and other decisions affecting the network's evolution. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39)\n* wVARA for Ethereum Interaction: An [ERC-20](https://iq.wiki/wiki/erc-20)-compliant wrapped version of the token, wVARA, exists on the [Ethereum](https://iq.wiki/wiki/ethereum) blockchain. It is used to pay gas fees and fund the execution balance of programs that are interacted with from the [Ethereum](https://iq.wiki/wiki/ethereum) side via the Vara.eth layer. [\\[3\\]](#cite-id-A4W2mCjFVWgVy8sr)\n\nThese utilities are central to the network's economic model and decentralized operation. [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa) [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39) [\\[3\\]](#cite-id-A4W2mCjFVWgVy8sr)​\n\n### Governance\n\nVara Network features a decentralized on-chain governance system where VARA token holders have direct control over the protocol's evolution. Holders can create proposals and vote on a wide range of issues, including runtime upgrades, treasury spending from the Gear Foundation, and adjustments to network parameters. \n\nThis model ensures that the network's development is guided by its community of stakeholders. [\\[2\\]](#cite-id-6CN8tIgO7OtAgq39) [\\[1\\]](#cite-id-JrwsczxAvJdtfnwa)​","summary":"Vara Network is a standalone layer-1 decentralized network built on the Substrate framework and Gear Protocol. It aims to be a fast and scalable platform for de...","images":[{"id":"QmTVc8UKF7NXsiDGvAKHysw67QXGut8AjQCspT8vZkemLj","type":"image/jpeg, image/png"}],"categories":[{"id":"dapps","title":"Dapps"}],"tags":[{"id":"Protocols"},{"id":"Blockchains"}],"media":[],"metadata":[{"id":"references","value":"[{\"id\":\"JrwsczxAvJdtfnwa\",\"description\":\"Vara Network doc\",\"timestamp\":1775471004310,\"url\":\"vara.network\"},{\"id\":\"6CN8tIgO7OtAgq39\",\"url\":\"https://coinmarketcap.com/currencies/vara-network/\",\"description\":\"Vara Network on CoinMarketCap\",\"timestamp\":1774221418230},{\"id\":\"A4W2mCjFVWgVy8sr\",\"description\":\"Vara gear foundation\",\"timestamp\":1775471068307,\"url\":\"wiki.gear.foundation\"},{\"id\":\"LeLGrgvq2Xumy85E\",\"description\":\"Vara.eth features analysis\",\"timestamp\":1775471034280,\"url\":\"wiki.vara.network\"},{\"id\":\"y62o8VChrR9up1yZ\",\"description\":\"tokenomics\",\"timestamp\":1775470477079,\"url\":\"wiki.vara.network/docs/tokenomics\"},{\"id\":\"NqhkzqSEIXrGkLpt\",\"description\":\"Vara on ethereum\",\"timestamp\":1775470858770,\"url\":\"eth.vara.network\"}]"},{"id":"website","value":"https://vara.network/"},{"id":"github_profile","value":"https://github.com/gear-tech"},{"id":"twitter_profile","value":"https://x.com/VaraNetwork"},{"id":"coinmarketcap_url","value":"https://coinmarketcap.com/currencies/vara-network/"},{"id":"telegram_profile","value":"https://t.me/VaraNetwork_Global"},{"id":"discord_profile","value":"https://discord.com/invite/76nDXH2b"},{"id":"facebook_profile","value":"https://www.facebook.com/TheGearTechnologies"},{"id":"medium_profile","value":"https://medium.com/@VaraNetwork"},{"id":"etherscan","value":"https://etherscan.io/token/0xB67010F2246814e5c39593ac23A925D9e9d7E5aD"},{"id":"contract_url","value":"https://vara.subscan.io/"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/QmcEPL7VFJJU5xmnHLb5jWdSPHx2ckF9AepizTsAGHgveu\""},{"id":"commit-message","value":"\"Removed Vara Network intro and overview\""},{"id":"previous_cid","value":"QmcEPL7VFJJU5xmnHLb5jWdSPHx2ckF9AepizTsAGHgveu"}],"events":[{"date":"2021-01-01","title":"Vara Network's underlying technology, Gear Protocol, was initiated","type":"CREATED","description":"Vara Network is built on the Gear Protocol, a cloud infrastructure project that was initiated in 2021.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null,"id":"65368510-ac01-4641-96db-5cf6e169d764"}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889"},"operator":{"id":"0x212Cb3F4aE6611054637f9f78F18fB628AD258bb"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum"],"founders":[],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"0329845b-97ee-4a6f-ad65-06042a482f9e\",\"title\":\"Vara Network\",\"description\":\"Vara Network is a standalone layer-1 decentralized network built on the Substrate framework and Gear Protocol. It aims to be a fast and scalable platform for de...\",\"timestamp\":\"2026-03-30T15:54:15.330Z\",\"category\":\"Dapps\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889\",\"address\":\"0x212Cb3F4aE6611054637f9f78F18fB628AD258bb\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"Title\",\"subtitle\":\"The title was updated for capitalization.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Changed title from \\\"dapps\\\" to \\\"Dapps\\\"\"]},{\"title\":\"Summary\",\"subtitle\":\"The summary text was truncated.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Updated summary text from 'Vara Network is a standalone layer-1 decentralized network built on the Substrate framework and Gear Protocol. It aims to be a fast and scalable platform for developers to build dApps using WebAssembly (Wasm) with parallel execution and low latency.' to 'Vara Network is a standalone layer-1 decentralized network built on the Substrate framework and Gear Protocol. It aims to be a fast and scalable platform for de...'\"]},{\"title\":\"Introduction\",\"subtitle\":\"A wiki link was added in the introductory paragraph.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added a link for 'decentralized applications' [[1]](#cite-id-JrwsczxAvJdtfnwa) [[2]](#cite-id-6CN8tIgO7OtAgq39)\"]},{\"title\":\"Overview\",\"subtitle\":\"Links were updated in the 'Overview' section.\",\"variant\":\"modified\",\"changeCount\":2,\"changes\":[\"Removed the link from 'Gear Foundation'\",\"Added a link for 'decentralized finance' (DeFi) [[1]](#cite-id-JrwsczxAvJdtfnwa)\"]},{\"title\":\"Architecture\",\"subtitle\":\"A wiki link was added in the 'Architecture' section.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added a link for 'smart contracts' [[1]](#cite-id-JrwsczxAvJdtfnwa) [[2]](#cite-id-6CN8tIgO7OtAgq39)\"]},{\"title\":\"Ecosystem\",\"subtitle\":\"A link was removed from the 'Ecosystem' section.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Removed the link from 'Gear Foundation'\"]},{\"title\":\"Tokenomics\",\"subtitle\":\"Links were updated across 'Utilities' and 'Governance' subsections.\",\"variant\":\"modified\",\"changeCount\":2,\"changes\":[\"In the 'Utilities' subsection, added a link for 'ERC-20' [[3]](#cite-id-A4W2mCjFVWgVy8sr)\",\"In the 'Governance' subsection, removed the link from 'Gear Foundation'\"]},{\"title\":\"Events\",\"subtitle\":\"An event's date format was updated to be more specific.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Changed event date from '2021-01' to '2021-01-01'\"]},{\"title\":\"Images\",\"subtitle\":\"All images were removed from the article.\",\"variant\":\"removed\",\"changeCount\":4,\"changes\":[\"Removed image 'vara banner2.webp'\",\"Removed image 'vara image3.jpg'\",\"Removed image 'vara image.webp'\",\"Removed image 'vara image2.webp'\"]},{\"title\":\"Metadata\",\"subtitle\":\"Metadata was updated with a new score, a removed link, and a URL change.\",\"variant\":\"modified\",\"changeCount\":3,\"changes\":[\"Added 'wiki-score' with value '89'\",\"Updated the 'twitter' link from 'twitter.com' to 'x.com'\",\"Removed the 'nansen' link\"]},{\"title\":\"Categories\",\"subtitle\":\"Several categories were removed.\",\"variant\":\"modified\",\"changeCount\":3,\"changes\":[\"Removed category 'Ethereum'\",\"Removed category 'Developers'\",\"Removed category 'Polkadot'\"]}]}]}"}