> For the complete documentation index, see [llms.txt](https://docs.kiln.fi/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiln.fi/v1/kiln-products/defi/security/audits-and-bug-bounty.md).

# Audits & Bug Bounty

Kiln aims to provide a secured and enhanced experience of DeFi through the Kiln DeFi smart contracts.

Kiln DeFi products have been audited multiple time by various security firms and are under exhaustive monitoring and security practices to limit security risks as much as possible. &#x20;

## Kiln DeFi

### Audits

| Security firm                         | Audit link                                                                                                        | Date          |
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------- |
| [Quantstamp](https://quantstamp.com/) | [Audit Report](https://security.kiln.fi/resources?s=6svw058pts64cc651z3kml\&name=audit-kiln-de-fi-v-1-quantstamp) | February 2024 |
| [Spearbit](https://spearbit.com/)     | [Audit Report](https://security.kiln.fi/resources?s=9085cpse3eribb5p0khnp\&name=audit-kiln-de-fi-v-1-spearbit)    | March 2024    |

### Bug Bounty

* [Cantina](https://cantina.xyz/bounties/c9a4b51b-2e80-4713-a06f-13524c530fa6)
* [Immunefi](https://immunefi.com/bug-bounty/kiln-defi/information/)

A $500,000 max bounty program is live since September 9th 2024. All bug reports must come with a working PoC impacting asset listed in the "Assets in Scope" section of the program which only addresses smart contracts.

For any findings you can also directly contact <security@kiln.fi>.


---

# 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://docs.kiln.fi/v1/kiln-products/defi/security/audits-and-bug-bounty.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.
