How to Stake Aptos (APT)
How to stake APT in 2026: native delegation vs liquid staking vs exchange staking, validator selection, slashing risk, and step-by-step delegation. Beginner-friendly.
What you'll need (prerequisites)
- APT held in a self-custodial wallet
- Wallet that supports aptos staking
- A small native-token reserve for transaction fees
- A shortlist of validators (use the chain's official dashboard)
Recommended for this tutorial
Tools and accounts referenced in the steps below:
Step-by-step
-
Step 1: Acquire APT
Buy APT on a major exchange (Coinbase, Kraken, Binance) or via a DEX. Withdraw to a self-custodial wallet that supports Aptos.
-
Step 2: Choose a staking method
Native staking: delegate directly from your wallet to a validator. Liquid staking: deposit into a liquid-staking protocol and receive a yield-bearing receipt token. Exchange staking: easiest UX but custodial. Pick based on your custody and yield preferences.
-
Step 3: Pick a validator / operator on Aptos
For native staking, research validator uptime, commission rate (5-10% is typical), self-stake, and past reliability. Avoid concentrating in the largest validators — distribute to support decentralisation.
-
Step 4: Delegate
In your wallet's staking tab (or the chain's official dashboard), select the validator and enter the amount. Confirm the transaction. There is usually a small network fee.
-
Step 5: Confirm and monitor rewards
Rewards typically accrue per epoch (5 mins to 24 hrs depending on chain). Check your validator's performance weekly — if uptime drops, redelegate.
-
Step 6: Unstake when needed
Request an unlock at any time, but the stake only becomes withdrawable when the delegation pool's current lockup cycle expires. The cycle length is a governance parameter, shortened to 14 days by proposal #102, and it renews automatically — so your wait is whatever remains of the current cycle.
Common errors and fixes
- Validator missed blocks. Redelegate to a higher-uptime validator. Use your chain explorer to inspect validator performance metrics before redelegating.
- Validator underperformance. Aptos does not currently slash principal, so validator downtime costs you reduced rewards rather than lost stake. On chains that do slash, the penalty is irreversible — check the validator's history before delegating.
- Tokens stuck in unstaking. Aptos uses lockup cycles, not a rolling cooldown: unlocked stake is only withdrawable at the end of the pool's cycle. Use a liquid-staking token (amAPT/stAPT, thAPT) if you need an exit through a DEX instead.
- Rewards not accruing. Confirm the delegation transaction succeeded on-chain. Some chains require a separate "claim rewards" transaction; check the chain docs.
- High commission eating yields. Validator commissions can be raised retroactively. Move to a lower-commission operator (typically 3-7%).
The lockup cycle: what “unstaking” really means
Aptos does not use a rolling cooldown. Stake is bound to a lockup cycle whose length is an on-chain governance parameter, and the cycle renews automatically at expiry so the validator can keep validating. Governance Proposal #102, which passed and was executed, shortened the stake lockup from 30 days to 14 days (and cut governance voting duration to three days).
Inside a delegation pool the mechanics are: you may request an unlock at any time, but the unlocked stake only becomes withdrawable when the pool's current lockup expires, and it keeps earning rewards right up until it becomes withdrawable. So the wait is not a fixed 14 days — it is “however much of the current cycle is left”. Unlock the day after a renewal and you wait nearly the full cycle; unlock near the end and you wait days. The official documentation is explicit that the lockup cannot be reset by a delegator.
Slashing on Aptos
The Aptos documentation states plainly that slashing is not implemented on the network today. Underperformance is punished economically rather than punitively: the reward formula is staked_amount × rewards_rate per epoch × (successful proposals / total proposals), so a validator that misses proposals simply earns a smaller fraction of the maximum for that epoch, and its delegators earn proportionally less. Principal is not confiscated.
Treat that as a current parameter of the network, not a permanent guarantee: slashing has been discussed as future work, and staking parameters on Aptos are changed by on-chain governance. The habit worth building is checking the live parameters before you commit size.
Minimums, epochs and reward mechanics
- Validator stake: the required minimum to join the validator set is 1,000,000 APT, with a maximum of 50,000,000 APT.
- Delegation pools: a pool can be initialised with zero stake, but the operator can only call
join-validator-setonce the pool reaches 1M APT. Below that threshold the pool is inactive and earns nothing. - Delegator minimum: around 10 APT per add-stake operation; front ends often round to 11 APT to cover the add-stake fee, which is largely refunded through rewards at the end of the epoch.
- Epoch: the Aptos mainnet epoch is 7,200 seconds — two hours. Rewards are added to your staked amount each epoch, so they compound automatically without a claim transaction.
The rewards_rate itself is a governance parameter and has been the subject of active debate — AIP-119, raised in 2025, proposed cutting the staking reward rate roughly in half over a few months to reduce inflation. Any APR quoted in a guide will therefore go stale; read the live parameter or a chain explorer instead of trusting a number in an article.
How to pick a delegation pool
- Is the pool in the active set? A pool under 1M APT earns nothing at all. This is the single biggest mistake new Aptos delegators make.
- Proposal success rate. Rewards scale linearly with successful proposals over total proposals, so an operator at 95% success pays you materially less than one at 99.9%. This metric matters far more on Aptos than commission does.
- Commission and its history. Check both the current rate and whether the operator has changed it.
- Where the pool sits in its lockup cycle. You inherit the pool's cycle, so joining just after a renewal maximises the worst-case wait to withdraw.
- Operator identity and infrastructure. Named operators with public status pages and redundant infrastructure are easier to hold accountable than anonymous pools.
Liquid staking on Aptos
Liquid staking exists on Aptos precisely because of the lockup cycle. Amnis Finance issues amAPT, pegged 1:1 to APT, and stAPT, an auto-compounding vault token whose claim on the underlying grows as rewards accrue. Thala runs a two-token model with thAPT as the 1:1 liquid representation and sthAPT accruing rewards. TruFin offers a third option aimed at institutional users. All of them let you exit through a DEX rather than waiting out a cycle, at the cost of smart-contract risk and the possibility of the receipt token trading below its redemption value when the market is stressed.
Risks and troubleshooting
- Unlock requested but nothing arrived. Expected: unlocked stake is only withdrawable at the end of the pool's current lockup cycle. Check the pool's cycle end, not the calendar.
- Zero rewards on an active delegation. Verify the pool is actually in the validator set (1M APT threshold) and that its proposal success rate is not collapsing.
- APR lower than advertised. The rewards rate is governance-set and has been reduced; also subtract commission and the effect of missed proposals.
- Stake sitting in “pending active”. Added stake becomes active at the next epoch boundary (two hours), not instantly.
- LST depeg. amAPT/thAPT trading below par is a market price, not a protocol failure — redeeming natively still takes you through the underlying lockup.
FAQ
What APR can I earn staking APT?
The reward rate is a governance parameter rather than a market rate, and it has been reduced over time (AIP-119 proposed roughly halving it). Your realised return is that rate scaled by your validator's proposal success ratio, minus commission. Read the live on-chain parameter rather than any figure in a guide.
Is staking APT taxable?
In most jurisdictions, yes — staking rewards are ordinary income at the moment of receipt. The US IRS confirmed this in Rev. Rul. 2023-14. Track every reward; tools like Koinly or CoinTracker handle most chains automatically.
Does Aptos have slashing?
Aptos does not currently implement slashing. Instead of losing principal, validators (and their delegators) simply earn reduced rewards when they underperform or go offline. On chains that do slash, penalties apply for misbehaviour such as double-signing or extended downtime — always check the current protocol rules.
Native vs liquid staking — which is better?
Native staking offers full custody and governance rights but no liquidity during the unbonding period. Liquid staking (Lido for ETH, Marinade / Jito for SOL, etc.) gives you a tradable receipt token usable across DeFi but adds smart-contract risk and a small protocol fee.
Can I unstake APT immediately?
Not immediately. Native staking on Aptos uses a lockup cycle — 14 days since governance proposal #102 — and unlocked stake becomes withdrawable only at the end of the pool's current cycle, not after a short fixed cooldown. Liquid-staking receipt tokens can be sold on DEXes for near-instant exit.
Sources
Every protocol parameter above is taken from official documentation or specifications. Staking parameters are changed by governance and protocol upgrades — verify against the live chain before committing size.
- Aptos Documentation — Staking
- Aptos Documentation — Delegated Staking
- Aptos governance proposal #102 (executed) — shorten stake lockup
- Aptos Forum — AIP-119 discussion on the staking reward rate
- Amnis Finance