> 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/faq.md).

# FAQ

## What is UWU Protocol?

UWU Protocol is a stablecoin protocol built on [Stacks](https://stacks.co) that offers zero-interest loans with no repayment date. Users can deposit STX as collateral and borrow up to 66% of the dollar value of their deposit in the form of UWU Cash (UWU), the fully-backed and unstoppable stablecoin of UWU Protocol.

## How can I use UWU Protocol?

Most commonly, UWU Protocol is accessed via a web interface. Currently, the only available web interface is located at <https://app.uwu.cash>. Additionally, you'll need a [Stacks wallet](https://www.stacks.co/explore/find-a-wallet) containing some STX.

## Is UWU Protocol audited?

At this time, UWU Protocol has not undergone a formal audit. A formal audit is planned in the future to improve the security and transparency of the protocol.

## What is Stacks?

Stacks is a smart contract layer anchored to the Bitcoin blockchain. Stacks allows developers to build decentralized applications with programmable smart contracts, while still leveraging the security and immutability of Bitcoin.

## Why Stacks?

As the most battle-tested blockchain to date, Bitcoin offers unparalleled security that is unmatched by any other blockchain. By building on top of Stacks, UWU Protocol benefits from the proven security of Bitcoin and the flexibility of smart contracts.

## What is STX?

Stacks (STX) is the native cryptocurrency of the Stacks layer. STX is used to pay for transaction fees and execute smart contracts.


---

# 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/faq.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.
