## Keyboard shortcuts

Press `←` or `→` to navigate between chapters

Press `S` or `/` to search in the book

Press `?` to show this help

Press `Esc` to hide this help

- Auto
- Light
- Dark

# xGov Beta Architecture

All the percentages **MUST** have a precision of two decimals and be expressed as [basis-points](https://en.wikipedia.org/wiki/Basis_point) (bps) scaled as Algorand Virtual Machine (AVM) `uint64`.

> Tip  
> The AVM works with `uint64`, therefore 100.00%=10,000bps. So, 12.5% of XX is calculated on the AVM as: 1,250bps × X = 10,000bps.
