> For the complete documentation index, see [llms.txt](https://partyswap.gitbook.io/partyswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partyswap.gitbook.io/partyswap/tutorials/transferring-doge-to-avalanche.md).

# How to transfer Dogecoin to the Avalanche Network 🐶

![](/files/-MhozhUyCSHI61Kl83xa)

Welcome, #PartySquad. In this tutorial, we are diving into how to transfer Doge Coins to the Avalanche Network, to inject liquidity in our pools!

**First off:** *Learn how to connect your Metamask wallet to the* [*Avalanche Network*](https://partyswap.gitbook.io/partyswap/welcome-to-the-party/setting-up-metamask-with-avalanche)

Go to the [Ren Bridge Website](https://bridge.renproject.io/) and select **DOGE** as the asset you want to send, then choose Avalanche as the Network destination, now you can press the "Next" button.

![](https://lh5.googleusercontent.com/4iHQs2bS53-vrv0zT9-UXAz13d6EH8O3rkN46K_fNi0IVXDqhyGPvOHHNTRft_IJKwLGB3s9NhpmMJySodYzLOCikqjpU0EIGBdhiwhQetHgwNb215BVOosrg28-Ifm0kPEBcc42)

The next page displays the fees for using the bridge (.15%) and prompts you to acknowledge that there are fees and that a small amount of **AVAX** is required after the transfer for transaction fees. Check the box and click to see your Doge Gateway address.

![](https://lh4.googleusercontent.com/tb-GzK4fP8mVGIZEhKxrMpNL8p4yZCcXhhTQDjYglHhXiisUtqczISZWD8osbPDnSsxHwhCPt5kWVXyZXtiZcyOBNKCbiUlADIKgr42bNXNsWN0B60k0HDYmnUxy_fzyCI_oIcDo)

The next page is a warning that you have 27 hours to complete the transaction and mint your renDOGE on the Avalanche Network. Agree and continue.

![](https://lh4.googleusercontent.com/_CTKYwniAAmz_zykEzxbUquf_CYuVmdOmwnRhBjk1G6taZlLBTv2JIRxuqGZdI5VUAwYKZqRVjGdvGcJUPs6WQT4CsxA45KFEdyQtD2KDu7_QIV--eeDDSyi_VKl5_CPBqV-pJLo)

The next page displays your DOGE gateway address. Send your DOGE to this address to begin the wrapping process.

![](https://lh4.googleusercontent.com/KLqJwNBBy_KtC2PFDdB_qp6Um9LunoQ6qGvscsXOz0BbvvvDUJu7yIkUJC3dHheI2HfNt1rLb18Hnp_8cRiEwjKSpquahTvw9kap1gCE9M1KH6WZUlFrm8z1IV_Hlj5E4dKSYqpq)

Once your transaction is detected, you will see a window with the number of confirmations completed out of the 50 confirmations to receive your bridged renDOGE. This will take an estimated time of about 50 minutes.

![](https://lh3.googleusercontent.com/P6rNvEyMGNs7cOxdcT2-jWo_Gp3voamDmxVO0Jslto84wmgMgcfGEAZ-Uc3KEMnwsDkbg8-DkBrHRlfvKikFhGLWPTTLZRdhLj5WkmW4Z1cCbLoF08vRwTUcqRkDIPwV1AdpeFX8)

After the 50 confirmations, a “mint renDOGE” button will appear, press it (you will need a tiny amount of AVAX for the transaction fee). The renDOGE will show up in your Metamask Wallet.

![](https://lh3.googleusercontent.com/xq7JXBQAyg7gsr7HKyRIdac6fhRJwthygY1yAisqkmTEs_2v5FiBm4e3-NV1Ll52xWMncZVW20e0DqLwwMpYwrbXMNRsaDxQz3ZA4KI5YKzPoyfAe4ECGmtSE0xgjJV40N1M2i5I)

Congratulations! Now you can use your DOGE on PartySwap!


---

# 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://partyswap.gitbook.io/partyswap/tutorials/transferring-doge-to-avalanche.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.
