---
title: RNS User guide | Setup
tags: rns-user-guide
---
## Setup
To use the application and the service we are going to need three things:
1. An internet browser extension wallet. Read [Compatible wallets](#Compatible-wallets) how to get a compatible wallet, or read the guides to connect [Nifty wallet](#Connect-Nifty-wallet-to-RSK) and [Metamask wallet](#Connect-Metamask-wallet-to-RSK) to RSK
2. RBTC to pay for the transaction cost. See [Getting RBTC](#Getting-RBTC)
3. RIF tokens to buy or extend the expiration of a domain. See [Getting RIF Tokens](#Getting-RIF-Tokens). Also, read [here](#Display-amount-of-tokens-in-the-Nifty-wallet) on how to view your tokens in your wallet.
### Compatible wallets
The RNS Manager can be used seamlessly with the following wallets. To setup your wallet, follow the instructions in [connect to RSK network](#Connect-Nifty-wallet-to-RSK).
<style>
.markdown-light-rounded-border {
float: left;
text-align: center;
border: solid #f8f9fa;
margin: 5%;
border-radius: 2em;
}
.markdown-width40 {
width: 40%;
}
.markdown-width50 {
width: 50%;
}
.markdown-width70 {
width: 70%;
}
.markdown-margin10 {
margin: 10%;
}
.markdown-horizontal-margin30 {
margin-left: 30%;
margin-right: 30%;
}
</style>
<div class="markdown-light-rounded-border markdown-width40 markdown-horizontal-margin30">
<img src="https://i.imgur.com/xacetSm.png" class="markdown-width70" />
<p>
Nifty wallet <span class="badge badge-primary">recommended</span><br/>
<a href="https://www.poa.network/for-users/nifty-wallet" target="_blank">Get the wallet</a>
</p>
</div>
<div class="markdown-light-rounded-border markdown-width40">
<img src="https://i.imgur.com/JVWXQca.png" class="markdown-width50 markdown-margin10" />
<p>
Metamask<br />
<a href="https://metamask.io/" target="_blank">Get the wallet</a>
</p>
</div>
<div class="markdown-light-rounded-border markdown-width40">
<img src="https://i.imgur.com/CaM23s8.png" class="markdown-width50 markdown-margin10" />
<p>
Brave's Wallet<br />
<a href="https://brave.com/" target="_blank">Get the browser</a>
</p>
</div>
#### Connect Nifty wallet to RSK
1. Open your wallet.
2. Open network selector

3. Choose 'RSK' option

> To use the RSK testnet network choose the 'RSK Testnet' option instead of RSK.
#### Connect Metamask wallet to RSK
Find the guide on [Metamask](https://developers.rsk.co/develop/apps/wallets/metamask/).
### Getting RBTC
Since RNS works on top of RSK blockchain, to pay for transactional fees you will need RBTC tokens. This is going to be used in the registration and for updating any configuration on the domain.
Read the [R-BTC Token](https://developers.rsk.co/rsk/rbtc/) to find exchanges and more RBTC token information.
> If you are using the testnet you can get free funds in the [RSK faucet](https://faucet.rsk.co/)
### Getting RIF Tokens
The RNS domains have a value in RIF tokens. The cost is described in this table:
| Years | RIF value |
| - | - |
| 1 year | 2 RIF |
| 2 year | 4 RIF |
| 3 year | 5 RIF |
| 4 year | 6 RIF |
| 5 year | 7 RIF |
Each extra year over the three years cost 1 RIF token.
Read [RIF Token](https://developers.rsk.co/rif/token/) to find exchagnes and more RIF token information.
> If you are using the testnet you can get free funds in the [RIF faucet](https://faucet.rifos.org/)
#### Display amount of tokens in the Nifty wallet
To see how many tokens you have in your wallet you should list the RIF Token.
1. Open your wallet ([ensure you are connected to RSK](#Connect-Nifty-wallet-to-RSK))
2. Go to 'Tokens view'

3. Click on 'Add token'

4. Select RIF Token

> You are also able to choose RNS Token. This represents the amount of .rsk domains owned by your wallet, you can add it too.
5. Click next
#### Display amount of tokens in the Metamask wallet
Read [Config Custom Tokens](https://docs.matic.network/docs/develop/metamask/custom-tokens) to add a custom token to the wallet. You should add the token address displayed [here](https://developers.rsk.co/rif/token).
----
[Contact us on Gitter](https://gitter.im/rsksmart/rif-name-service) |
[Github](https://github.com/rnsdomains) |
[Register Domain](https://manager.rns.rifos.org/search)