> For the complete documentation index, see [llms.txt](https://whitepaper.octo-gaming.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.octo-gaming.com/getting-started/about-octo-wallet/securise-your-wallet-your-keys-your-coins.md).

# Securise your wallet : Your keys, your coins

The secure option allows you to export and save your seed phrase, it is really important to do it in order to save your funds and access them using another wallet, or to be safe in case of app uninstall or crash.&#x20;

Octo Gaming can't be responsible & can't assist you in case you did not secure your wallet, as we don't have access to the funds of your wallet.&#x20;

1\) On your wallet Home Page, click on Secure the wallet

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

2\) Save somewhere safe your seed phrase. Anyone having access to these words will have access to your funds. In case something happen to your phone or your app, this phrase will be required to get back access to your funds. Octo Gaming does not have access to this seed phrase, and can't help you recover it if you lose it.&#x20;

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

3\) To make sure you properly wrote your seed phrase, you need to drag and drop in the correct order your 12 seed-words. Then, click on "Confirm" and your wallet is now safe to deposit funds on!

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


---

# 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://whitepaper.octo-gaming.com/getting-started/about-octo-wallet/securise-your-wallet-your-keys-your-coins.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.
