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

# Approaches

- [Income approaches](https://income.treasuries.io/approaches/income-approaches.md): Comparing the different income approaches that could be used for generating income for an ecosystems treasury
- [Income factors for consideration](https://income.treasuries.io/approaches/income-approaches/income-factors-for-consideration.md): Listing the different income factors that will be considered for each income approach
- [Donations](https://income.treasuries.io/approaches/income-approaches/donations.md): Donations from an ecosystems community members
- [Genesis allocation](https://income.treasuries.io/approaches/income-approaches/genesis-allocation.md): Assets that have been allocated to an ecosystems treasury at the genesis of the network
- [Transaction fees](https://income.treasuries.io/approaches/income-approaches/transaction-fees.md): A percentage of fees from transactions could be used as treasury income
- [Network coin tax](https://income.treasuries.io/approaches/income-approaches/network-coin-tax.md): Every wallet and contract in the network could be charged a network coin tax to generate income
- [Inactivity tax](https://income.treasuries.io/approaches/income-approaches/reusing-inactive-assets.md): Dormant and inactive assets could be reused by an ecosystem to generate income for the treasury
- [Transaction fee approaches](https://income.treasuries.io/approaches/transaction-fee-approaches.md): Comparing the different transaction fee approaches that a network could use for their fee model
- [Transaction fee factors for consideration](https://income.treasuries.io/approaches/transaction-fee-approaches/transaction-fee-factors-for-consideration.md): Listing the different transaction fee factors that will be considered for each transaction fee approach
- [Fixed fee](https://income.treasuries.io/approaches/transaction-fee-approaches/fixed-fee.md): A single fixed fee amount that is charged across any transaction
- [Finality fee](https://income.treasuries.io/approaches/transaction-fee-approaches/percentage-finality-fee.md): An optional proportional fee increase for people that want to increase their transactions speed of finality
- [Demand fee](https://income.treasuries.io/approaches/transaction-fee-approaches/percentage-demand-fee.md): A proportional fee increase for all transactions when the networks demand is too high
- [Network coin tax approaches](https://income.treasuries.io/approaches/network-coin-tax-approaches.md): Comparing the different network coin tax approaches that a network could adopt


---

# 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://income.treasuries.io/approaches.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.
