# Getting Started

A crypto wallet is a tool that lets you interact with blockchain networks. It doesn’t actually store your crypto but instead holds the private keys that give you access to your funds. Think of it as a login system where only you have the credentials—no banks, no middlemen. If you lose access, no one can reset it for you. That’s why it gives you full control over your assets, but also full responsibility for keeping them safe.

To start using the platform, you need a crypto wallet. We have tested our app with [Metamask](https://metamask.io), [Coinbase Wallet](https://www.coinbase.com/en-gb/wallet), and [Mew Wallet](https://www.mewwallet.com).

* On mobile: Open [https://app.wedefin.com](https://app.wedefin.com/) within your wallet’s built-in browser, and it will automatically detect your wallet.
* On desktop: Just visit the link, and your wallet will be detected automatically as long as the extension is installed.


---

# 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.wedefin.com/how-to-use/getting-started.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.
