> For the complete documentation index, see [llms.txt](https://docs.gratitudetoken.world/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gratitudetoken.world/whitepaper/our-solutions/technology/the-biip-standard.md).

# The BiiP standard

BiiP is based on what we camm DUMM.

### Decentralized 👤**User Management Model**

<figure><img src="/files/W8tTMFFFyynWrIDfzJd0" alt=""><figcaption><p>D.U.M.M. - Decentralized User Management Model</p></figcaption></figure>

Technically speaking, BiiP is a decentralized API & GUI defined by:

1. A decentralized, fast, feeless, Non-PoW blockchain using the account username or crypto address as a unique user identifier.
2. An encrypted, decentralized, identity storage system managed through account association. This means that as a human, I can create a blockchain-based unique username allowing me to store, modify and govern my personal information on the blockchain (info like name, sex, age, email, IM IDs, mobile numbers, current address, personal documents, funds and other settings).
3. A way for a keeper of information, meaning websites or apps that implement BiiP, to request information or transaction delegation, thus having access to user management and an advanced payment system.
4. The solution must allow anyone to implement its custom BiiP API on any website/app, allowing humans to easily register or log in by authenticating with their smartphone or secret key.
5. The ability for all account owners to govern 3rd party access to their personal information and to their funds.
6. The ability for all account owners to authorize 3rd parties (websites and apps) to execute small or custom transactions on their behalf (obeying owner-configured rules).
7. Protection against public exposure for any personal info unauthorized by the owner (except public info like username, name, avatar and transactions).
8. A solution for browsers/apps to remember users that registered or logged in.
9. A [SHIELD](/whitepaper/our-solutions/shield.md) type platform where members can vote or vet on raised issues and proposals/polls in the interest of transparency, for the project's mission and objectives.


---

# 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.gratitudetoken.world/whitepaper/our-solutions/technology/the-biip-standard.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.
