# Product design

- [LeapX](https://docs.openstamp.io/product-design/leapx.md): Support for assets on the BTC mainnet to swiftly transition into RGB++, BTC L2 and other protocol & network assets.
- [FairPool(SRC-20)](https://docs.openstamp.io/product-design/fairpool-src-20.md): FairPool is a new mint model for SRC20 tokens proposed by OpenStamp.
- [SRC20 Marketplace](https://docs.openstamp.io/product-design/src20-marketplace.md): OpenStamp's SRC20 marketplace design philosophy
- [Small UTXO](https://docs.openstamp.io/product-design/small-utxo.md): Everything you need to know about small UTXO
- [Order Status](https://docs.openstamp.io/product-design/order-status.md): SRC20 Marketplace Order Status Explanation
- [OS Loyalty Points](https://docs.openstamp.io/product-design/os-loyalty-points.md): OS Loyalty Points represent the level of support a user has for OpenStamp.
- [Order Limit](https://docs.openstamp.io/product-design/order-limit.md): Related order limit explanation
- [XCP FairMinter](https://docs.openstamp.io/product-design/xcp-fairminter.md)


---

# 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.openstamp.io/product-design.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.
