> For the complete documentation index, see [llms.txt](https://resources.vaults.sentora.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.vaults.sentora.com/introduction/introduction.md).

# Introduction

Sentora Smart Yield serve as a discovery and monitoring layer for curated DeFi strategies managed by the Sentora risk and research team. The platform acts as a landing interface where users can explore curated vault strategies, review analytics, and assess risk metrics before interacting with the underlying vault contracts.

The platform aggregates vaults across multiple protocols and chains and categorizes them into two primary types:

1. **Direct Vaults**
2. **Smart Vaults**

These vault categories differ in their strategy design, execution logic, and risk exposure.

<figure><img src="https://758483731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY7A0lBwgsvLsK8QCFXMS%2Fuploads%2FTJ3eAVpfttiwf1dlvZ0J%2Fimage.png?alt=media&amp;token=fc4581fc-f755-428a-9a2f-f95d93e66240" alt=""><figcaption></figcaption></figure>

Rather than depositing directly through the landing page, users browse available vaults and are redirected to the underlying vault UI through the “View Vault” action. This architecture keeps execution isolated within the vault infrastructure while the Sentora interface functions as a strategy discovery and analytics layer.

<figure><img src="https://758483731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY7A0lBwgsvLsK8QCFXMS%2Fuploads%2FO1iSrGyXDfz6jze0c0vm%2Fimage.png?alt=media&amp;token=9182be28-9f5c-47e6-8429-279d64110de5" alt=""><figcaption></figcaption></figure>

Each vault page includes analytics and monitoring tabs that help users evaluate vault performance, risk exposure, and the strategies deployed within the vault. Below is an overview of the available tabs:

#### **General Analytics**

The General Analytics tab provides an overview of the vault’s performance and capital activity. It includes metrics such as total deposited capital, recent APY, historical TVL trends, and historical yield behavior. These charts help users understand how the vault has evolved over time and how yields have behaved under different market conditions.

#### **Vault Risk**

The Vault Risk tab focuses on liquidity and withdrawal risk. This section shows available liquidity within the vault, simulations of how large withdrawals may impact liquidity, and the concentration of deposits across major wallets. These metrics help users evaluate potential exit conditions and assess the vault’s exposure to large capital movements.

#### **Strategies**

The Strategies tab provides visibility into the individual strategies that make up a vault. For Smart Vaults, this section lists the underlying deployments, including the protocol used, the blockchain where the strategy is executed, and the assets involved. This allows users to understand how capital is allocated across different opportunities within the vault.

This tab is only available for Smart Vaults, since Direct Vaults typically deploy capital into a single strategy.

#### **My Activity**

The My Activity tab displays a user's personal interaction with the vault once they connect their wallet. It shows deposits, withdrawals, and other vault related actions associated with that address.

<br>

<br>

<br>

<br>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://resources.vaults.sentora.com/introduction/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
