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

# Introduction

<figure><img src="/files/nW59INcrWVu1MKBAnEM4" alt=""><figcaption></figcaption></figure>

**What is VULTR Protocol?**\
\
**VULTR Protocol** is a **Solana-based liquidation vault** designed to give users simple, non-custodial exposure to liquidation-driven yield.

Users deposit **USDC** into the vault and receive **vault share tokens** (often referred to as *sVLTR*) that represent their pro-rata claim on the vault. As the vault earns liquidation profit, the **value per share increases** over time.

**Tagline:** *Circle. Wait. Feast.*

***

### What VULTR Includes

VULTR is an end-to-end system, not a single contract:

#### 1) On-chain Programs (Solana / Anchor)

* Vault deposit and withdrawal flows
* Share minting and burning mechanics
* Profit accounting and share value growth
* Bot-only capital management functions (borrow/repay/writeoff)
* VLTR staking and permissionless reward claiming

#### 2) Liquidation Bot

* Continuously scans for liquidatable positions
* Enforces safety guardrails (oracle freshness checks, slippage controls, circuit breakers, idempotency)
* Executes liquidations and returns profits to the vault

#### 3) Frontend App

* Wallet connection and vault actions
* Portfolio and position display
* Yield/leaderboard visibility
* Transaction history and protocol activity

#### 4) Data + Operations Layer

* Database tables for users, transactions, snapshots, liquidations, and leaderboards
* Scheduled jobs to compute protocol/user snapshots
* Edge functions for authentication and supporting app flows

***

### Where to Access VULTR

* **Website:** vultrprotocol.com
* **App:** app.vultrprotocol.com


---

# 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://docs.vultrprotocol.com/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.
