> For the complete documentation index, see [llms.txt](https://docs.sms4sats.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sms4sats.com/getting-started/wallets.md).

# Wallets & Payments

sms4sats invoices are standard Lightning Network invoices (BOLT11). Any Lightning-compatible wallet can be used to pay them.

### Lightning Wallets

{% embed url="<https://lightsats.com/guide/wallets>" %}
Lightsats Wallet Guide
{% endembed %}

{% embed url="<https://darth-coin.github.io/wallets/lightning-wallets-comparison-en.html>" %}
Lightning Wallet Comparison
{% endembed %}

### Swap Other Cryptocurrencies to Lightning BTC

If you hold USDT, LTC, ETH, or other assets, you can swap them to Bitcoin on Lightning Network to pay invoices:

{% embed url="<https://fixedfloat.com/ETH/BTCLN?ref=pmdxabka>" %}
FixedFloat — Swap to Lightning BTC
{% endembed %}

{% hint style="info" %}
Swaps typically complete in a few minutes. Make sure the output amount covers the invoice value before initiating a swap.
{% endhint %}


---

# 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.sms4sats.com/getting-started/wallets.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.
