Waves (WAVES)
Price Chart
Waves News
Loading...
Overview
Waves (ticker: WAVES) is a general‑purpose Layer‑1 blockchain launched in 2016 to make issuing tokens, building simple decentralized apps, and trading assets fast and approachable. The network uses a variant of proof‑of‑stake called Leased Proof‑of‑Stake (LPoS), where users can lease their tokens to validator nodes to help secure the chain and share in block rewards. Waves is known for predictable, low fees, a built‑in decentralized exchange model, and a smart‑contract language called Ride that emphasizes safety and simplicity. On Waves, most actions have fixed minimum fees in WAVES, and transactions are typically included in microblocks within a couple of seconds thanks to the Waves‑NG protocol. (docs.waves.tech)
The project’s focus has always been usability: quick token creation, straightforward APIs, and an on‑chain order‑matching approach that feels like a traditional exchange but settles on the blockchain. Over time, the ecosystem has expanded to include decentralized trading (WX Network), token bridges, NFT platforms, and community‑run DeFi protocols. (docs.waves.exchange)
Price, Market Position, and Liquidity
As of 11/29/2025 11:00 UTC, Waves (WAVES) trades at $0.780 with a -0.41% move over the last 24 hours.
The market capitalization stands at $79M, placing it at rank #510 by market value.
Daily trading volume is $12M. Waves (WAVES) has moved +17.83% over the past seven days and -0.57% across the last 30 days.
History & Team
Waves was founded by Alexander (Sasha) Ivanov, a physicist and entrepreneur who previously worked on early crypto payment and token projects such as Coinomat and CoinoUSD. The platform was funded in 2016 through one of crypto’s early ICOs, raising roughly $16–18 million worth of BTC at the time. Publicly, Ivanov is recognized as the driving founder and figurehead behind Waves. (fintechprofile.com)
In its early years, Waves collaborated with Russia’s National Settlement Depository (NSD), part of the Moscow Exchange Group, on digital asset infrastructure research and prototypes, signaling the team’s interest in bridging traditional finance with blockchain rails. While NSD later used different tech stacks for production experiments, the joint work highlighted Waves’ institutional ambitions at the time. (interfax.com)
Development of the protocol has continued through community proposals called Waves Enhancement Proposals (WEPs) and feature votes at the node level. The network introduced a community‑driven monetary policy in 2019, and subsequent releases added upgrades such as VRF‑based randomness in consensus, MetaMask‑style transaction support, a “light node” mode, and temporary boosts to block rewards subject to on‑chain governance. (medium.com)
Technology & How It Works
Consensus and Performance
Leased Proof‑of‑Stake (LPoS): Any account with WAVES can lease its stake to a validator (a generating node). Leasing increases a node’s chance to propose blocks without transferring ownership of the tokens; leases can be cancelled at any time. A minimum generating balance is required for nodes, and leader selection employs verifiable random functions (VRF) to limit predictability. (docs.waves.tech)
Waves‑NG and microblocks: Waves adopts a design inspired by Bitcoin‑NG. A leader creates a key block and then streams microblocks at high speed. This lets valid transactions land in the chain in about two seconds and supports hundreds of transactions per second under load. (docs.waves.tech)
Smart contracts in Ride
Waves smart contracts are written in Ride, a domain‑specific, non‑Turing‑complete language. By removing unbounded loops and using fixed complexity limits, Ride aims to keep execution costs predictable and avoid “gas bidding wars.” Ride supports “smart accounts” (scripts attached to accounts) and “smart assets” (tokens with attached rules), enabling common patterns like allowlists, transfer restrictions, time locks, and multisig flows. (docs.waves.tech)
Fees and “no gas” design
Fees on Waves are mostly fixed minimums rather than variable gas. For example, a standard transfer has a minimum fee of 0.001 WAVES; invoking a dApp script has a minimum of 0.005 WAVES. If smart scripts are involved (on the sender or the asset), a small extra amount is added. Issuing a regular fungible token costs a fixed amount, and sponsored assets can be used to pay fees for certain transactions, so end users can pay in a project’s token instead of WAVES. (docs.waves.tech)
Ethereum‑style transactions and light nodes
A notable upgrade introduced an “Ethereum transaction” type and ECDSA order support. This lets users sign Waves transactions with wallets like MetaMask and improves tooling compatibility for developers used to EVM flows. Later, a Light Node feature reduced resource needs for node operators by distributing state snapshots, lowering the barrier to running infrastructure. (docs.waves.tech)
Addresses and tooling
Mainnet addresses typically start with “3P…”. Developers can work with official REST APIs, client libraries in multiple languages, and a full set of docs and examples. Keeper Wallet (a browser extension) and the WX Network apps integrate account management and signing for web apps. (docs.waves.tech)
Tokenomics & Utility
Supply and monetary policy
- Initial supply: 100 million WAVES were created at genesis in April 2016. (docs.waves.tech)
- Block rewards: In October 2019, Waves activated a community‑driven block reward. The starting reward was 6 WAVES per key block, with the amount adjustable by validator voting in steps of 0.5 WAVES over set periods. This turned WAVES into a mildly inflationary asset whose issuance is guided by on‑chain governance. (docs.waves.tech)
- Distribution of rewards: Over 2023–2024, the network added features to share portions of block rewards with the Waves DAO treasury and to modify that split over time, including caps and later the cessation of an XTN buy‑back share. Documentation also describes a temporary “Boost Block Reward” feature that, if activated by vote, multiplies block rewards for a limited number of blocks. (docs.waves.tech)
Validator income and leasing
A block generator’s income combines:
- its share of the block reward (the exact split depends on current feature status),
- a portion of transaction fees in the current and previous blocks (per Waves‑NG),
- and claimable LP tokens from the Waves DAO share when applicable. Holders who lease their WAVES to validators typically receive a negotiated share of that income. (docs.waves.tech)
Network utility
WAVES serves to:
- pay transaction fees (or sponsor fees in an issued token),
- secure the network via LPoS and leasing,
- participate indirectly in protocol decisions (e.g., reward size) through the behavior of generating nodes, and
- act as base collateral or accounting unit within various ecosystem protocols, swaps, and bridges. (docs.waves.tech)
Ecosystem & Use Cases
Decentralized trading (WX Network)
Waves’ on‑chain exchange model uses an off‑chain “matcher” to pair orders at high speed, then settles trades on‑chain as Exchange transactions. WX Network (formerly Waves.Exchange) is the main community‑built interface: it offers web, desktop, and mobile apps for trading, transfers, and portfolio actions, while keeping custody with the user. (docs.waves.exchange)
Tokenization and payments
One of Waves’ earliest promises was easy token creation for loyalty programs, crowdfunding, or in‑app currencies. Projects can issue tokens with simple constraints (like transfer rules or time windows) and list them for trading on WX Network with predictable fees and short settlement times. (docs.waves.tech)
NFTs and media
Waves hosts several NFT efforts, including SIGN Art, an artist‑focused marketplace that has run curated drops and even recorded high‑profile sales in its early years. Community‑driven NFT games and collectibles have also appeared, taking advantage of low fees and fast confirmations. (businesswire.com)
Interoperability and bridges
Developers commonly rely on third‑party bridges to move assets between Waves and EVM chains (e.g., solutions highlighted in the documentation). With the addition of Ethereum‑style transactions, signing flows with EVM wallets are easier, which can smooth cross‑ecosystem integrations. (docs.waves.tech)
Enterprise spin‑offs
Waves Enterprise is a separate, permissioned blockchain stack derived from earlier Waves tech, aimed at private or hybrid deployments with role‑based permissions and enterprise features. It uses its own token (WEST) and has showcased pilots like e‑voting and corporate process tooling. While distinct from the public WAVES network, it reflects the broader technology family. (wavesenterprise.com)
DeFi protocols
The ecosystem has included decentralized stable‑asset experiments and lending markets developed by independent teams. Notably, USDN—later rebranded to XTN—shifted from a “stablecoin” goal toward an index‑style asset after depeg events, and related lending activity sparked public debate and legal disputes among external parties. These episodes influenced community governance changes around rewards and treasuries. (forklog.com)
Advantages & Challenges
What stands out
- User‑friendly design: Token issuance, transfers, and trading are straightforward, with fixed minimum fees and no gas auctions. (docs.waves.tech)
- Fast confirmations: The Waves‑NG microblock approach pushes transactions into blocks within seconds, improving app responsiveness. (docs.waves.tech)
- Inclusive staking: Leasing lets anyone help secure the chain without running a node, with funds remaining in the user’s account. (docs.waves.tech)
- Predictable smart contracts: Ride’s limited, audited model favors safety and cost predictability for common on‑chain logic. (docs.waves.tech)
- Mature DEX architecture: The matcher plus on‑chain settlement offers an exchange‑like UX while keeping custody with users. (docs.waves.exchange)
Open questions and trade‑offs
- Expressiveness vs. safety: Ride intentionally avoids full Turing completeness. While this reduces complexity and fee surprises, it can make some advanced DeFi logic harder compared with more flexible VM environments. (docs.waves.tech)
- Evolving governance and economics: Community‑driven reward voting and changes to reward distribution (DAO shares, buy‑back toggles, temporary boosts) add adaptability, but also require active monitoring from node operators and ecosystem participants. (docs.waves.tech)
- Ecosystem reputation: Highly visible depegs and third‑party disputes around certain Waves‑based protocols drew attention and prompted adjustments to on‑chain monetary settings and ecosystem priorities. (forklog.com)
Where to Buy & Wallets
WAVES is available on WX Network (the community‑developed decentralized trading app for Waves). The web, desktop, and mobile apps support order‑book trading and swaps while keeping users in control of their keys. (docs.waves.exchange)
Waves can be purchased on selected centralized exchanges. WAVES is available on Gate.com (Gate.io) and KuCoin, among others, with common spot pairs like WAVES/USDT. Availability varies by region. (gate.com)
For wallets, Keeper Wallet (browser extension) provides key storage and transaction signing for Waves dApps. WX Network’s apps include integrated non‑custodial wallets. Hardware wallets like Ledger can secure WAVES via compatible third‑party interfaces (Ledger Live guidance points users to external apps for Waves account management). (dev.waves.tech)
Regulatory & Compliance
Waves is an open, public blockchain and utility token. It does not include built‑in privacy tooling aimed at obfuscation, and the token’s primary functions—paying fees, staking through leasing, and serving as a base asset for dApps—do not represent debt or interest‑bearing instruments. For this reason, some Islamic finance screeners view platform utility tokens like WAVES as generally permissible when used for lawful purposes, since their core design does not involve riba (interest) or ownership claims on prohibited activities. Interpretations can differ by scholar and jurisdiction, but the token’s function as network fuel and staking collateral is typically the focus of permissibility arguments. (docs.waves.tech)
Licensing and exchange support depend on local rules. In the United States, some large platforms have reassessed listings in recent years. For example, Binance.US ended trading support for WAVES on March 7, 2024, and Kraken ceased WAVES support in July 2024, including withdrawals later that year. These decisions reflect each platform’s listing policies rather than a change in how the Waves protocol itself functions. Prospective users should check the status of WAVES on exchanges permitted in their jurisdiction. (support.binance.us)
Future Outlook
Waves’ roadmap emphasizes steady protocol engineering and usability. Recent and ongoing upgrades show this direction:
Developer‑friendly flows: Ethereum‑style transactions and ECDSA orders make it easier to integrate familiar wallets and tooling, narrowing the gap with EVM‑centric development. Light nodes reduce infrastructure costs for participants who want to help the network without full archival resources. (docs.waves.tech)
Adaptive monetary settings: Community‑driven reward voting and configurable distributions (including temporary reward boosts and DAO allocations) allow the network to tune incentives when needed. This kind of monetary “dial” is unusual among older Layer‑1s and can be a lever to encourage node participation or treasury growth. (docs.waves.tech)
Ecosystem consolidation: After a period of experimentation—DEXs, NFTs, index‑style assets, and lending—Waves projects continue to build around the core strengths of predictable fees, fast settlement, and simple token logic. The combination of order‑book DEX UX and on‑chain settlement remains a distinguishing feature for token issuers and active traders who want custody of their assets. (docs.waves.exchange)
Bridges and multi‑chain reach: With bridge integrations and wallet compatibility improvements, teams can position Waves assets alongside EVM ecosystems more seamlessly. That, plus ongoing documentation and libraries, keeps the learning curve relatively gentle for new developers. (docs.waves.tech)
Summary
Waves set out to make blockchain practical for everyday tokenization and trading. Its architecture reflects that goal: a proof‑of‑stake network with leasing for broad participation, the Waves‑NG microblock design for snappy confirmations, a safe and predictable Ride smart‑contract model, and fixed‑minimum fees that are easy to reason about. On top, the ecosystem offers a familiar exchange experience through WX Network and a range of community‑built apps for NFTs, swaps, and DeFi.
The token’s economic model mixes a fixed genesis with ongoing, voter‑tuned block rewards and evolving reward distribution, giving the chain a measure of monetary flexibility. While third‑party protocol incidents have shaped perceptions and prompted governance adjustments, the base layer continues to evolve with features that favor developers and end users—like Ethereum‑style signing and light nodes. For learners and builders who value predictable costs, fast settlement, and straightforward token logic, Waves remains a notable platform in the broader crypto landscape. (docs.waves.tech)
Description
#510
Waves is a multi-purpose blockchain platform that supports various use cases including decentralized applications and smart contracts. It features its own cryptocurrency, WAVES, which is used for transaction fees and staking to secure the network.
| Sector: | Layer 1 |
| Blockchain: | Other L1 |
Market Data
Tile coloring: Green indicates positive changes, red indicates negative changes, and neutral indicates no significant trend or unavailable data.
HTX (CEX) | 8.3M | 2.5K/3.6K |
Gate.io (CEX) | 1.8M | 8.3K/11K |
Bybit (CEX) | 1.4M | 10K/26K |
KuCoin (CEX) | 524K | 5.2K/8.8K |
![]() MEXC (CEX) | 165K | 7.6K/8.8K |
Gate.io (CEX) | 135K | 1K/4.4K |
KuCoin (CEX) | 4K | 258/8.3K |
