# Mainnet

### Glossary

<table><thead><tr><th width="237.48528969282935">Description</th><th width="488.4285714285714">Address</th></tr></thead><tbody><tr><td>Lending market</td><td>Pubkey of the Authority over all the reserves </td></tr><tr><td>Vault</td><td>Where all the underlying tokens are held (= TVL)</td></tr><tr><td>pythProgramID</td><td>Pyth's Oracle program ID</td></tr><tr><td>switchboardProgramID</td><td>Switchboard's Oracle program ID</td></tr></tbody></table>

### Token X

<table><thead><tr><th width="254.0993910396336">Description</th><th width="488.4285714285714">Address</th></tr></thead><tbody><tr><td>Reserve</td><td>Account address of the Reserve</td></tr><tr><td>CollateralMintAddress</td><td>Token address of the cTokens</td></tr><tr><td>CollateralSupplyAddress</td><td>Where cTokens are held/escrowed to be borrowed against</td></tr><tr><td>LiquidityAddress</td><td>Where the Tokens are held </td></tr><tr><td>LiquidityFeeReceiver Address</td><td>Where we collect fees generated from borrowing</td></tr></tbody></table>


---

# 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.save.finance/architecture/addresses/mainnet.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.
