> For the complete documentation index, see [llms.txt](https://docs.hypha.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypha.sh/faq.md).

# FAQ

## What is Hypha?

Hypha is the next evolution of GoGoPool, with an expansion of the protocol to better serve our mission of creating an ecosystem of L1s. Hypha adds validators sales, staking, and validation services.

## What happens to my $GGP?

Your $GGP tokens remain unchanged and continues to be a core component of our ecosystem. We're committed to expanding utility and functionality for $GGP token holders.

## Will my Minipool still work?

Yes, your Minipool will continue functioning exactly as before with no interruption to services or rewards. Stay tuned for more protocol updates.

## Do I need to do anything as a minipool owner?

No action is required—your minipool will continue operating as usual without any changes to the system.&#x20;

## What happens to $ggAVAX?

$ggAVAX is rebranded into $stAVAX. The name and the logo change, but not the functionality or the yield. There are no actions required from users to convert $ggAVAX into $stAVAX.

## Do I still stake at GoGoPool?

Yes, $AVAX staking will continue under the GoGoPool brand with the same trusted process and interface you're familiar with. Stay tuned for updates.

## How do I stake $AVAX? Anything changing there?

The $AVAX staking process remains completely unchanged—the GoGoPool platform will continue to serve as an $AVAX staking hub just as before.

## Why the change from GoGoPool to Hypha?

GoGoPool has established itself as a trusted platform for AVAX staking on C-chain. With Hypha, we're expanding to embrace the rapidly growing Avalanche L1 ecosystem. This distinct focus on L1 services, including validator sales, validation, and community building, called for dedicated branding that reflects the unique opportunities in this dynamic space.


---

# 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.hypha.sh/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.
