> For the complete documentation index, see [llms.txt](https://guide.sheepfarm.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.sheepfarm.io/guide/web-3.0/playing-sheepfarm-with-nfts/real-world-and-meta-land.md).

# Real-world & Meta-land

<figure><img src="/files/e275nyZ2C4rHS006EiSt" alt=""><figcaption></figcaption></figure>

When you visit our [website](https://sheepfarm.io/), you’ll find the **Inventory** menu divided into two categories: **Real World** and **Meta-Land**. The **Real World** category represents your crypto wallet, while **Meta-Land** is where your in-game items live. To access certain game features, you’ll need items in either the **Real World** or **Meta-Land**.

You can easily switch between tabs, sort items by category, search by name or ID, and identify the network (if it’s an NFT) with badges on the corner of each item. Non-NFT items will be marked as **Non-NFT** and cannot be transferred to the **Real World**.

## **Guide: Moving NFT Items to Meta-Land**

1. **Wallet Connection**: Ensure your wallet is connected by clicking the wallet button in the top right corner of the website.
2. **Real World Inventory**: Go to the **Real World** tab in your inventory to view all your real-world assets.
3. **Select Item**: Choose the NFT item you want to transfer to Meta-Land. Only **eligible NFTs** can be transferred.
4. **Confirm Transaction**: Follow the instructions and authorize the transfer from your connected wallet.
5. **Complete Transfer**: Wait for the transaction to process. Once complete, the item will appear in ***Meta-Land*** for you to use in the game.
6. **Transfer Completion**: After the transfer, explore **Meta-Land** and enjoy your newly moved item!

<mark style="color:red;">**Note**</mark><mark style="color:red;">: Transferring items involves a blockchain transaction and may incur fees.</mark>

***

## **Guide: Moving NFT Items to Real-World**

1. **Wallet Connection**: Ensure your wallet is connected by clicking the wallet button in the top right corner.
2. **Meta-Land Inventory**: Navigate to the **Meta-Land** tab to manage your in-game items.
3. **Select Item**: Find the NFT item you wish to transfer to the **Real World**. Ensure it's not in use (e.g., placed in a pasture).
4. **Confirm Transaction**: Follow the on-screen instructions and authorize the transfer.
5. **Complete Transfer**: Once processed, the item will move to your **Real World** inventory and be removed from **Meta-Land**.
6. **Transfer Completion**: The item will no longer be visible in the game, but you’ll now own it outside of Meta-Land, in your cypto wallet.

<mark style="color:red;">**Notes**</mark><mark style="color:red;">:</mark>

* <mark style="color:red;">Transferring items involves a blockchain transaction and may incur fees.</mark>
* <mark style="color:red;">If you get a message saying “Items used in game cannot be transferred,” remove the item from its in-game activity before attempting the transfer it to the Real-World.</mark>

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.sheepfarm.io/guide/web-3.0/playing-sheepfarm-with-nfts/real-world-and-meta-land.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
