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

# Shadows Network Docs

![](/files/-MSMWILZRXDO_6FtRwoX)

## What is Shadows?

Shadows is a decentralized synthetic asset issuance protocol built on Substrate. The value of these synthetic assets is underpinned by DOWS, and as long as DOWS is locked in a smart contract, synthetic assets can be issued.

Unique debt pool design mechanism. Trading of synthetic assets is essentially a transfer between debts. Smart contracts automatically execute the conversion of a synthetic asset to another synthetic asset without an order book, without counterparties, and without the problems of liquidity and trading slippage.

## Why do you need Shadows？

Since there will always be people who are unable or unwilling to hold the initial assets, synthetic assets can fulfill our more diversified needs.

or users with hedging needs, they need stablecoins (which are synthetic assets) on the blockchain for liquidity rather than dollars;

synthetic assets often have more financial attributes than original assets.

For example, your cannot earn interest by holding BTC, but you can obtain continuous income by holding xBTC anchored to BTC.

## Powering the Shadows

### Trading Bonus

When someone trades synthetic assets in the Shadows Network, transaction fees are generated, which is distributed to DOWS holders.

### Synthetic Asset Reward

Users can pledge DOWS into smart contracts to cast synthetic assets, and the corresponding rewards can be obtained if the collateral rate reaches 800%.

### Staking

Users who hold DOWS can use it as collateral to cast synthetic assets and receive staking rewards.

### Governance

DOWS token holders have the right to vote on system governance, such as adding new features, upgrading and fixing protocols, etc.


---

# 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://shadows-blockchain.gitbook.io/shadows/master.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.
