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

# Risks

As with any decentralized protocol, it is important to be cognizant of potential risks as a user. SPICE is implemented as a set of smart contracts on the Ethereum blockchain. While the code has been thoroughly tested and peer-reviewed by top engineers in the Ethereum ecosystem, no codebase is perfect. Here are some of the risk categories of the SPICE protocol:

* Smart Contract Risk
* Execution Risk

All processes have been thoroughly tested and are designed to mitigate all the risk vectors above. That said, we prefer to be fully transparent about potential risks to ensure users are fully informed when using SPICE.


---

# 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.spicefi.xyz/info/risks.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.
