# FAQ

## When will Hop v2 be released?

The Hop v2 whitepaer was announced in April 2025. After the smart contracts undergo an audit, they will be deployed to Sepolia and then Mainnet shortly afterwards.

## How can I be a bonder for Hop v2?

In v2, anyone can become a Bonder by running the Hop Node. The bonder network will be restricted during the initial launch phase of v2 and then it will eventually be opened up to anyone.

## What is the utility for Hop token in v2?

*More details on this will be released soon.*

## Where can I find the code for Hop v2?

* Monorepo: <https://github.com/hop-protocol/hop>
* Contracts: <https://github.com/hop-protocol/contracts-v2>

## What's the best way to keep up with Hop?

* Join our [Discord](https://discord.gg/PwCF88emV4)
* Visit our [GitHub](https://github.com/hop-protocol/hop)
* Follow us on [Twitter](https://twitter.com/HopProtocol)


---

# 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.hop.exchange/v2/faq/faq.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.
