> For the complete documentation index, see [llms.txt](https://pankuku.gitbook.io/kuku_wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pankuku.gitbook.io/kuku_wiki/help-and-instructions/getting-started/create-a-wallet.md).

# Create a Wallet

Check out these videos how to create a Wallet (our recommendation is [**Trust Wallet**](https://trustwallet.com/))

{% hint style="warning" %}
At the time of writing, Trust Wallet is only available on Mobile Devices. Watch out for scam apps especially on the Chrome App Store and other Browsers.
{% endhint %}

**Trustwallet- Android (credits to** [**Web Tech Tutorial**](https://www.youtube.com/channel/UCRGavDgtGBoQmaXravsX7aw)**)**

{% embed url="<https://www.youtube.com/watch?v=Ht_0sR-n9fY>" %}
**Trustwallet- Android (credits to** [**Web Tech Tutorial**](https://www.youtube.com/channel/UCRGavDgtGBoQmaXravsX7aw)**)**
{% endembed %}

**Trustwallet- Apple (credits to** [**Proper Academy**](https://www.youtube.com/channel/UCSivrhTjqQEqCIYt9dushVA)**)**

{% embed url="<https://www.youtube.com/watch?v=97KYsYJeP8w>" %}
**Trustwallet- Apple (credits to** [**Proper Academy**](https://www.youtube.com/channel/UCSivrhTjqQEqCIYt9dushVA)**)**
{% endembed %}

Feel more like Reading, then check out these articles:

{% embed url="<https://docs.binance.org/tutorial/how-to-create-a-wallet-on-trustwallet.html#:~:text=To%20get%20the%20latest%20Trust,a%20backup%20for%20you%20funds>." %}
Credits to Binance
{% endembed %}

{% embed url="<https://community.trustwallet.com/t/how-to-create-a-multi-coin-wallet/41>" %}
Credits to Trustwallet
{% endembed %}


---

# 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://pankuku.gitbook.io/kuku_wiki/help-and-instructions/getting-started/create-a-wallet.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.
