# Lightning Wallet

Zion Social utilizes Bitcoin Lightning Wallets for all transaction on the application. To interact with others on Zion social you must have funds in your wallet. &#x20;

For more information on how to fund your wallet navigate to [Funding Zion Wallet](/zion/funding-zion-wallet.md).

### Sending Funds

To request funds follow the instructions below:

* Navigate to your Lightning Wallet page and click "Send"
* Enter the Lighting invoice address or scan the invoice QR code
* Click "Send"

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

## Receive Funds

To add receive to a [Zion Lightning wallet](https://docs.zion.fyi/social/zion-app/lightning-wallet):

1. Navigate to your Lightning Wallet page and click "Request"
2. Input the amount of SATS you would like to add and click "Continue"
3. Copy the generated Lightning Invoice and pay it with your favorite Lightning wallet or [Lightning supported exchange](https://github.com/theDavidCoen/LightningExchanges)
   * Examples: [Cash App](< https://cash.app/app/VQDSBQP>) & [River](https://river.com/signup?r=XHOYBCSI)&#x20;

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

### View Transactions

* Navigate to your Lightning Wallet page
* Below "Send"/"Request" is a list of your wallet transactions from newest to oldest

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


---

# 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://guide.zion.fyi/zion-account/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.
