# Ownable

{% hint style="info" %}
If you're viewing this on GitHub, you can view a GitBook version of this document [here](https://docs.ownable.xyz).
{% endhint %}

A decentralized, zero-fee marketplace that respects royalties.

## Project Goals

* No marketplace fee, ever
* Runs on your local computer, so there is no central authority seeking rent
* Fast indexing of contracts, accounts, and tokens over time
* Optionally synchronizes index data across other running instances
* Executes off-chain trades that follow EIP-2981 (NFT Royalty Standard)
* Executes on-chain trades that enforce royalties through EIP-2981
* Provides related features for working with tokens (archive, rarity, messaging, publishing, royalty adherence, etc.)


---

# 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.ownable.xyz/readme.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.
