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

# Explaining $DOB

`$DOB` is the native governance utility token of the platform. Along with allowing users to participate in community governance via proportional voting rights, the `$DOB` token can be locked back onto the protocol for a whole new world of earning opportunities.

### How do I earn $DOB?

`$DOB` is earned continuously once a [DeOrder has been placed](/deorders/placing-a-deorder.md). Rewards will continue to accumulate until the DeOrder has reached its expiry date.\
\
Users should make sure to check back onto the protocol often to manually claim their rewards.

### What can I do with $DOB?

`$DOB` allows users to participate in a decentralized community known as the DAO (Decentralized Autonomous Organization). Decisions concerning the protocol and its future will all be made with the team and the DAO in full collaboration, in the spirit of true decentralization.

In addition to making users a vital part of the community, `$DOB` can further boost earnings:

* `$DOB` can be sold on DEXs like Uniswap via liquidity pools
* `$DOB` can be [locked onto](/usddob/locking-usddob.md) the DeOrderBook platform for further rewards for users holding [Gerege NFTs](/gerege-nft-program/dual-tier-nfts-silver-and-gold.md)

\\


---

# 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.deorderbook.com/usddob/explaining-usddob.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.
