{{define "title"}}Bloom — OpenYield{{end}}
{{define "content"}}
Bloom
Bloom is the real-production reward that accrues to every Grain in every
Stash. It originates only from real production — no synthetic Bloom, no
protocol-printed Bloom. This is a Mission Lock: no council can change it.
Bloom record for {{.StashID}}
| Stash ID | {{.StashID}} |
| Accrued Grain | {{.Record.AccruedGrain}} |
| Rate | {{printf "%.1f" .RatePct}}% |
| Last accrual block | {{.Record.LastAccrualBlock}} |
Target rate band
| Target rate | {{printf "%.1f" .TargetRatePct}}% |
| Min rate | {{printf "%.1f" .MinRatePct}}% |
| Max rate | {{printf "%.1f" .MaxRatePct}}% |
| Accrual period | {{.AccrualPeriod}} blocks (daily, ~10min blocks) |
{{.MissionLockNote}}
Back to Stash
{{end}}