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

# What is IPBLOCK?

IPBLOCK is a platform that lets you register your intellectual property on-chain through a Solana smart contract. This creates a permanent, timestamped proof of ownership that can be used to protect your work.

***

The IPBLOCK dashboard has two main components:

* **Registration** - where you upload your work, select a license, and generate an on-chain certificate along with a PDF file that proves your ownership.

{% hint style="success" %}
For more details about how to register your work, visit the [\[Registration page](/registration/register-your-ip.md)].
{% endhint %}

* **Marketplace** - where you can showcase your registered assets, sell usage licenses, and earn from your creations directly.

{% hint style="success" %}
For more details about buying or selling assets, visit the \[[Marketplace page](/ipblock-marketplace.md)].
{% endhint %}

Together, these tools let you protect, manage, and monetize your intellectual property - all in one place.


---

# 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:

```
GET https://docs.ipblock.org/what-is-ipblock.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.
