> 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/poh-faq/proof-of-humanity-2.0-launch-faq.md).

# Proof of Humanity 2.0 launch FAQ

## I have/had a profile on PoH 1.0 - do I need to do anything to be able to use PoH 2.0?

If your profile is still valid on v1, you do not need to do anything. Your profile will be automatically readable and accessible on PoH v2 on Ethereum. You can then choose to bridge it to Gnosis chain if you need to use it on that chain.

If your profile has already expired, you need to create a fresh profile on PoH v2 on either Ethereum or Gnosis chain.

## Can I have one PoH profile on each chain?

No, PoH v2 profiles are singular and unique to a user across all chains. While you can create the profile on any of the supported chains (ETH, GNO), you can only have your profile active on one chain at any time. However, you can bridge your profile over to the other chain at any time if needed.

## I use my PoH profile through one through another platform (e.g. Galxe, Gitcoin Passport ...), do I need to do anything specific to make sure my profile is still recognised?

No, Kleros Cooperative will be reaching out to these platforms to upgrade the integration. In case of doubt, check with the team of these platforms to see if your account with them is linked to the updated PoH v2 integration.


---

# 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/poh-faq/proof-of-humanity-2.0-launch-faq.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.
