The preferred token shape
The best fit for V4 is a token whose balance stays fixed while its redemption value rises over time.- You keep the same number of tokens.
- Each token is worth more of the underlying asset later.
- The redemption rate moves; the balance does not.
syrupUSDC point in that direction. This fits Agon’s accounting model because the protocol already tracks balances in fixed token units.
Token design constraints
V4 keeps participant balances and channel locks in fixed token amounts inside protocol state. If the token itself rebases and changes balances underneath the protocol, the vault’s token balance can drift away from the protocol’s internal ledger unless the program adds explicit support for that behavior. That is why the right target for Agon is not “any yield stablecoin” but fixed-balance yield assets.Token-2022 interest-bearing mints are conceptually close to this fixed-balance model because the stored balance stays unchanged and accrued value is calculated separately. V4 currently uses the original SPL Token program, so Token-2022 support is a roadmap item — see Roadmap.
Why it matters for Agon
Yield-bearing stablecoins are useful in many settings, but they are particularly well-matched to Agon for three reasons:- Idle balances stay productive. A user or operator keeps working capital inside the protocol instead of routing it through a separate savings product.
- Deferred settlement leaves room for yield to matter. The system does not pay full on-chain settlement cost on every tiny interaction, so yield has more surface area to compound.
- One asset on both sides. Providers and hubs receive payments, keep float, and settle later without switching in and out of a different instrument.
Who owns the yield
This depends on the trust model. Agon commitments are denominated in the token itself, not in the underlying base asset. If Alice signs a commitment for0.01 yUSDG, she is promising 0.01 shares — not a fixed amount of USDG.
- In a fully collateralized channel, the payee has an enforceable claim to those shares as soon as it receives a valid commitment (assuming it settles before the payer can release locked funds). It is fair to treat the future yield on those shares as the payee’s from that point.
- In a trust-minimized relationship, the payee still has a signed claim, but not the same enforceable position. If settlement happens later, the payee still receives the same number of shares, which still carry whatever value they have at that time. The difference is that the payee took timing and counterparty risk between signature and settlement.
Pricing
If your business wants to price in dollars while settling in a yield-bearing share token, you must convert the quote into shares at the moment the commitment is signed. Otherwise, a fixed share amount becomes more expensive in dollar terms over time as the exchange rate rises.Yield math, honestly
Headline APY makes the upside sound larger than it really is. The right metric is average balance kept in the system. At6% APY:
- an average balance of
$1 billionfor a full year produces about$60 millionof gross yield - an average balance of
$1 millionfor a full month produces about$5,000of gross yield
$1 million gradually over the course of a month and withdraws it at the end, the average balance during that month is closer to $500,000, not $1 million. In that more realistic case, the gross monthly yield is closer to $2,500.
The idea is still useful. It just means the right metric is the average balance kept inside the system, not top-line revenue alone.
What Agon actually adds
Solana already has fixed-balance yield assets such as Maple’ssyrupUSDC, and more products in that direction will likely appear as stablecoin issuers compete on payments, savings, and treasury use cases.
What Agon adds is not the yield-bearing asset itself. The interesting part is combining that asset with:
- long-lived payment channels
- signed cumulative commitments
- deferred settlement
- bundle settlement
- cooperative clearing
Constraints
| Constraint | Why it matters |
|---|---|
| Pricing | If your product is priced in dollars, you need a share-to-dollar conversion at quote time |
| Issuer rules | Some products carry KYC, geographic limits, cooldowns, or redemption fees |
| Token design | Rebasing assets are a poor fit for Agon’s current accounting; fixed-balance assets fit better |
| Token program support | V4 currently uses the original SPL Token program, not Token-2022 |
| Trust model | Yield does not remove counterparty risk; it makes deferred settlement more useful when the relationship already works |

