> For the complete documentation index, see [llms.txt](https://0fx-protocol-1.gitbook.io/inner-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0fx-protocol-1.gitbook.io/inner-docs/security-model/smart-contract-audits.md).

# Smart contract audits

## Security

Security is the cornerstone of Inner’s design and operation. We build exclusively on smart contracts that have passed stringent security audits by recognized industry leaders.

### Smart Contract Audits

* **Comprehensive Reviews**: Every smart contract integrated into Inner’s system undergoes extensive audits by top independent blockchain security firms. These audits cover logic correctness, economic safety, and potential vulnerabilities.
* **Continuous Monitoring**: Beyond initial audits, contracts are subject to ongoing scrutiny, with bug bounty programs and real-time monitoring to detect and mitigate emerging threats.
* **Transparency**: Audit reports and security assessments are publicly available or accessible to trusted partners, ensuring full transparency on the safety of the protocols we use.
* **Immutable Execution**: Smart contracts are immutable once deployed, preventing unauthorized changes and ensuring the integrity of all swap and liquidity operations.

### Operational Security

* Inner operates as a non-custodial interface; no user funds are held or controlled by Inner at any point.
* All transaction execution and signature approval happen directly on-chain through users’ wallets, preserving user sovereignty and minimizing attack vectors.

### User Responsibility

While smart contracts are audited and secure, users should maintain standard security hygiene, such as using trusted wallets, verifying transaction details, and protecting private keys.


---

# 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://0fx-protocol-1.gitbook.io/inner-docs/security-model/smart-contract-audits.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.
