# Deployed Contracts

This section outlines the deployed smart contracts for the LIS platform across our different operational environments. We maintain three distinct stands to ensure stability and facilitate development: **Mainnet and** **Testnet**

Each of these stands utilizes a core set of smart contracts:

* A single **`NGOLisFactory`** smart contract: This contract is responsible for creating and managing `NGOLis` contracts.
* Multiple **`NGOLis`** smart contracts: Each NGO listed on the LIS platform within a specific stand has its own dedicated `NGOLis` smart contract, deployed by the `NGOLisFactory`.<br>
* **Mainnet** - <https://eth.impactstake.com>
* **Testnet** - [https://testnet.impactstake.com](https://testnet.impactstake.com/)


---

# 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://launchnodes.gitbook.io/lido-impact-staking-lis/deployed-contracts.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.
