# Introduction

Investing in any asset or strategy comes with risks, both in TradiFi and in DeFi. In this section, we analyze and classify different sources of risk that may impact funds allocated in our vault.&#x20;

Currently, funds invested in our protocol have exposure to at least 3 different protocols: Pods Vault, Lido, and Ethereum Mainnet.&#x20;

Each exposure has different probabilities of an event happening; if they do occur, they will impact the vault with different intensities.&#x20;

The following sections will explain how we analyze each exposure, attribute the likelihood of events, and score the impacts of potential events.

{% hint style="info" %} <mark style="color:blue;">Please note that this is a</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**preliminary risk assessment,**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">and it can change over time as we may learn new information about each protocol.</mark>
{% endhint %}

{% hint style="warning" %} <mark style="color:orange;">This section is</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**under development**</mark><mark style="color:orange;">. Contact us on Discord if you want to discuss our risk analysis model in depth.</mark>
{% endhint %}


---

# 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.pods.finance/risks/introduction.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.
