# 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: 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:

```
GET https://docs.oisy.com/using-oisy-wallet/how-tos/create-a-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
