Single nominator vs pool staking on TON: which to choose
Single-nominator contract as DIY TON staking for 1k+ holders without running a full validator. Key control, custodial risk, fees, technical requirements…
- Author
- TON Adoption Team · research desk
- Published
Contents13sections
- What single-nominator is technically
- How it differs from the three other models
- Why the minimum is 10,000 TON
- Net APY: concrete numbers
- Custodial risk: the main advantage
- Slashing exposure: the main downside
- DeFi utility: the main trade-off
- Technical steps: what you actually do
- When single-nominator makes sense
- Single-nominator vs solo validator
- Pre-stake single-nominator checklist
- Decision in one line
- Related reading
A single-nominator contract on TON is the middle ground between classical pool staking and running your own validator. For holders with 1,000–300,000 TON it provides two things a regular pool doesn’t: more control over the stake and slightly higher net APY. The cost: technical complexity and loss of the derivative token for DeFi.
This piece answers a specific question: when does single-nominator make sense vs a regular pool, and what capital, technical, and risk-appetite requirements actually apply.
2026 context. After the Toncoin → Gram rebrand (June 1, 2026) contract mechanics didn’t change — single-nominator keeps working with the same opcodes. Wallet UIs will gradually display “GRAM” instead of “TON”, but the contract layer is unchanged.
What single-nominator is technically
Single-nominator is a specific smart contract on TON, described in the official TEP. It allows a single staker to delegate TON to a specific validator without a pool intermediary.
Structurally it’s two contracts:
- Validator contract — at the validator, receives stake and distributes rewards.
- Single-nominator contract — your personal contract, holds your stake, forwards it to the validator contract each election cycle, and collects rewards.
The contract is strictly yours: deploy is done from your wallet, owner-address is you, and only you can trigger withdraw or change the validator-contract reference.
How it differs from the three other models
| Model | Who holds the stake | Who runs operations | Min stake | DeFi utility |
|---|---|---|---|---|
| Pool (Tonstakers/bemo) | Pool’s smart contract | Pool team | 1 TON | LST → full |
| Pooled nominator (Whales) | Pool’s smart contract | Pool team | 50 TON | None |
| Single-nominator | Your personal contract | You | ~10,000 TON | None |
| Solo validator | Your wallet | You (+ your server) | ~300,000 TON | None |
Single-nominator occupies the same niche as solo validator in control level — but without the need to run your own server and operationally maintain a node. You delegate the working layer to a professional validator while keeping the capital-management layer in your hands.
Why the minimum is 10,000 TON
Technically the contract works with any amount above 1 TON. But the economics break due to two factors:
-
Validator fixed fees. Most validators willing to accept single-nominator charge “X% of rewards + minimum fee” per cycle. The minimum fee can be 0.5–2 TON per cycle. On a 1,000 TON stake at 4% APR daily income is about 0.11 TON; minimum fee eats half.
-
Network fees on election and recover. Each cycle you pay gas for participating in elections and for recovering stake (~0.5–1 TON each way). On 1,000 TON this again becomes a meaningful share of rewards.
At 10,000 TON these fees become negligible (less than 1% of annual income) and single-nominator starts making economic sense.
Realistic range: the sweet spot for single-nominator is 10,000–250,000 TON. Above 250k TON it’s worth considering a solo validator, because yield grows faster than OPEX.
Net APY: concrete numbers
Take a 50,000 TON stake over 12 months (Gram and TON math is identical post-rebrand).
In a liquid-staking pool (Tonstakers, bemo, Hipo):
- Gross validator APR: 4.2%
- Minus 10% pool fee on rewards: −0.42 pp
- Net APR: ~3.78%
- Annual income: 50,000 × 3.78% = 1,890 TON
In single-nominator:
- Gross validator APR: 4.2%
- Minus 20% validator commission on rewards: −0.84 pp
- Minus network fees on cycles: ~0.05 pp
- Net APR: ~3.31%
- Annual income: 50,000 × 3.31% = 1,655 TON
Wait — single-nominator is worse by 235 TON per year? Yes, if the validator charges 20%. Here the validator choice is critical.
With a validator that charges 10% (better deal):
- Gross APR: 4.2%
- Minus 10% commission: −0.42 pp
- Minus fees: −0.05 pp
- Net APR: ~3.73%
Practically parity with the pool. And if you find a validator with premium parameters (99%+ uptime, MEV-rewards passthrough) and 15% commission:
- Gross APR with MEV: 4.5%
- Minus 15% commission: −0.67 pp
- Minus fees: −0.05 pp
- Net APR: ~3.78%
In this scenario single-nominator delivers parity or a small upside. Key takeaway: single-nominator only makes financial sense if you carefully choose the validator and negotiate the commission. Random validator selection almost always loses to a regular pool.
Custodial risk: the main advantage
This is where single-nominator wins fundamentally.
In a pool:
- Your stake is held in the pool’s contract, managed by the operator team.
- If the pool contract contains a bug and an attacker drains TVL, your stake is gone pro rata.
- If the team becomes unreachable (legal issues, compromised keys), the unstake mechanism can temporarily break.
- If the governance protocol (governance token) votes to change parameters — fee bump, validator switch — you receive those changes automatically.
In single-nominator:
- Stake is held in your personal contract that you deployed.
- The single-nominator smart contract is simpler than a pool contract: smaller attack surface.
- You can initiate withdraw at any time; nobody else can touch the contract.
- If the validator misbehaves (uptime drops, slashing episodes), you can switch to another by changing the validator-address in your contract.
This is non-custodial in a stricter sense than pool staking. Suitable for holders who value control over DeFi utility.
Slashing exposure: the main downside
Here single-nominator loses.
In a pool:
- Stake is split across 5–20 validators.
- Slashing one validator eats a proportional share of the entire pool.
- Your personal loss = slashing × (your stake share in that validator).
In single-nominator:
- Your stake is bound to one specific validator.
- Slashing that validator eats a proportional share of your stake.
- No dilution across other validators.
Example: 2% slashing of a validator’s stake. In a pool where that validator holds 5% of TVL, your personal loss is 0.1%. In single-nominator — 2%.
Mitigation:
- Carefully choose a validator with public uptime history (see pool selection checklist, criteria 1 and 3).
- Split a large stake across 2–3 single-nominator contracts with different validators — that restores diversification.
- Monitor actively: if the validator starts missing cycles, switch before a slashing event.
DeFi utility: the main trade-off
Single-nominator doesn’t issue a derivative token. That means:
- You can’t use the stake as collateral in EVAA.
- You can’t provide liquidity in the tsTON/USDT pool on STON.fi.
- You can’t trade the stake on a DEX for an instant exit.
- You can’t use it in leveraged strategies on Storm Trade.
If your strategy includes a DeFi multiplier on top of staking, single-nominator won’t fit. Liquid staking with tsTON/bemoTON/hTON delivers effective APR of 8–12% via LP farming, which single-nominator can’t match.
Technical steps: what you actually do
A simplified flow to convey scope:
-
Wallet preparation. Make sure you have a W5 or v4R2 wallet. Older versions (v3R2 and below) may not support the required opcodes. Verify via tonscan.org → your address → Contract section.
-
Validator selection. A list of validators accepting single-nominator is published in the TON Foundation Discord and on specialized trackers. Selection criteria — uptime, commission, slashing history (see the full checklist).
-
Contact the validator. Most professional validators have a public onboarding process: you send a request with the stake amount, they reply with validator-address and commission parameters.
-
Deploy single-nominator contract. Via CLI (tonutils-cli, mytonctrl-client) or via an advanced wallet (MyTonWallet, Tonkeeper Pro in advanced mode). The contract is initialized with owner-address (you) and validator-address parameters.
-
Deposit the stake. Send the amount to your single-nominator contract address via a standard transaction.
-
Activate participation. The contract automatically forwards the stake to the next election cycle. First payout — after 1–2 cycles (about 36 hours).
-
Monitoring. Subscribe to on-chain notifications (tonviewer.com) for your contract. Track validator status via tonscan.org.
-
Withdraw. When you want to exit, call the withdraw function in your contract via CLI or wallet. Stake returns within 1–2 cycles after the current validator epoch ends.
Don’t do this for the first time with a large amount. Run a test cycle with 100–500 TON, walk through the full stake → reward → withdraw flow, confirm everything works, and only then deposit serious capital.
When single-nominator makes sense
Decision tree by scenario.
Use single-nominator if:
- You hold 10,000–250,000 TON and want more control than a pool offers.
- You don’t need a derivative token for DeFi (you’re a HODL staker).
- You’re willing to spend 2–4 hours learning CLI and onboarding.
- You can pick a validator using the checklist and negotiate commission.
- You can monitor validator uptime and respond to incidents.
Don’t use it if:
- You hold less than 5,000 TON — economics worse than a regular pool.
- You actively use DeFi and want LP, lending, leverage on top of stake.
- You’re not comfortable with CLI and smart-contract internals.
- You’re not prepared to regularly monitor the stake.
- You hold over 300,000 TON — consider a solo validator for more yield and control.
Single-nominator vs solo validator
This is the key comparison: single-nominator and solo validator both give maximum control, but require different things.
| Parameter | Single-nominator | Solo validator |
|---|---|---|
| Min stake | ~10,000 TON | ~300,000 TON |
| Own infrastructure | No | Yes (server, OPEX $300–800/mo) |
| Technical skills | CLI + smart contract | DevOps + 24/7 on-call |
| Control over validator choice | Yes (can switch) | N/A (you are the validator) |
| Slashing exposure | One validator | Your own node |
| Net APR | 3.5–3.8% | 4.0–4.5% (minus OPEX) |
| Governance vote | None (no token) | Yes (validator vote) |
Single-nominator is “semi-DIY”. Solo validator is full DIY with infrastructure commitments. The choice depends on how much capital you have and how deeply you want to participate in network infrastructure.
Pre-stake single-nominator checklist
- Confirmed I have at least 10,000 TON for this stake.
- Understood I won’t get a derivative token for DeFi.
- Accepted increased slashing exposure to a single validator.
- Chose a validator using the checklist (uptime, audit, fee, MEV policy).
- Negotiated commission no higher than 15% of rewards (otherwise economics don’t justify single-nominator).
- Installed CLI tools or a wallet with an advanced interface.
- Verified my wallet version (W5 or v4R2).
- Ran a test cycle with 100–500 TON, validated the full flow.
- Set up uptime monitoring via tonscan.org.
- Have a contingency plan if the validator starts misbehaving.
Decision in one line
- Under 10k TON or active DeFi user — Tonstakers or bemo, not single-nominator.
- 10k–250k TON, HODL strategy, want control — single-nominator with a carefully chosen validator.
- 250k+ TON, ready for OPEX — consider a solo validator.
Related reading
Frequently asked
What is a single-nominator contract on TON?
What's the minimum for single-nominator?
How does it differ from Tonstakers or Whales Pool?
What are the technical requirements?
What's the yield compared with a pool?
Can I get an LST on a single-nominator stake?
What happens if the validator gets slashed?
Related
- DeFiJun 3, 2026
Staking on TON 2026: Ultimate Guide to Every Method
Full guide to staking on TON in 2026: liquid staking (Tonstakers, bemo, Hipo), pooled nominators (Whales), solo validator. APR, risks, minimums, concrete steps.
- AnalyticsMay 17, 2026
How to Become a TON Validator: Economics and Requirements 2026
Hardware, software, economics, slashing and the real OPEX of running a TON validator in 2026. When pool staking beats running your own node.
- DeFiMay 17, 2026
Whales Pool vs Tonstakers: Which TON Staking to Choose
Comparison of the two main ways to stake TON: classic nominator pool Whales Pool and Tonstakers liquid staking with tsTON.
- DeFiMar 5, 2026
bemo and stTON: TON staking protocol comparison 2026
bemo is the second-largest liquid staking pool on TON. How stTON differs from tsTON and hTON, where it wins, where it lags, and the real yield.
- DeFiApr 20, 2026
Hipo and hTON: liquid staking for beginners on TON
Hipo is an independent liquid staking pool on TON. We unpack how hTON works, how it differs from Tonstakers and bemo
- AnalyticsMay 4, 2026
Where to find TON validator data and yields in 2026
Full overview of TON validator data sources — tonscan, tonstat, official docs. Minimum stake, election cycles, average APY and how to compute the real yield.