> For the complete documentation index, see [llms.txt](https://paper.agriidao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paper.agriidao.org/executive-summary.md).

# Executive Summary

agriiDAO is a decentralised autonomous organisation (DAO) set up to contribute to global food security efforts. It’s been predicted by 2050 we will experience a global food crisis as the global population is expected to reach 9 to 10 billion around that time. This will put extreme pressure on food production systems. With approximately 65% of the worlds uncultivated arable land, Africa has the environment, land, and a workforce of 100 million+ farmers to meet the growing food demands. However, Africa is still in its first agricultural revolution whilst the developed economies are in their third and fourth revolutions. Africa produces less yield per hectare than other regions, experiences up to 50% post-harvest losses and has an annual food import bill of approximately $80 billion.

Through digitisation and tokenisation of the African agricultural value chain, Africa has the potential to become a major supplier of cost-effective, environmentally friendly, organic produce to the global food system. To do this agriiDAO is building software for the African agricultural value chain on the Internet Computer Protocol (ICP) to optimise food distribution, reduce waste and enhance the livelihoods of farmers. agriiDAO’s software comprises 5 decentralised applications (dApps) – agriiProtocol, agriiClub, agriiMarket, agriiTrace and agriiPrice – that together they create a transparent, sustainable, and economically viable agricultural ecosystem. These innovations highlight agriiDAO’s role in transforming African agricultural practices through web3 and blockchain technology.


---

# 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://paper.agriidao.org/executive-summary.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.
