Earn
Staking on the P-Chain
Core Web's staking is native Avalanche staking — AVAX locked on the P-Chain, not a liquid-staking derivative:
- Delegate — stake to an existing validator: pick a node, amount, and duration; rewards accrue to the user's own address.
- Fast stake — the same delegation with sensible defaults chosen automatically, for users who don't want to pick validators.
- Validate — for node operators: register a node as a validator with stake, fee, and duration.
Under the hood these build the same P-Chain transactions a dapp can build
itself with avalanche_sendTransaction — the
X/P-Chain guide constructs a delegation by hand.
Lending markets
Earn and Borrow surface integrated lending protocols: users supply assets to earn yield, or borrow against collateral, from inside Core. Positions opened here are ordinary positions in the underlying protocol — they appear in the portfolio DeFi view, and equally in any other frontend for that protocol.
For protocol teams: because positions are read from your contracts, users who entered through your own site see those positions in Core too. The integration surface is your public contracts, not a Core-specific API.