Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faucets Info Updates #6089

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 20 additions & 21 deletions docs/learn/learn-DOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ All the tokens under active issuance are can be used to participate in the gover

## Obtaining Testnet Tokens

DOT are required to make transactions on the Polkadot network. Tokens on Polkadot's Testnets like
Paseo, Westend and Rococo do not have any value besides allowing you to experiment with the features
on the network.
DOT are required to make transactions on the Polkadot network. Tokens on Polkadot's Testnets do not
have any value besides allowing you to experiment with the features on the network.

Tokens for each testnet described below can be obtained [**here**](https://faucet.polkadot.io/).

### Getting Tokens on the Paseo Testnet

The Paseo testnet mirrors the Polkadot runtime and it is maintained by the community. To get Paseo
tokens (PAS) you can use the web-based
[Paseo faucet](https://paritytech.github.io/polkadot-testnet-faucet/paseo). The PAS tokens has the
same Planck conversion as Polkadot.
The Paseo testnet mirrors the Polkadot runtime and it is maintained by the community. The PAS tokens
can be obtained [here](https://faucet.polkadot.io/) and have the same Planck conversion as
Polkadot's native token DOT.

| Unit | Decimal Places | Conversion to Planck | Conversion to PAS |
| --------------- | -------------- | ---------------------- | ----------------- |
Expand All @@ -160,17 +160,15 @@ same Planck conversion as Polkadot.

### Getting Tokens on the Westend Testnet

Polkadot's testnet is called [Westend](../maintain/maintain-networks.md#westend-test-network) and
you can obtain its native tokens (called Westies!) by posting `!drip <WESTEND_ADDRESS>` in the
Matrix chatroom [#westend_faucet:matrix.org](https://matrix.to/#/#westend_faucet:matrix.org). Your
account will be credited with 1 WND by default. You can also specify to get more tokens by
Polkadot's testnet is called [Westend](../maintain/maintain-networks.md#westend-test-network).
Besides the [official faucet](https://faucet.polkadot.io/westend), you can obtain its native WND
tokens by posting `!drip <WESTEND_ADDRESS>` in the Matrix chatroom
[#westend_faucet:matrix.org](https://matrix.to/#/#westend_faucet:matrix.org). Your account will be
credited with 1 WND by default. You can also specify to get more tokens by
`!drip <WESTEND_ADDRESS> X`, where X is the number of tokens.

Another way is to use our web-based
[Westend faucet](https://paritytech.github.io/polkadot-testnet-faucet/westend).

You can also earn WNDs as rewards by [becoming a validator](learn-validator.md) on Westend network.
Watch the video below on how to get started on Westend.
On the Westend network, you can also earn WNDs as rewards by
[becoming a validator](learn-validator.md). Watch the video below on how to get started on Westend.

<div className="row">
<div className="col text--center">
Expand All @@ -193,12 +191,13 @@ Watch the video below on how to get started on Westend.

### Getting Tokens on the Rococo Testnet

Rococo is a parachain testnet. Tokens are given directly to teams working on parachains or exploring
the [cross consensus](learn-xcm.md) message-passing aspects of this testnet. General users can
obtain ROC by posting `!drip <ROCOCO_ADDRESS>` in the Matrix chatroom
Rococo is a parachain testnet. ROC tokens are given directly to teams working on parachains or
exploring the [cross consensus](learn-xcm.md) message-passing aspects of this testnet. Besides the
[official faucet](https://faucet.polkadot.io/rococo), users can obtain ROC by posting
`!drip <ROCOCO_ADDRESS>` in the Matrix chatroom
[#rococo-faucet:matrix.org](https://matrix.to/#/#rococo-faucet:matrix.org) or through the web-based
[Rococo faucet](https://paritytech.github.io/polkadot-testnet-faucet/). Learn more about Rococo on
its [dedicated wiki section](../build/build-parachains.md##testing-a-parachains:-rococo-testnet).
[Rococo faucet](https://faucet.polkadot.io/rococo). Learn more about Rococo on its
[dedicated wiki section](../build/build-parachains.md##testing-a-parachains:-rococo-testnet).

### Faucets support

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-guides-assets-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For additional background on the Asset Hub check out
Before minting assets on the Asset Hub, we recommend that you try out this tutorial on Westmint,
which is a system parachain on Westend test network. The WND tokens (Westies) can be teleported from
Westend to Westmint, are available for free through a
[faucet](https://wiki.polkadot.network/docs/learn-DOT#getting-westies).
[faucet](./learn-DOT.md#getting-tokens-on-the-westend-testnet).

**The images in the guides below are for Polkadot, but they also apply to Kusama.**

Expand Down
4 changes: 2 additions & 2 deletions docs/maintain/maintain-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ is a system parachain on Westend network.

#### Westmint Faucet

Claim WND tokens from the [faucet](https://paritytech.github.io/polkadot-testnet-faucet/westend) on
Westend and teleport them to Westmint.
Claim WND tokens from the [faucet](https://faucet.polkadot.io/westend) on Westend and teleport them
to Westmint.

### Rococo Test Network

Expand Down
Loading