The problem
Energy assets have long-lived, predictable cash flows that many investors want to own. Yet it is hard to fund most of them in small pieces, hard to hold them transparently and hard to sell a stake before maturity.
Small assets, large fixed costs
Rooftop solar portfolios, community batteries and small wind projects are too small for project-finance desks and too complex for most retail platforms. The fixed costs of a securities offering do not shrink with ticket size: legal work, investor onboarding, a transfer agent, payment rails and investor reporting. Many viable projects are therefore never offered to the investors who would fund them.
Ownership is illiquid and opaque
- A stake typically lives in a registry kept by the issuer or a transfer agent. Moving it means paperwork, and a secondary market rarely exists.
- The data that drives the asset's value — how much energy it actually produced — sits in the operator's metering systems. Investors see a periodic report, long after the fact.
- Distributions to many small holders mean batch payment runs, reconciliation and cost that grows with the number of holders.
General-purpose chains fix the plumbing, not the rules
Tokenising an asset on a general-purpose blockchain gives around-the-clock transfer and settlement. The investor rules, though — who may hold, from which jurisdiction, how much — usually end up in a website or a simple allowlist. Any DEX, lending market or bridge can route around them. A fully permissioned ledger fixes the rules but loses the liquidity, composability and neutral security that made a blockchain attractive in the first place.
Stablecoin and bridge risk piles up
Chains that issue their own settlement currency or run a custom bridge ask investors to trust a peg and a bridge on top of the asset itself. For a regulated asset that is two extra failure modes with nothing gained.
What is needed
| Need | How Primcast answers it |
|---|---|
| Enforceable investor rules on every transfer, including through third-party protocols | Per-asset eligibility in the token, checked against on-chain identity facts, with protocol pools registered as venues |
| Sanctions that cannot be sidestepped | Sanctions are enforced at three layers: the sequencer, the Ethereum delayed inbox and the contracts |
| Cheap primary issuance for new assets | The Offering contract: soft cap, hard cap and an all-or-nothing refund |
| Payouts that do not scale with holder count | O(1) accumulator dividends and a redemption queue |
| Visible, accountable production data | AssetHub: bonded operators, registered devices and timestamped readings |
| No extra currency or bridge risk | USDC and USDT over the canonical Arbitrum bridge |
| Neutral settlement and an exit path | An Ethereum rollup with force-inclusion through the delayed inbox |