> For the complete documentation index, see [llms.txt](https://docs.kleros.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kleros.io/products/proof-of-humanity/proof-humanity-2.0-tutorial-transferring-a-profile.md).

# Proof of Humanity 2.0 Tutorial (Transferring a Profile)

PoH 2.0 is live on both Ethereum Mainnet and Gnosis chain. Even though you can only have your profile active on one chain at a time, you have the option to transfer from one chain to another using the same steps as below:

* First, go to your profile page and click '<mark style="color:orange;">Transfer</mark>'&#x20;

<figure><img src="/files/q3nzyZUeyMWoUelWSnCy" alt=""><figcaption><p>a sample from a Sepolia testnet profile</p></figcaption></figure>

* A transfer prompt will then appear for a reminder and to confirm your transfer request.

<figure><img src="/files/qanVdOYUCH8qwXD0d0xc" alt="" width="375"><figcaption></figcaption></figure>

* Once the transaction is confirmed, your profile status will change from 'Registered' to 'Pending Update'. You will then need to change your network connection to the network you want the profile to be transferred to. Once your wallet is connected to the new desired chain, go to your profile page and click '<mark style="color:orange;">Update state</mark>'.&#x20;

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

* An update prompt will appear where you should initiate the '<mark style="color:orange;">Relay State Update</mark>' option and confirm the transaction.

<figure><img src="/files/LeU7h4XIvRtaw7DM2Puq" alt="" width="375"><figcaption><p>a sample from a Sepolia testnet profile</p></figcaption></figure>

{% hint style="info" %}
Make sure that you have enough funds to transact on your desired new chain to update or complete the profile transfer
{% endhint %}

* Once the transaction is validated, your current profile request status will be in '*<mark style="color:green;">Resolved Claim</mark>*' with the icon of the new network it's included in, while the immediate past profile request status will change to 'Transferred'.

<div><figure><img src="/files/giguN8kDbMagY4RGyxJ3" alt="" width="148"><figcaption></figcaption></figure> <figure><img src="/files/2AY54vnjsfAb30oNJgsE" alt="" width="155"><figcaption></figcaption></figure></div>


---

# 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://docs.kleros.io/products/proof-of-humanity/proof-humanity-2.0-tutorial-transferring-a-profile.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.
