> For the complete documentation index, see [llms.txt](https://delpho.gitbook.io/delpho-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delpho.gitbook.io/delpho-docs/for-developers/events-and-indexing.md).

# Events and indexing

\[PENDING: V1.1. Full event signatures and indexing patterns to be published at V1.1.]

## Planned events

| Event               | Trigger                                                                    |
| ------------------- | -------------------------------------------------------------------------- |
| `Mint`              | A user mints USDV against collateral.                                      |
| `Repay`             | A user repays USDV against their debt position.                            |
| `Liquidation`       | A position crossing the liquidation threshold is absorbed by the treasury. |
| `Stake`             | A user stakes USDV into sUSDV.                                             |
| `Unstake`           | A user unstakes sUSDV back to USDV.                                        |
| `Redemption`        | USDV is redeemed through the redemption ladder.                            |
| `ParameterChange`   | A protocol parameter is updated through governance.                        |
| `Pause` / `Unpause` | A pause function is triggered or released.                                 |

## Indexing recommendations

\[PENDING: recommended indexer schemas and example queries when V1.1 ships.]

For real-time monitoring at launch, the dashboards listed in [Live transparency and dashboards (Pending)](broken://pages/oIwxBJ030zu7hxPmXmP7) provide aggregated state without requiring custom indexing.
