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

# Wownero

Official Website: [wownero.org](https://wownero.org/)

{% hint style="warning" %}
**Wownero support has been removed from Cake Wallet.** You can no longer create, restore, sync, or transact with Wownero wallets. Existing Wownero wallets still open, but only to show you their seed and keys so you can recover your funds elsewhere.
{% endhint %}

Wownero `(WOW)` is a Doge-inspired, CPU-mineable, privacy-respecting memecoin and a software fork of Monero.

## Recovering your Wownero

If you still have a Wownero wallet in Cake Wallet, your funds are safe — they live on the Wownero network, not in the app. To access them again:

1. Open your Wownero wallet in Cake Wallet. It will display the wallet's seed and keys.
2. Write the seed down on paper, or store it somewhere safe.
3. Restore that seed in a wallet that still supports Wownero, such as the official wallets available from [wownero.org](https://wownero.org/).

{% hint style="danger" %}
NEVER share your seed with anyone, and never enter it into a website. Anyone who has your seed can take your funds.
{% endhint %}

## Seed formats

For reference when restoring elsewhere: Wownero wallets created in Cake Wallet used either a 16-word Polyseed or a 25-word legacy seed. Wallets originally restored from a 14-word seed use that format instead.


---

# 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.cakewallet.com/cryptos/wownero.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.
