# Transferring Moose to another wallet

Check out this video for a step-by-step guide:

{% embed url="<https://youtu.be/ptdKBmS420Q>" %}

1. Navigate to the Moose contract address on the block explorer of chain you're using with the appropriate contract address linked here- [Moose Docs](https://docs.elk.finance/tokens/moose-nft)\
   \
   List of Block Explorers for chains Elk is on- [https://FTMScan.com](https://ftmscan.com/) ,<https://cchain.explorer.avax.network/>, <https://bscscan.com/>, <https://hecoinfo.com/>, <https://polygonscan.com/>, <https://blockscout.com/xdai/mainnet/>\\
2. Click the "Write Contract" tab\\
3. Click "Connect to Web3" to connect to your wallet holding the Moose\\
4. In \[1. approve] enter RECIPIENT 0x address along with the tokenID (which is the number of the Moose) -- Write / Approve\\
5. In \[8. safeTranferFrom] enter HOLDER wallet 0x address in "from", RECIPIENT wallet 0x address in "to" and Moose number in tokenID -- write


---

# 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.elk.finance/user-tutorials-and-help/transferring-moose-to-another-wallet.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.
