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