# Lightning Wallet

Every Zion account includes a Zion wallet that utilizes [Lightning](/architecture/bitcoin-lightning-network.md) payments to ensure near instant payments for virtually no cost.&#x20;

### Adding Funds

To add funds to a Zion [Lightning](/architecture/bitcoin-lightning-network.md) wallet:

1. Click fund/request on the lightning wallet splash page
2. Decide the amount of SATS to add and click continue
3. Copy the generated [Lightning Invoice ](/architecture/bitcoin-lightning-network.md#invoices)and pay it with your favorite Lightning wallet or Lightning supporting exchange

As mentioned earlier, through the utilization of [Taro](/architecture/bitcoin-lightning-network/taro.md), Zion wallets will eventually be able to store and send [NFTs](/architecture/bitcoin-lightning-network/taro.md#non-fungible-assets), [stablecoins](/architecture/bitcoin-lightning-network/taro.md#assets-stablecoins), and other [assets](/architecture/bitcoin-lightning-network/taro.md#assets-stablecoins).

### Sending Funds

To send funds to another wallet:

1. Click send on the [Lightning](/architecture/bitcoin-lightning-network.md) wallet splash page
2. Use a camera to scan a invoice QR code or manually input the desired invoice address
3. Click send. If the amount requested in the invoice is not available, an error message will appear

<figure><img src="/files/AViyQM5BtEM432gFLOLn" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.zion.fyi/social/zion-app/lightning-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.
