# Adverse Events

While Solana is stabilizing, it can still hit a rocky road. While these are growing pains, we are not oblivious to them, and are building with them in mind.

We are adding resilience from such events in a couple of ways.

#### Off-chain Infrastructure

marginfi keeper bots are ran in a highly available cluster that can be scaled and replicated on demand.  With this setup we can easily react to events like:

* Spikes in market volatility
* Low TPS
* RPC nodes failures

Additionally we are going to be running our own RPC nodes to ensure there is always unrestricted and on demand connection with out protocol.

#### Risk Management

Responsible margin requirements give the protocol precious time to [safely react](/marginfi/protocol/operations.md#deposits) in adverse situations.


---

# 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://marginfi.gitbook.io/marginfi/protocol/operations/adverse-events.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.
