Skip to main content
T TON Adoption
DeFi GUIDE · 2026

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
8 min read

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

ModelWho holds the stakeWho runs operationsMin stakeDeFi utility
Pool (Tonstakers/bemo)Pool’s smart contractPool team1 TONLST → full
Pooled nominator (Whales)Pool’s smart contractPool team50 TONNone
Single-nominatorYour personal contractYou~10,000 TONNone
Solo validatorYour walletYou (+ your server)~300,000 TONNone

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:

  1. 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.

  2. 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:

  1. 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.

  2. 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).

  3. 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.

  4. 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.

  5. Deposit the stake. Send the amount to your single-nominator contract address via a standard transaction.

  6. Activate participation. The contract automatically forwards the stake to the next election cycle. First payout — after 1–2 cycles (about 36 hours).

  7. Monitoring. Subscribe to on-chain notifications (tonviewer.com) for your contract. Track validator status via tonscan.org.

  8. 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.

ParameterSingle-nominatorSolo validator
Min stake~10,000 TON~300,000 TON
Own infrastructureNoYes (server, OPEX $300–800/mo)
Technical skillsCLI + smart contractDevOps + 24/7 on-call
Control over validator choiceYes (can switch)N/A (you are the validator)
Slashing exposureOne validatorYour own node
Net APR3.5–3.8%4.0–4.5% (minus OPEX)
Governance voteNone (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.

Frequently asked

A smart contract that lets a single staker delegate TON to a specific validator without going through a pool intermediary. The contract holds your stake and rewards under your control — keys stay with you, operations (start election, recover stake) you trigger yourself via CLI or a wallet extension. It's a DIY middle ground between classical pool staking and running a full validator yourself.
Practical minimum is roughly **10,000 TON** (~$50k at $5). You can technically use less, but the economics break: validator fixed fees (you pay them a share of rewards) and network fees become disproportionate. With 1k TON, the net-APY gap with a regular pool eats the entire single-nominator advantage.
Custodial model. In a pool your stake is managed by the operator's team — you trust their smart contract and their operational decisions. In single-nominator you're the sole depositor in a contract you deployed, and you can sever the relationship with the validator at any time (with epoch delay). It's non-custodial in a stricter sense than pool staking.
You need a W5 or v4R2 wallet (mandatory — older versions don't support the required opcodes), access to CLI tools (tonutils-cli, mytonctrl-client) or a wallet with an advanced interface (MyTonWallet, Tonkeeper Pro). Plus understanding of validator config parameters (pool-contract address, validator-address, election-cycle timing). It's not harder than provisioning your own VPS, but it requires understanding what you're doing.
Usually 0.2–0.5 percentage points higher than liquid-staking pools. Base validator APR (3.8–4.5%) minus only the validator commission (15–30% of rewards depending on agreement) and network fees. Tonstakers/bemo additionally take a 10% pool fee. On a 50,000 TON stake the 0.3 pp difference is +150 TON per year (~$750 at $5).
No, not in the standard model. The single-nominator contract doesn't issue a derivative token — it's pure stake without a liquid-staking layer. If you need a derivative for DeFi (LP, lending, collateral), that automatically means choosing Tonstakers/bemo/Hipo. This is the main trade-off: single-nominator gives you slightly more yield and more control, but removes the ability to use the stake in DeFi.
Slashing hits the validator your single-nominator contract is bound to. Since you're the sole depositor, you absorb the full penalty (typically 1–3% of stake), proportional to your deposit. In a pool slashing is spread across all LPs, so individual loss is smaller. This is the second major trade-off — single-nominator has more slashing exposure compared with a diversified pool.

Related