# Security Measures

#### Smart Contracts&#x20;

<table><thead><tr><th width="158">Title</th><th width="116">Problem</th><th>Solution</th></tr></thead><tbody><tr><td>Stable rate deprecation</td><td><a href="https://snapshot.org/#/aave.eth/proposal/0xb58ef33b4b7f4c35b7a6834b24f11b282d713b5e9f527f29d782aef04886c189">Link</a></td><td>Set 'stableBorrowRateEnabled' to False for all assets when deploying. Initially, this configuration only allows users to borrow using the variable rate mode. Users cannot switch to stable rate mode due to a validation check in the 'validateSwapRateMode()' function. This setup ensures that borrowing is restricted to the variable model at the outset.</td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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.sakefinance.com/sake-finance/resources/security-measures.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.
