# Transferring In Your Collectible

If you've previously transferred a collectible out of Fanable and want to bring it back into your profile, you can do so manually via the contract on **ERNScan**. Here's how:

> 💡 **Note:** Transferring collectibles back in requires a blockchain transaction, which means you'll need to pay **gas fees in ETH**. ETH must be **bridged to the Epic Chain network** beforehand using <https://bridge.ethernity.io/>.

#### Steps to Transfer Back a Collectible

1. **Open Your Fanable Profile**\
   Go to **My Activity** and locate the previous **Transfer Out** transaction of your collectible. Click the **transaction link** to open it on **ERNScan** and view the full transfer details.\ <br>

   <figure><img src="/files/XcJREV0zHVTPPTOJugNS" alt=""><figcaption></figcaption></figure>
2. **Get the Token ID**\
   On the ERNScan transaction page, locate and click the **Token ID** to open the collectible’s token details.<br>

   <figure><img src="/files/aqmsvmracOPyPYnuWvEe" alt=""><figcaption></figcaption></figure>
3. **Access the Contract**\
   On the token page, click the **Contract Address** to open the full contract page.<br>

   <figure><img src="/files/MzqEGiFGpptW7jnvr2l7" alt=""><figcaption></figcaption></figure>
4. **Interact with the Smart Contract**
   * Click the **"Contract"** tab
   * Go to the **"Write Contract"** section<br>

     <figure><img src="/files/YREncgFUkBwk0Ud7KeBi" alt=""><figcaption></figcaption></figure>
5. **Execute the transferFrom function**\
   In the `11. transferFrom` section, fill out the following fields:

   * `from`: the external wallet address that currently holds the collectible (your external wallet address)
   * `to`: your **Fanable wallet address**

     > You can find this in your Fanable profile: tap the three-dot menu and choose **"Transfer In"**, then click **"Copy"**
   * `tokenId`: paste the Token ID from step 2

   <figure><img src="/files/MmtG0EcKUmzQIIoamDMs" alt=""><figcaption></figcaption></figure>
6. **Finalize the transation**\
   Click **"Write"** and confirm the transaction in your connected wallet.

   > 🧩 If this is your first time interacting with the **Epic Chain**, your wallet may prompt you to **add the network** before proceeding.\
   > If the pop-up doesn’t appear, you can add the network manually using the following settings:

| Name               | Value                                |
| ------------------ | ------------------------------------ |
| **Network Name**   | Ethernity Mainnet                    |
| **RPC Endpoint**   | <https://mainnet.ethernitychain.io/> |
| **Chain ID**       | 183                                  |
| **Currency**       | ETH                                  |
| **Block Explorer** | <https://ernscan.io>                 |
| **Bridge**         | <https://bridge.ethernity.io/>       |

✅ Once confirmed, your NFT will be transferred back to your Fanable account.\
⏱️ It should reappear in your profile within **1–2 minutes**.


---

# 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://fanable.gitbook.io/fanable-docs/transferring-in-your-collectible.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.
