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

# Basics

## What are pegged value crypto assets?

Pegged value crypto assets are tokens that have their value pegged to an underlying asset by some means. The most common type of pegged value crypto asset is stable coin, of which the value is supposed to be $1.

Different pegged value crypto assets fix this value using different mechanisms. Some maintain their peg synthetically, like sUSD, other by being backed by the the actual underlying asset, like USDT.

These different approaches and the associated risks are why the prices of pegged value crypto assets of the same type can vary slightly.

## What is tokenized bitcoin?

Tokenized bitcoin is another frequently used pegged value crypto assets. The underlying assets, BTC, is kept in some ways and then a certain party will mint or issue a token on other blockchains that has the same value as regular BTC but can be used to the full capability of a token. Some examples of tokenized bitcoin include WBTC, HBTC, tBTC, renBTC, sBTC and so forth.


---

# 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:

```
GET https://docs.decux.io/basics/basics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
