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

# Core Values

* Decentralized security guarantee: relying on blockchain technology to achieve complete decentralized operation, perform all financial operations on the chain, effectively avoid the failure of traditional financial center nodes, human operation error and single point attack risk, and ensure the safe storage and circulation of users' wealth.
* Efficient asset transfer system: DLC core value carrier deeply combines, optimizes the asset transfer path, with the help of DeFi 4.0 automation technology, realize the transfer of assets immediately and efficiently, and improve the efficiency of capital use.
* Cross-chain and privacy protection capability: Build cross-chain financial infrastructure, break the asset circulation barriers between different blockchain networks, and meet the needs of users for multi-chain asset management; at the same time, the advanced privacy protection technology is adopted to ensure the privacy security of users' transaction information and asset data and avoid information leakage.
* Liquidity optimization service: Through the innovative liquidity management mechanism, integrate the global financial market resources, provide sufficient liquidity support for users and institutions, solve the problems such as transaction difficulties and slow asset realization caused by insufficient liquidity in the traditional financial market, and improve the overall operation efficiency of the financial market.


---

# 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://dealin-1.gitbook.io/dealin/dealin-mission/core-values.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.
