> For the complete documentation index, see [llms.txt](https://docs.gage.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gage.cash/start-here/before-your-first-deal.md).

# Before your first deal

The app shows this once, before your first connection completes. It is worth reading twice.

{% hint style="warning" %}
**1. If you miss the grace window, the lender keeps your collateral.**

Expiry is a date and a time. After it there is a grace window in which only you can reclaim. When grace ends, the lender may claim. Set reminders when you list.
{% endhint %}

{% hint style="warning" %}
**2. Lenders may end up holding the collateral, and memes can go to zero.**

A lender is paid the cap only if the borrower reclaims. If the borrower walks away, the lender holds the collateral at whatever it is worth then.
{% endhint %}

{% hint style="warning" %}
**3. sGAGE rewards are estimates at pool price.**

Every reward figure is an estimate at the current pool price of sGAGE in GAGE. The pool price moves. Rewards arrive locked and drip out over the deal.
{% endhint %}

## Also worth knowing

* A listing is not a loan until it is funded.
* The fixed cost is always shown as an amount and a percentage for the term. Never annualised on its own, never "0% fee".
* Values in the interface come from a valuation service and say where they came from. The contracts never read a price.
* A Stock Token can be paused around a corporate action. Deals keep advancing; withdrawals of that token wait.
* Nothing on gage is financial advice.

The full [Risk disclosure](/reference/risk-disclosure.md) and [Terms](/reference/terms.md) are in the Reference section.


---

# 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.gage.cash/start-here/before-your-first-deal.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.
