# 🛰️ 10.2 AI‑Driven Monitoring and BSK Protection

To protect users from malicious bots, front‑running and manipulation, <mark style="color:$primary;">EOSI Finance</mark> implements:

* **AI Risk Management:** AI monitors each trade in real time. If a strategy deviates significantly from its expected risk profile or market conditions change abruptly, the AI may block or inform the user to adjust trades. It depends on the user whether to adjust trades or not.
* **Bot Snipper Killer (BSK):** BSK is a proprietary mechanism developed to thwart front‑running bots. It combines public‑private smart contracts to hide transaction details until execution and uses randomised timing to prevent sandwich attacks.
* **Multi‑Layered Security:** data encryption, multi‑sig wallets, hardware security modules (HSMs) and regular security audits protect user funds and ensure smart contracts remain tamper‑proof.
* **Transparent Logs:** every decision by the AI and every executed trade is recorded on‑chain, creating an immutable audit trail.

Users may face smart‑contract bugs, market volatility, liquidity shortages or oracle failures. Participants must perform their own due diligence and must remember that no amount of prevention/protection can FULLY eliminate all risks.


---

# 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://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/10-quality-assurance-and-risk-management/10.2-ai-driven-monitoring-and-bsk-protection.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.
