# ONCHAIN.MONEY Marketplace

The **onchain.money** interface is the universal purchaser for UAS links — the “browser” for schema addresses.

### What It Does

* Loads token context
* Shows a clear summary of the asset
* Provides an all-in final price
* Handles payment selection
* Settles tokens to the user’s wallet
* Abstracts gas and multi-step flows

### Why It Exists

The schema needs a **resolver** — a neutral interface that guarantees:

* Safety
* Predictable UX
* Deterministic execution
* Instant settlement

Everything interoperates: any link → one interface → full on-chain ownership.


---

# 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.onchain.money/getting-started/onchain.money-marketplace.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.
