# Welcome

## Widget Documentation

[LNSwap.org](https://lnswap.org) offers a drop-in javascript widget that any Stacks App can use to accept Lightning payments instantly.

Ready to ride the lightning? Jump into the quick start docs and make your first request:

{% content-ref url="widget-quick-start" %}
[widget-quick-start](https://docs.lnswap.org/widget-quick-start)
{% endcontent-ref %}

Read through our straight-forward documentation on how to integrate LNSwap API.

## Swap Provider's Guide

Ready to run your own [lnstxbridge-client](https://github.com/pseudozach/lnstxbridge-client) instance, join the lnswap.org aggregator and earn fees for facilitating swaps between Bitcoin and Stacks? Jump into the guide to be a part of the global swap providers network:&#x20;

{% content-ref url="swap-providers-guide" %}
[swap-providers-guide](https://docs.lnswap.org/swap-providers-guide)
{% endcontent-ref %}

## Bridge Runner's Guide

This section is for you if you don't want to join the aggregator or would rather deploy your own independent instance of [lnstxbridge](https://github.com/pseudozach/lnstxbridge). This open-source app is available for anyone to deploy on a VPS or any docker capable platform to independently serve trustless swaps.

Ready to deploy your own lnstxbridge instance? Jump into the guide to run your own instance:

{% content-ref url="bridge-runners-guide" %}
[bridge-runners-guide](https://docs.lnswap.org/bridge-runners-guide)
{% endcontent-ref %}


---

# 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.lnswap.org/welcome.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.
