
Official website (https://avax.network/)

Custom Blockchains for Enterprise | Avalanche
Avalanche is a technology platform built for business. Enterprises, financial institutions, consumer applications, and governments run business infrastructure on Avalanche because it is reliable, compliant, and fast enough for real financial infrastructure. BlackRock, Franklin Templeton, Apollo, FIFA, and the state of Wyoming trust the network.
avax.network →Avalanche is a technology platform built for business. Enterprises, financial institutions, consumer applications, and governments run core infrastructure on Avalanche because it delivers the reliability, compliance, and speed that modern operations demand. Users include BlackRock, Franklin Templeton, Apollo, FIFA, and the state of Wyoming. For more information, visit Avalanche.com. 28 organizations have joined the Avalanche Payments Collective, formalizing one of the industry's broadest payments ecosystems. Ava Labs and NEC signs a Memorandum of Understanding(MOU) to jointly publish a whitepaper proposes how NEC's biometric FaceVC and Avalanche's multi-chain architecture could verify identity and settle stablecoin payments in a single step, without ever putting biometric data on-chain. When Progmat announced in February 2026 that it would migrate Japan's largest security token platform to Avalanche, it was a signal. That migration is now complete. Progmat has finished moving all digital securities on its platform to an Avalanche L1, covering more than JPY 452 billion in total asset value. The migration was completed on schedule, with no operational disruption to participating financial institutions. Round 4 of the Retro9000 C-Chain program is here - introducing verified user tiers, fairer reward distribution, and the biggest update to the program since launch. Avalanche Team1 is a global community program dedicated to growing the Avalanche ecosystem through education, events, content, and direct support for builders and newcomers. Ready to make your first move on Avalanche? Learn about the role of AVAX, how to set up a wallet, and ways to start participating in the network, whether its staking AVAX, playing games, using DeFi protocols, and more. AVAX powers the Avalanche network—used for paying fees, securing the platform, and fueling custom blockchain operations. Explore a comprehensive suite of practical guides, real tips, and community-driven support to become a seasoned blockchain developer. Stay up to date on the E1evate Developer Series with practical guides, dev insights, and everything you need to know as a new developer. Check out stories and interviews from Avalanche builders, filled with lessons, insights, and practical tips. The Avalanche culture goes beyond the chain. Get connected with the founders, investors, artists, gamers, and creators who call Avalanche home. Avalanche events are unmatched in experience and uniqueness, while offering unparalleled access to founders and leaders in the blockchain space. Team1 is a global network of builders, developers, creatives, gamers and community members who grow Avalanche. The Community Hub is where Avalanche builders, businesses, and users can share resources and connect with each other.
Excerpt from the official site · 23,865 chars · not written by Vinony
Node implementation for the Avalanche network - a blockchains platform with high throughput, and blazing fast transactions. Avalanche is an incredibly lightweight protocol, so the minimum computer requirements are quite modest. Note that as network usage increases, hardware requirements may change. If you plan to build AvalancheGo from source, you will also need the following software: Go version = 1.25.10 gcc g++ If you already have the APT repository added, you do not need to add it again. Make sure Docker is installed on the machine - so commands like docker run etc. are available. The image should be tagged as avaplatform/avalanchego:xxxxxxxx , where xxxxxxxx is the shortened commit of the Avalanche source it was built from. To run the Avalanche node, run: A node needs to catch up to the latest network state before it can participate in consensus and serve API calls. This process (called bootstrapping) currently takes several days for a new node connected to Mainnet. Improvements that reduce the amount of time it takes to bootstrap are under development. The bottleneck during bootstrapping is typically database IO. Using a more powerful CPU or increasing the database IOPS on the computer running a node will decrease the amount of time bootstrapping takes. To regenerate the protobuf go code, run scripts/run-task.sh generate-protobuf from the root of the repo. This should only be necessary when upgrading protobuf versions or modifying .proto definition files. In-repo documentation conventions are described in docs/documentation-guidelines.md . New feature documentation, package-level docs, and maintainer-oriented context should follow that guide. AvalancheGo is first and foremost a client for the Avalanche network. The versioning of AvalancheGo follows that of the Avalanche network. v0.x.x indicates a development network version. v1.x.x indicates a production network version. vx.[Upgrade].x indicates the number of network upgrades that have occurred. vx.x.[Patch] indicates the number of client upgrades that have occurred since the last network upgrade. Because AvalancheGo's version denotes the network version, it is expected that interfaces exported by AvalancheGo's packages may change in Patch version updates. APIs exposed when running AvalancheGo will maintain backwards compatibility, unless the functionality is explicitly deprecated and announced when removed. Unless otherwise stated, all code in this repository is licensed under BSD-3. See our licensing for more details. Specifically, grafted repositories may use a different license, and one must refer to that project's README and LICENSE for more details
Excerpt from the source-code README · 8,721 chars · not written by Vinony
via Wikidata · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).