# Wallet Basics

### How it works and how to stay safe? Let’s keep it simple.

On Solana, a wallet is where your digital assets live. It’s your key to move, earn, and interact with apps like Watt Protocol.

Think of it as your **bank account**, **password manager**, and **ID** all in one. Except it’s fully yours. No one can reset it, freeze it, or peek inside.

### How it works

A wallet stores two main things:

* **Your public address** \
  This is the one you share (like your IBAN)
* **Your seed phrase**\
  Your private key in human form. Think of it as the master key to your vault. Keep it offline and secret.

Once you have a wallet, you’ll use it to connect to apps and websites. Each time you approve a connection or action, you’re simply signing a transaction to confirm it securely.

### Choosing a wallet

You’ve got options. These all work seamlessly with Watt:

**Browser wallets**

* [Phantom](https://phantom.app) – simple UI, perfect for beginners
* [Solflare](https://solflare.com) – full Solana support, staking built in
* [Backpack](https://backpack.app) – multi-chain ready, advanced users love it

**Mobile wallets**

* [Phantom](https://phantom.app)
* [Solflare Mobile](https://solflare.com/download)
* [Jupiter Mobile](https://jup.ag/mobile)

Create your wallet and back up your seed phrase offline. Never store it in screenshots or notes.

You can top up directly in Phantom, Solflare, or Jupiter, or buy SOL on exchanges like [Kraken](https://www.kraken.com/), [Coinbase](https://www.coinbase.com), or [Binance](https://www.binance.com) and send it to your wallet address.

### Once you’re set

Connect it to Watt Protocol (you’ll see the button in the top bar). From there, you can wrap tokens, provide liquidity, and start earning — all straight from your wallet.

You stay in control the whole time.

### Security checklist

Your wallet = your responsibility.\
A few small habits make all the difference:

**✅ Keep your seed phrase private**\
Never share it with anyone. Not even with support or “helpful” strangers online. Sharing it is the number one reason people lose funds.

**✅ Store it offline**\
Write it on paper or keep it in a secure hardware wallet. Never save it as a screenshot or in your notes app.

**✅ Use trusted sites only**\
Always double-check the domain before connecting your wallet. **‼️ Phishing clones look real and often hide wallet drainers. ‼️**

**✅ Verify before signing**\
If you don’t know what a transaction does, cancel it. When in doubt, ask or check official links.

**❌ Never paste your seed phrase**\
Use it only to restore your wallet. Never share it on random websites or with anyone — it’s a common phishing trick.

**❌ Don’t connect to unknown apps.**\
If it’s not verified or shared by trusted sources, stay away. It’s most likely a wallet drainer trying to steal your funds.

### Want to dig deeper?

* [Phantom A beginner’s guide to Solana](https://phantom.com/learn/crypto-101/a-beginner-s-guide-to-solana)
* [Phantom Security Tips](https://phantom.app/security)

#### TL;DR

A wallet is your key to Solana. It holds your assets and lets you connect to apps like Watt Protocol.

Set it up, back up your seed phrase offline, and never share it with anyone.

Only connect to trusted sites and double-check every transaction you sign.

Once ready, connect to Watt Protocol and start earning. Safely, smoothly, and in full control.


---

# 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.watt.si/resources/user-guide/wallet-basics.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.
