> For the complete documentation index, see [llms.txt](https://praxxas.gitbook.io/killswitch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://praxxas.gitbook.io/killswitch/f.a.q/smart-contracts.md).

# Smart Contracts

## Are the smart contracts audited? <a href="#bkmrk-page-title" id="bkmrk-page-title"></a>

The smart contracts are indeed audited, by Certik.  We will however be undergoing at a minimum 2 additional audits prior to releasing the source and audit reports as a precaution for ensuring the security.  If anything is discovered in the following audits, we will determine a process for migration to the new contracts which very well may not be able to be automated, given the authority and security concerns currently implemented.

## Where can I view the smart contracts source code? <a href="#bkmrk-page-title" id="bkmrk-page-title"></a>

The smart contracts are closed source for the time being.  The ABI's are made available here in the docs.

They aren't closed source for no reason.  With a single audit and it being new code (not forked), the risk of an exploit is inherently higher than normal.

With that, we're happy to explain the reason a function exists and it's uses, we just won't share the code.  The code *will* be shared with the auditors however, to perform their review of which we will release, redacting any actual code until the audit results are ironclad.

## Can I integrate KillSwitch contracts into mine?

If you are a developer looking to integrate with KillSwitch's contracts, reach out to us.  We will assist in the integration as a means of preventing the exposure of code, prior to the additional audits being performed.


---

# 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://praxxas.gitbook.io/killswitch/f.a.q/smart-contracts.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.
