> For the complete documentation index, see [llms.txt](https://lunacy-2.gitbook.io/lunacy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lunacy-2.gitbook.io/lunacy-docs/core-concepts/moonbase-system.md).

# Moonbase System

## Network-Wide Updates

The Moonbase system performs regular supply adjustments across the entire network:

* Occurs every 23 hours 37 minutes 26.4 seconds
* 30 Moonbase events per lunation
* Automatic balance recalculation for all holders
* No action required from token holders

## Balance Adjustment Formula

During each Moonbase event, wallet balances are adjusted according to:

```javascript
new_wallet_balance = old_wallet_balance * μ
```

{% hint style="warning" %}
While your token quantity changes, your percentage ownership of the network remains constant.
{% endhint %}

###
