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

# Introduction

Bustad coin is a new type of token whose value is backed by tangible real-world assets. Bustad coin does not fit neatly into the category of stablecoins or volatile cryptocurrencies, as it occupies a unique position somewhere in between these two types of digital assets. That's why we've introduced a new term to describe Bustad coin: "valuecoin". We believe that this term better communicates the unique and innovative nature of Bustad coin.

### A better solution for homeowners

Bustad is a blockchain-based system that enables users to unlock up to 20% of the value of their homes. By selling a fraction of their homes, they can reduce their debt and monthly payments. Even more important now that inflation is on the rise and interest rates are higher.

This comes with no practical implications for the homeowner as Bustad won't charge any rent, and the owner will keep the full living and collateral rights. The owner can at any time buy back the share from Bustad.


---

# 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://bustad.gitbook.io/bustad/introduction.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.
