# Addresses

The Inception Protocol is implemented via Inception Vault — a vault based on the[ EIP-4626](https://eips.ethereum.org/EIPS/eip-4626) standard.&#x20;

The protocol supports several LSTs (Liquid Staking Token) as collateral, and for each token, we created a corresponding Inception vault instance and Inception LRT (Liquid Restaking Token).&#x20;

InceptionLRT also has its own Native Liquid Restaking Token (nLRT): **inETH**.

All the Involved Smart Contracts, for LST and Native Restaking, are as follows:&#x20;


---

# 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.inceptionlrt.com/developers/addresses.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.
