# How to Claim $JUTSU from Faucet

$JUTSU is the in-game currency token of Jutsu World. Each $JUTSU represents a Jutsu Card, which can be collected and used to play Jutsu World. As an [ERC-404 Token](https://docs.jutsu.world/usdjutsu-token/generic-erc404s-explained), $JUTSU has the traits of both ERC-20 fungible tokens and ERC-721 non-fungible tokens (NFTs). You may read more about [ERC404s in Jutsu World](https://docs.jutsu.world/usdjutsu-token/erc404s-in-jutsu-world) and the improvements we've made to the implementation we call [ERC404-J](https://medium.com/@theblinddev/introducing-erc404-j-07586646e4d0).

This guide will teach you how to claim $JUTSU from our faucet in Story testnet, the first step to experience [rerolling](https://docs.jutsu.world/beginners-guide/rerolling-in-jutsu-world).

### What You’ll Need:

1. Metamask Wallet
2. $IP Tokens. You’ll need some $IP on Iliad Tesnet, the native gas token of Story. Learn how to get $IP from Faucet [here](https://docs.jutsu.world/beginners-guide/how-to-claim-usdip-from-faucet).

### Step 1: Add/Swap to Odyssey Tesnet

1. Click the “Add Odyssey Tesnet” button to automatically prompt Metamask to add it to your networks.
2. Click “Approve” at the prompt to add Odyssey Tesnet to your Metamask networks
3. You’ll be prompted immediately after to switch to Odyssey Tesnet, click “Switch Network".
4. Once Odyssey Tesnet has been added, ensure you have Odyssey Tesnet selected at the top Network portion of your Metamask interface as seen below:

### Step 2: Connect wallet (Metamask)

1. Click the “Connect” button in the wallet section to connect to the Jutsu World faucet page.
2. Click “Approve” on Metamask to confirm.

### Step 3: Claim $JUTSU Tokens

1. Click the “Claim” button to claim $JUTSU tokens from the faucet
2. Wait until the $JUTSU arrives in your wallet

That’s it! Now you’re ready to start [rerolling](https://docs.jutsu.world/beginners-guide/rerolling-in-jutsu-world) and experience card collection in Jutsu World!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jutsu.world/beginners-guide/how-to-claim-usdjutsu-from-faucet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
