> For the complete documentation index, see [llms.txt](https://inferra.gitbook.io/inferra-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inferra.gitbook.io/inferra-docs/reference/on-chain-addresses.md).

# On-chain addresses

Everything on Inferra that touches money is on Solana and public. These are the addresses to check.

### Token and settlement

<table data-search="false"><thead><tr><th>What</th><th>Address</th></tr></thead><tbody><tr><td>$INFERRA</td><td><code>9ufM9TJd1UEmi9awnGfxCkCHAgQ3JZ5Sw6YxeSeEASY</code></td></tr><tr><td>USDC (marketplace settlement)</td><td><code>EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v</code></td></tr></tbody></table>

$INFERRA is a fixed-supply token with its mint authority revoked, so supply can never grow. Rentals on the marketplace settle in USDC.

### Escrow program

<table data-search="false"><thead><tr><th>What</th><th>Address</th></tr></thead><tbody><tr><td>Escrow program</td><td><code>85BFwPsoQEnnyXFszbSSFTN7wGCRWhYNPwHLFFjdxDeK</code></td></tr></tbody></table>

This is the program that holds a buyer's payment until a machine is delivered, pays the provider, and refunds the buyer on a dispute. See [The escrow program](/inferra-docs/inferra-cloud/the-escrow-program.md).

### Explorer

Any address or transaction can be checked on Solana Explorer:

{% code collapsedlinecount="10" %}

```
https://explorer.solana.com/address/<address>
https://explorer.solana.com/tx/<signature>
```

{% endcode %}

The live $INFERRA price is available on public market data for the token above.


---

# 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://inferra.gitbook.io/inferra-docs/reference/on-chain-addresses.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.
