What in-Pay staking actually means
Staking NIM is an on chain transaction signed by your own account. That sentence is the whole of it, and it is why the question "can I stake in Nimiq Pay" has a simple answer: yes, because Nimiq Pay holds an account and can sign for it.
So in-Pay staking is not a separate product, a pool, or a version of staking that only exists inside the app. It is the same delegation to the same protocol contract, initiated from a phone instead of a browser tab. A stake created that way can be topped up, moved or unstaked from wallet.nimiq.com afterwards, and the reverse, because neither app owns anything. The chain does.
How to stake NIM covers what staking is and what it commits you to. This page is only about the phone route: how it works underneath, what it guarantees, and where it is the wrong tool.
What is underneath it
Nimiq Pay is a host. Pages opened inside it are
mini apps, and the app injects a wallet
provider they can talk to. That provider is the staking route, and its shape is published
rather than described: in @nimiq/mini-app-sdk version 0.1.0, which this site
carries as a dependency, the provider exposes exactly ten wallet methods, and
six of the ten are the staking lifecycle.
| Provider method | Staking transaction | What it does |
|---|---|---|
sendNewStakerTransaction | Create staker | First delegation, naming a validator address |
sendStakeTransaction | Add stake | Tops up an existing stake, keeping the delegation |
sendUpdateStakerTransaction | Update staker | Moves the delegation to a different validator |
sendSetActiveStakeTransaction | Set active stake | Step one of unstaking. Takes the balance to leave active |
sendRetireStakeTransaction | Retire stake | Step two, once the lock has passed |
sendRemoveStakeTransaction | Remove stake | Step three, taking the whole retired balance out |
Amounts on all of them are in luna, the smallest unit, at 100,000 luna to one NIM. That is the same convention the rest of the protocol uses and it is the single most common source of a figure that looks wrong by five decimal places.
The division of labour on this path is worth stating, because it is the real difference between the phone and the browser. The wallet does everything. It builds the transaction, shows it to you, signs it and broadcasts it. The page that asked never sees a key, never assembles transaction bytes and never needs a way onto the network of its own.
The approval, and what it guarantees
Every one of those calls surfaces as a dialog drawn by Nimiq Pay. The documentation puts it as a rule rather than a courtesy: mini apps run in an isolated WebView with no access to private keys, keys never leave the wallet, and every sensitive action requires explicit approval through native dialogs mini apps cannot bypass.
Read that from the staking side and it tells you what to check. A page can misdescribe anything in its own interface. It cannot change a character of what the wallet's dialog says. So on a staking approval the field that matters most is the validator address, because that is the one thing a dishonest page would want to differ between its own screen and yours. Amount second. If the two disagree, the dialog is the one telling the truth.
This is the same separation Keyguard enforces in a browser, where the developer documentation treats the requesting application as untrusted and Keyguard as the only fully trusted component. Nimiq Pay collapses those layers into one installed app and keeps the boundary at the same place. Nimiq Pay explained covers the custody model in full.
The session model: it already knows who you are
In a browser, a site that wants to stake for you has to ask which account, and Nimiq answers that with a popup you interact with. Inside Nimiq Pay there is nothing to ask. The account is on the device, the host can list it, and the first step of a browser flow simply does not exist.
That is a genuine convenience and it is worth naming the trade honestly. The step it removes is also the step where a browser user consciously chooses which of their addresses is about to act. On a phone that choice was made when the app was set up, so the thing to be deliberate about moves to the approval dialog instead.
Our own dialog is built to that model: opened inside the app it connects quietly, reads the account and goes straight to the amount, and if the host declines it falls back to an ordinary connect button rather than showing an error over a page somebody was only reading.
Everything the protocol enforces is unchanged
A different interface does not buy different rules. Whichever route you take:
- The minimum is the same. 100 NIM is the protocol floor for creating a staker. An interface may ask for more, and Nimiq's own staking page did when we read it, so the floor you face is whichever is higher.
- The timing is the same. Stake changes take effect at the next election block, and an epoch is 43,200 blocks, roughly 12 hours. A fresh delegation from a phone waits exactly as long as one from a desk.
- Unstaking is still three steps. Deactivate, wait out the lock, retire, then withdraw the retired balance in full. There is no mobile shortcut, and an interface offering one would be promising something the chain refuses. How to unstake NIM walks it.
- Changing validator still has a lock. Your NIM never leaves the staking contract, but the update staker transaction is only valid once the active balance is zero and the inactive balance has been released. Staking mistakes sets that out properly, because it is the rule most often described wrongly.
- No network fee, either way. Staking transactions carry none. The only fee in staking is a validator's cut of what it distributes.
When to open the browser wallet instead
The phone is the better tool for acting on a decision. The browser is the better tool for making one, and for the account admin that has nothing to do with staking.
- Choosing a validator properly. Comparing fees, elected status, payout policy and size is reading work, and it is miserable on a small screen. Our validators page compares the whole set from live chain data, and choosing a Nimiq validator is the method to run against it.
- Backups. Creating or exporting one runs inside Keyguard, in the browser, so that the app which triggered it never receives your recovery words. Nimiq backups compared covers the three methods, and how to create a Nimiq wallet covers where each piece lives.
- Account administration. Labelling addresses, adding new ones, and working through a long history. Nimiq's own staking page names the Nimiq Wallet as the place to stake, and it is the fuller interface generally.
- A first delegation you want to take slowly. There is no prize for doing it on the smaller screen.
None of that argues against the phone. It is one account and one key, and most people who use Nimiq for a while end up using both.
What this page is not telling you
Two deliberate absences, both because we could not stand the claim up on 14 September 2026.
- No screens, no button labels, no navigation. We describe the capability and the mechanism, not the interface. Nimiq's own Nimiq Pay page did not mention staking at all when we read it, the App Store listing for version 2.19.1 did not mention it either, and nimiq.com/staking names the Nimiq Wallet. There is no first party source we can cite for a particular screen, and mobile interfaces change faster than articles about them. Open the app and look.
- Our own integration is our word. The description of the provider path above comes from the published SDK, which anyone can read, and from shipping against it, which nobody can audit, because this site's source is not public. Treat the second part as a first hand report rather than a citation. The part that is checkable either way is the outcome: a stake sent from a phone lands on the chain as an ordinary staking transaction, and you can find it in our block explorer or draw it in NimMap like any other.
Where to go next
If you have not made an account yet, start with how to create a Nimiq wallet, then make the backup before anything else. If the account exists and the question is what staking commits you to, that is how to stake NIM. If you are already staking and something looks wrong, the usual causes are in staking mistakes we see as operators. Everything else is on the Learn hub.
Nothing on this page is financial advice, we publish no price figures anywhere on this site, and nothing here promises a reward.