# Money Flow Diagram (v4)

{% @mermaid/diagram content="flowchart TD
%% ====== MARKET ======
subgraph MARKET \["GoE NATURE MARKET"]
OB\["Order Book and Exchange"]
L\["BCU Ledger"]
end

B\["Buyer funds"] --> OB
H\["Holder sells"] --> OB

OB --> L
OB --> S\["Seller receives funds"]
OB --> G\["GoE platform fee 10 percent"]
OB --> P\["Papypal Payment processor fees"]

%% ====== BCU HARVESTING ======
subgraph BCU HARVESTING
E\["Contributions"]
Q\["Quality and verification"]
SC\["Scarcity curve"]
end

E --> Q --> SC --> H
SC --> RT\["Realm treasury share - 30-51%"]
Q --> V\["Verifier rewards - 10%"]

%% ====== STAKING ======
subgraph STAKING
ST\["Staker"]
SP\["Staking rewards pool"]
end

ST --> L
L --> SP --> ST

%% ====== TREASURY SPEND ======
RT --> RPR\["Restoration projects"]

%% ====== POLICY NOTES ======
VEST\["Vesting: 10 percent at 6 months. Then 10 percent every 3 months. Percent value is adjusted relative to staking gains. High gains, lower % vesting."]
HWM\["High water mark, no reductions. Earnings resume after previous high is exceeded"]

L --> VEST
SC --> HWM" %}


---

# 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://docs.guardiansofearth.io/goe/money-flow-diagram-v4.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.
