> For the complete documentation index, see [llms.txt](https://finchain.gitbook.io/finchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://finchain.gitbook.io/finchain-docs/en/fusd/risks/smart-contract-risks.md).

# Smart Contract Risks

Smart contracts, by their very nature, are a novel financial settlement technology and may be vulnerable to hacking and exploitation. Despite these risks, the FUSD smart contract is developed based on proven and widely adopted mature code standards.

In addition to maintaining sound smart contract development and security practices, the FUSD smart contract has undergone formal audits by ***CertiK*** and ***Beosin*** to identify potential security vulnerabilities.

While we have made every effort to ensure that the FUSD smart contract meets the highest security standards upon deployment, we cannot guarantee that new attack methods will not emerge as smart contract technology continues to evolve. Therefore, the FinChain team will strive to follow the latest security practices and closely monitor for new security vulnerabilities. The following is the FUSD token smart contract audit report:

#### Smart Contract Audit Report from CertiK：

{% embed url="<https://docsend.com/view/f3ttrxv8aktd8p75>" %}

#### Smart Contract Audit Report from Beosin：

{% embed url="<https://docsend.com/view/tjm7krddn9dic6dz>" %}


---

# 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://finchain.gitbook.io/finchain-docs/en/fusd/risks/smart-contract-risks.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.
