Lux Docs
Faucet

Testnet Faucet

Get test LUX tokens for development on Lux testnets

The Lux Faucet dispenses test tokens on Lux testnets for development and testing. It supports multiple EVM chains and ERC-20 tokens with per-address and per-IP rate limiting.

Supported Networks

NetworkTokenDrip AmountChain ID
Testnet (C-Chain)LUX2 LUX43113
Subnet TestnetsVarious2 tokensPer-chain

Rate Limits

ScopeLimitWindow
Per Address1 request24 hours
Per IP1 request per chain24 hours
Global40 requests1 minute

Rate limits apply independently per chain and per token. A single address can request tokens from multiple chains within the same window.

Architecture

ComponentTechnologyPort
BackendExpress + TypeScript8000
FrontendReact / Next.js3000
ContractsSolidity + Foundry--

The backend manages funded wallets per chain, signs and sends transactions, and enforces rate limits. CAPTCHA verification (reCAPTCHA v2/v3) prevents abuse.

Features

FeatureDescription
Multi-ChainSupports C-Chain and subnet EVM chains
ERC-20 TokensDrips USDC, WLUX, and other test tokens
Rate LimitingPer-address, per-IP, and global limits
CAPTCHAreCAPTCHA verification to prevent bots
Balance MonitoringAuto-recalibrates drip amounts based on faucet balance

On this page