# Contracts

The Lara Protocol smart contracts underwent a public security audit and got open-sourced right after on the 16th of October 2024.

<figure><img src="/files/RkwZqxGntk1pr6YeFovw" alt=""><figcaption><p>CredShields Audit badge</p></figcaption></figure>

## Repository

The smart contract code is publicly available at the Lara Protocol [liquid-staking repository](https://github.com/Lara-staking/liquid-staking).

### Solidity Docs

To understand the code more deeply, please consult our Specs hosted on [GitHub Pages](https://lara-staking.github.io/liquid-staking/).


---

# Agent Instructions: 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.laraprotocol.com/smart-contracts/contracts.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.
