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

The Reserve

The Reserve is the protocol's balance sheet: everything the uWatt is redeemable against. It is a managed portfolio with two sides, productive energy assets that generate the return and liquid reserves that make the desk's promises immediate, held at more value than the tokens issued against it.

Composition

The Reserve holds two classes of assets:

  • Energy assets. Tokenized operating solar projects, held by the protocol on-chain and valued at their audited net present value. These are the reason the system exists: they produce electricity, revenue, and the yield the protocol distributes.

  • Liquid reserves. Stablecoins and tokenized short-duration instruments (treasury-backed savings instruments in the current configuration). They earn a modest baseline return, and their job is availability: funding redemptions on demand and settling portfolio operations without touching the productive side.

The target composition is around 70% energy assets and 30% liquid reserves. The target is managerial: it adapts to portfolio size, redemption behavior, and market conditions. What the protocol enforces on-chain are the outer guardrails: a governance-set ceiling on energy concentration and a floor on the liquid sleeve, which operator transactions cannot cross. Acquisitions that would over-concentrate the portfolio revert; treasury movements that would drain the liquid tranche below its floor revert. The dials themselves are bounded and every change is recorded on-chain; see Governance and parameters.

The mix also sets the return. The Reserve's gross yield blends its two sides: the cash return of the energy assets on roughly 70% of the portfolio and money-market rates on the rest. Each uWatt is backed by more than a dollar of that earning mix while C holds above one, and how much of the income reaches stakers versus how much is retained to keep C near its target is decided payment by payment in Yield and staking.

Why over-collateralized

The protocol targets a collateral ratio above one:

C=Reserve valueuWatt supply  C>1C = \frac{\text{Reserve value}}{\text{uWatt supply}} \ \longrightarrow\ C^* > 1

The gap between C and 1 is the buffer, and the buffer is what stands between holders and the movement of asset values. Energy assets are living valuations: production varies with weather, energy prices move with their indexation, discount rates shift, equipment ages. Every revaluation lands on the buffer first, and holders feel none of it until the buffer is exhausted.

The size of the target follows a rule. Governance declares a design shock, the combined revaluation the posture must absorb, and the contract enforces at the configuration level:

C1+design shock×energy concentration ceilingC^* \geq 1 + \text{design shock} \times \text{energy concentration ceiling}

A posture that declares a 10% shock tolerance on an 80% energy ceiling cannot set a target below 1.08; the working target sits above that line with margin: 1.15 at launch. The rule is checked in the contract whenever the risk configuration changes: governance can move any dial, but cannot write a combination that contradicts its own declared risk appetite.

Two flows keep the buffer funded. When a project enters the Reserve, part of its appreciation over construction cost is retained rather than issued as uWatt (The pWatt). And when energy revenue arrives, part of each payment is retained rather than distributed (Yield and staking), with the retained share growing automatically whenever C sits below target. Between the two flows, the buffer is rebuilt continuously.

Where the numbers come from

A promise of over-collateralization is only as good as the valuation behind it. The chain from a solar plant to the number the desk trades on has four links, each independently checkable:

  1. The valuation model. Every project is valued by the protocol's published financial model (measured telemetry, contracted prices, audited costs, an explicit discount build-up), with each published valuation frozen as an immutable, versioned snapshot. The methodology is documented in full in The Financial Model.

  2. Independent attestation. That the Reserve's claimed holdings and values correspond to reality is verified by an external proof-of-reserve attestor, on a separate track from the protocol's own reporting.

  3. The on-chain report. The attested value is written on-chain through a reporter contract on a weekly cadence. Routine reports are bounded: a single report cannot move the reserve value more than a narrow band, so no single reporting key can reprice the system. Larger corrections require a governance action paired with a protocol pause, making them loud by construction.

  4. Fail-closed consumption. Every contract that reads the reserve value checks its freshness. A stale report does not degrade gracefully into an old price; it halts the paths that depend on it until reporting resumes.

Managing the portfolio

The Reserve is actively managed through a narrow surface. Acquisitions and disposals of energy assets settle value-neutrally: the asset's audited value and the matching cash movement are booked in the same transaction, so portfolio operations never move C. Idle liquid reserves are deployed into short-duration instruments and unwound on demand. A project that reaches the end of its useful life leaves quietly: by then its audited value has amortized to zero, so its exit removes nothing from the backing. For the other cases (a project sold, replaced, or withdrawn for operational or commercial reasons while still productive), the protocol carries an exit path that burns uWatt against the outgoing asset at its audited value: a portfolio-management tool, not a user-facing function.

Over time the portfolio widens: more projects, more geographies, additional energy technologies and offtake structures. Concentration limits that are appropriate for a young, solar-heavy portfolio are expected to tighten per-asset and relax per-class as the asset count grows. The buffer protects against what diversification has not yet absorbed, and the two trade places gradually. The risk view of this trajectory is developed in Risk management.

Last updated

Was this helpful?