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

# Scorecard

This scorecard section provides transparency into the current state of UWU Protocol and how it's evolving to become a fully decentralized, governance-free, and unstoppable stablecoin protocol.

## Current Achievements

* [x] UWU Protocol is governance-free and unstoppable
* [x] UWU is collateralized by decentralized assets
* [x] All core parameters (excl. oracle proxy) are frozen
* [x] Deposited funds are only accessible by depositors and liquidators
* [x] Nobody (incl. core contributors) can shutdown the protocol
* [x] All protocol modules operate autonomously
* [x] Nobody (incl. core contributors) can freeze assets
* [x] Keepers built by core contributors are open-source

## Areas for Improvement

* [ ] Oracle parameter is frozen and unchangeable
* [ ] UWU Protocol uses a decentralized oracle provider
* [ ] UWU Protocol has undergone a formal audit
* [ ] UWU Protocol is accessible from multiple independent frontends
* [ ] A system for capturing protocol fees is launched
* [ ] Frontends built by core contributors are open-source


---

# 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.uwu.cash/resources/scorecard.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.
