> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agi3.ae/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> How lending, borrowing, and risk work on AGI3: the parameters that govern your positions, how yield and liquidation are calculated, and step-by-step guides for the platform.

## Quickstart

<Card title="Quickstart" icon="route" href="/quickstart">
  A screen-by-screen tour of the platform: the six areas of the app, then the lending, borrowing, and swap flows, each taken as far as the final review step.
</Card>

## Platform basics

<CardGroup cols={2}>
  <Card title="How AGI3 works" icon="compass" href="/platform-basics/how-agi3-works">
    A short tour of the platform: entities, portfolios, and the three things you can do with your assets.
  </Card>

  <Card title="Verification and access" icon="badge-check" href="/platform-basics/verification-and-access">
    The gates your account passes through before portfolio data and positions become available, and what each status means.
  </Card>
</CardGroup>

## How to

<CardGroup cols={2}>
  <Card title="Connect a portfolio" icon="wallet" href="/how-to/connect-a-portfolio">
    Creating a portfolio, binding a wallet to it, and what the signature you are asked for does.
  </Card>

  <Card title="Supply assets to earn yield" icon="arrow-trend-up" href="/how-to/supply-assets">
    Choosing a market, supplying, and withdrawing, including why a withdrawal can be capped.
  </Card>

  <Card title="Borrow against collateral" icon="scale-balanced" href="/how-to/borrow-against-collateral">
    Opening a borrow position, reading the projection before you confirm, and managing the position afterward.
  </Card>

  <Card title="How transactions are signed" icon="signature" href="/how-to/how-transactions-are-signed">
    The authorization model behind every action: what AGI3 signs, what your wallet signs, and what each transaction status means.
  </Card>
</CardGroup>

## Earning yield

<CardGroup cols={2}>
  <Card title="How yield is calculated" icon="percent" href="/earning-yield/how-yield-is-calculated">
    Where the rate on a supply market comes from, the legs that make it up, and why a displayed rate is not a promise.
  </Card>

  <Card title="Net APY" icon="chart-line" href="/earning-yield/net-apy">
    How the platform combines what you earn and what you pay into one rate, and why leverage makes that number move so sharply.
  </Card>
</CardGroup>

## Borrowing

<CardGroup cols={2}>
  <Card title="Borrowing basics" icon="coins" href="/borrowing/borrowing-basics">
    What a borrow position is, how much you can draw, and the four actions available on an open position.
  </Card>

  <Card title="The looping strategy" icon="rotate" href="/borrowing/looping">
    What looping is, how it is built manually from supply, borrow, and swap, and the specific ways it fails.
  </Card>
</CardGroup>

## Risk

<CardGroup cols={2}>
  <Card title="Risk parameters" icon="sliders" href="/risk/risk-parameters">
    The per-market parameters that decide how much you can borrow, when you are liquidated, and how much room sits between the two.
  </Card>

  <Card title="Health factor" icon="gauge" href="/risk/health-factor">
    What the health factor on each position means, exactly how it is calculated, and the values at which the platform warns you.
  </Card>

  <Card title="How liquidation works" icon="triangle-exclamation" href="/risk/liquidation">
    What triggers a liquidation, how the liquidation price is calculated, what it costs you, and how to avoid one.
  </Card>

  <Card title="Portfolio health score" icon="heart-pulse" href="/risk/portfolio-health-score">
    The single 0–100 score on your dashboard: what goes into it, how the five components are weighted, and what it does not capture.
  </Card>
</CardGroup>

## Reference

<Card title="Glossary" icon="book" href="/reference/glossary">
  Terms used across the platform and these docs, with the specific meaning they carry on AGI3.
</Card>
