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

# D place

D place is a stall for knowledge, paid in NIM. It runs as a [Nimiq Pay](https://nimpay.app) Mini App and, in a desktop browser, through [Nimiq Hub](https://hub.nimiq.com).

You list a course, guide, or template. A buyer pays the listed NIM from their wallet. The file unlocks in the browser and stays in their library. You can also fund a bounty: the prize must sit in escrow before the job is public. You choose how many winners to pay.

## Two doors

| Door                      | Who it is for       | How you sign in                                |
| ------------------------- | ------------------- | ---------------------------------------------- |
| Open app in a browser     | Desktop, Hub wallet | Connect with Hub, then sign a login message    |
| Mini App inside Nimiq Pay | Phone wallet        | Pay injects the account. There is no Hub popup |

Nimiq Pay should open the stall host (`https://app.deplace.space`), not the public landing page.

## Public pages vs the stall

| URL                 | What it is                                  |
| ------------------- | ------------------------------------------- |
| `/`                 | Landing. What D place is, then Open app     |
| `/open`             | Short intro after Open app. Skip is allowed |
| `/docs`             | Pointer to this GitBook                     |
| `/support`          | How to reach us                             |
| `app.deplace.space` | Shop. The Mini App root                     |
| `/learn`            | Listings only                               |
| `/bounties`         | Funded jobs                                 |
| `/create`           | New listing or bounty                       |
| `/library`          | What you unlocked                           |
| `/saved`            | Bookmarks                                   |
| `/me`               | Username, sign out                          |

## NIM

$NIM is the native currency of nimiq. Prices on the stall are shown in NIM.

Confirmed transactions are checked against a public Albatross RPC (default `https://rpc.nimiqwatch.com`). A receipt on a listing links to [nimiq.watch](https://nimiq.watch) when the hash is a real chain transaction.

## Read next

1. [Getting started](/getting-started.md)
2. [Buying](/buying.md) or [Publishing](/publishing.md)
3. [Bounties](/bounties.md) if you are funding or taking a job
4. [Operators](/operators.md) if you are putting D place on a domain


---

# 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.deplace.space/readme.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.
