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

# Ecosystem

The Everlodge ecosystem is comprised of 4 main pillars

**Marketplace** - The Everlodge platform enables users to engage in the trading of fractionalized NFTs backed by real estate properties. Users will have access to an array of trading utilities, including historical pricing data, surveys, and research reports. Additionally, enhanced liquidity will facilitate swift buying and selling of their NFT holdings.

**Launchpad** - Real estate developers and hotels will have the opportunity to secure funding from the everlodge community, offering equity or debt in return. Each property featured on our platform will undergo a rigorous due diligence procedure and will exclusively collaborate with established and reputable developers.

**Lending** - The liquidity inherent in NFTs, supported by tangible real estate assets, opens up the potential for accessing low-interest loans by utilizing your NFTs and tokens as collateral. Furthermore, individuals who possess physical properties can easily secure loans against their homes through a straightforward three-step process.

**Rewards** -  Holders of Everlodge tokens will enjoy several incentives through the act of holding them. $ELDG will serve as the designated currency within the Everlodge ecosystem, allowing users to employ their tokens for reservations and service payments. An incentivized club, similar to a timeshare model, will be implemented. Based on the number of tokens they possess, users will earn eligibility for complimentary overnight stays at any property within the Everlodge network. These complimentary stays can be utilized or alternatively traded for a passive income stream.


---

# 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://everlodge.gitbook.io/everlodge-whitepaper/ecosystem.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.
