# How to Move Resources

Ancient Society gives an Internal Wallet to each player to make most of the action in the game gasless and smoother.

The Resources are ERC20 Tokens, so you can easily move them from your internal wallet to your Metamask by following these steps:<br>

**How to Withdraw to Metamask**

1. Click on the “Inventory” tab in your in-game Interface
2. Select the Token/Resource you want to move to Metamask
3. Write down the number of Resources you want to Withdraw to Metamask in the red square and then press “Withdraw”
4. Press the “Claim” button in the “My Tokens” tab that will automatically open
5. Sign with Metamask (We suggest always setting the gas fee to High)
6. You have now received the Tokens on your Metamask!

PS: To see the number of tokens in your Metamask you can either click on the image of the Resource in the red square of your inventory to automatically add it, or you can manually add it by using the Token Address you can find in “Official Links” in discord.<br>

**How to Deposit in your Internal Wallet**

1. Click on the “Inventory” tab in your in-game Interface
2. Select the Token/Resource you want to deposit to your internal wallet
3. Write down the number of Resources you want to deposit in the blue square and then press “Deposit”
4. Sign with Metamask (We suggest always setting the gas fee to High)
5. You have now received the Tokens in your internal wallet!


---

# 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://ancientsociety.gitbook.io/ancient-society-whitepaper/gaming-overview/in-game-wallet/how-to-move-resources.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.
