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

# Revenue Streams

Tokenized assets offer various income streams, enabling investors to reap the benefits of their investments:

1. **Rental Income:** For tokenized [real estate](/thovt/real-world-assets/real-estate.md) assets, investors receive a share of the rental income generated by the underlying properties. As a fractional owner of the real estate, investors can enjoy a passive stream of rental income without the burdens of property management.<br>
2. **Appreciation:** Real estate and certain [businesses](/thovt/real-world-assets/startups-and-businesses.md) have the potential to appreciate in value over time. By holding tokenized assets representing ownership in these properties or businesses, investors can benefit from capital appreciation as their value increases.<br>
3. **Dividends:** Some tokenized assets, particularly those representing equity in established businesses and [startups](/thovt/real-world-assets/startups-and-businesses.md), may pay out dividends to investors. These dividends are a portion of the company's profits distributed to its shareholders.<br>
4. **Real Estate Flipping:** Thovt integrates [House Flipping](/thovt/real-world-assets/real-estate/real-estate-flipping.md) into its suite of investment options. Investors can purchase tokens tied to select properties set for renovation and resale. Post-upgrade, profits from the sale are allocated to token holders, reflecting their investment share, offering a hands-off approach to benefit from real estate flipping.<br>
5. **Interest from Loans:** If investors choose to [lend ](/thovt/investing-platform/lending.md)their money to businesses through tokenized debt tokens, they can earn interest over time. This interest serves as a passive income stream.<br>
6. **Revenue Sharing:** With [revenue-sharing tokens](/thovt/real-world-assets/startups-and-businesses.md), investors partake in a company's success by obtaining a fraction of its revenue. This arrangement enables them to share in the company's growth until they've recouped a predetermined multiple of their initial investment.


---

# 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://thovt-io.gitbook.io/thovt/real-world-assets/revenue-streams.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.
