> For the complete documentation index, see [llms.txt](https://docs.ln.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ln.exchange/p2p-and-spot.md).

# P2P & Spot

### ⚡️Peer-to-Peer (P2P) Marketplace

LN Exchange provides a peer-to-peer marketplace where users can directly trade with each other, eliminating the need for intermediaries and allowing for fast and efficient transactions. Whether you're buying, selling, or exchanging assets, our platform ensures a seamless experience with instant settlements. The P2P Marketplace currently sits on [Lnfi Network](https://www.lnfi.network) and will be migrated to LN Exchange at a later stage.

### ⚡️Spot Orderbook

With LN Exchange, users can access spot orderbook functionalities, providing flexibility and diversity in trading strategies.&#x20;

<figure><img src="/files/3K8NUWvlz81XVoFc1YQF" alt=""><figcaption></figcaption></figure>

While both the P2P Marketplace and Spot Orderbook are aimed at trading spots, their differences are set out below:

| Type                                | P2P Marketplace                                                                                         | Spot Orderbook                |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------- | ----------------------------- |
| Mechanism                           | Peer-to-peer                                                                                            | Orderbook                     |
| Listing                             | Permissionless (future)                                                                                 | Permissioned                  |
| Expected liquidity of trading pairs | Low                                                                                                     | High                          |
| Types of assets                     | <p>Fungible assets</p><p>Non-fungible assets (NFTs/Collectibles)<br>(to be supported in the future)</p> | Fungible (Tokens) assets only |

With our innovative platform, you can trade with confidence, knowing that you have access to cutting-edge technology, high-performance trading, and the support of a dedicated team.


---

# 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.ln.exchange/p2p-and-spot.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.
