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

# How to Create a Wallet

## 1. What is a wallet?

Wallets are software for accessing and managing your account on a blockchain. Because blockchains are decentralized, your account is owned and managed not by a central entity but by yourself.&#x20;

When you create an account on any wallet, you are given a set of 12 or 24 words. These words are your private seed. If you input those words on another computer, you will be able to access your funds. **They are the keys to your account and should be kept extremely secure**.

When your account is created, you also have at your disposal a public key – a set of random characters that represents your public identity on the blockchain. This is an address that you can share with others to receive payments and the address you will use to connect to DeFi protocols (like Marinade).&#x20;

{% hint style="info" %}
Different wallets exist for different blockchains. On the Solana network, wallets are called SPL wallets, capable of handling SPL tokens, the native tokens on the Solana blockchain.
{% endhint %}

## 2. What wallet can I use?

To use Dega, you can use the following wallets:&#x20;

* [Coin98](https://wallet.coin98.com/)
* [Phantom](https://phantom.app/)
* [Solflare](https://solflare.com/)

## 3. Security basics and hardware wallets

If you're starting your journey in DeFi, here are some security guidelines that you should be aware of:

* Do not store your seed phrase online or on your computer. Write it down on a piece of paper and store it in a safe place.
* If your seed phrase is not stored in a professional storing facility but in your house, keep a copy in another place for worst case scenarios (fires, floods, etc.).&#x20;
* Losing your seed will result in a loss of your wallet. No one will be able to access your wallet if you save your seed properly.&#x20;
* Invest in a [cold wallet](https://coinmarketcap.com/alexandria/glossary/cold-wallet) as early as possible. Cold wallets (or hardware wallets) are physical wallets where your private keys are stored safely and never shared with anyone. This is the safest way to store your crypto tokens.&#x20;
* Be careful when using DeFi as there are malicious actors. Always make sure to use official links, never share information about yourself or your accounts with anyone, and do your own research before investing your money in something new.&#x20;


---

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

```
GET https://docs.dega.exchange/1.-wallet/how-to-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.
