> For the complete documentation index, see [llms.txt](https://docs.oisy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oisy.com/using-oisy-wallet/how-tos/create-a-wallet.md).

# Create a Wallet

{% hint style="danger" %}
**This content is outdated not correct anymore.**
{% endhint %}

OISY Wallet is a fully on-chain, browser-based, multi-chain crypto wallet designed for seamless access to decentralized finance. Unlike traditional wallets that require browser extensions or downloads, OISY operates directly from your web browser, allowing for secure, passkey-enabled sign-ins with no reliance on third-party servers.

To create an OISY Wallet:

1. Navigate to [OISY.com](https://oisy.com).
2. Click “Open or Create” to begin the setup process.
3. On the Choose Identity screen, select “More Options".
4. Enter your Internet Identity or select “Create New” if you do not yet have one.
5. Follow the Internet Identity setup process:

* Click “Create Passkey” and choose whether to create your passkey on your current device or another device.
* Complete the CAPTCHA verification.
* Your Internet Identity number will be displayed—this is your unique identifier for accessing OISY Wallet. Save it in a secure location.

6. Once verified, your OISY Wallet will be generated and you will be redirected to the main wallet interface.

OISY Wallet is fully on-chain and powered by threshold ECDSA cryptography, ensuring secure key management across dedicated ICP nodes.


---

# 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.oisy.com/using-oisy-wallet/how-tos/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.
