> For the complete documentation index, see [llms.txt](https://docs.zion.fyi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zion.fyi/social/zion-app/lightning-wallet.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.zion.fyi/social/zion-app/lightning-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
