Get TestNet Tokens¶
To build and test, your account needs two things on TestNet: a balance of PAS (the Paseo TestNet token, which pays transaction fees) and per-service allowances for the infrastructure your Product uses.
Prerequisites¶
Before getting started, ensure you have:
- Completed the Install Polkadot Desktop and Pair guide so Polkadot Desktop is paired with your signer
Get Tokens¶
The Polkadot Faucet distributes free PAS tokens to developers.
-
Open the Polkadot Faucet and select your target network from the Network drop-down.
-
Paste the address of the account paired with Polkadot Desktop into the address field.
- Click Get Some PASs to request tokens. They arrive in your account shortly after the request is processed.
Provisional
The faucet's mapping to the current Paseo Next v2 chains is being confirmed. If your funds do not appear in Polkadot Desktop after a few minutes, contact the developer community for the current chain selection.
Service Allowances¶
Some Polkadot infrastructure services use a separate allowance-based access model. These allowances are independent of your token balance; even with enough PAS to cover fees, a missing allowance will cause the service to reject your request.
Service Allowances: Bulletin Chain Storage
The Bulletin Chain has no token balance for storage. Every account needs an explicit authorization that grants a quota of transactions and bytes before it can store data on-chain. Without authorization, storage extrinsics are rejected.
On TestNet, request your storage authorization directly from the Bulletin Chain authorization page. This is required before submitting any store extrinsic from your Product.
After your authorization request is confirmed, you can verify the allocation on-chain by querying the Authorizations storage map of the transaction-storage pallet for your account.
Service Allowances: Statement Store
The Statement Store lets accounts publish off-chain statements that are gossiped and persisted by the network. Access is controlled by an on-chain StatementAllowance record that specifies two limits per account: max_count (the maximum number of statements the account can publish) and max_size (the maximum total bytes across those statements).
Provisional
The process for obtaining a Statement Store allowance on TestNet is not yet documented. Check back for updates, or ask in the developer community for available access paths.
Service Allowances: dotNS Names
dotNS (.dot name registration) uses a hybrid model. Open names (those that anyone can register) require a deposit paid in PAS. Names reserved for accounts with Proof of Personhood Full or PoP Lite status are free to register for eligible accounts, with no deposit required.
See the dotNS PopRules pricing reference for full pricing and tier details.
Where to Go Next¶
-
Guide Build Your Product
Set up a local project, load it in Polkadot Desktop via the
localhostbypass, and add capabilities guide by guide.
| Created: June 16, 2026
