For the complete documentation index, see llms.txt. This page is also available as Markdown.

MoC Precisions

The Money on Chain system handles different types of currency precision to operate with tokens and RBTC. The MoCLibConnection contract defines 2 variables that are used across the platform:

  • mocPrecision: Currently DoC and BPros tokens use 18 decimal places of precision.

  • reservePrecision: Currently RBTC amounts use 18 decimal places of precision.

Last updated