feat(rwa-yield-accuracy): Sprint 3 — restrict V1 to USDY, mark draft - #1326
Merged
Conversation
…draft
Cross-check pass via WebFetch revealed two blockers for shipping the
full 5-token cohort live:
1. BUIDL and USTB treasury wallet addresses are not visible on the
public Etherscan token page. Shipping the dividend probes without
verified treasury addresses would count zero USDC transfers and
report a delivered yield of 0 bps against a promised 350 bps -
a -350 bps deviation that would look catastrophic and be entirely
an artefact.
2. BENJI and OUSG NAV JSON endpoints as guessed (franklintempleton
.com/api/... and api.ondo.finance/v1/...) return HTTP failures.
Franklin loads NAV via JS render; Ondo's endpoint does not exist
at the guessed path. Shipping the NAV probes without verified
endpoints would report nav_source_err on every tick.
Rather than pollute the bench with placeholder data, V1 restricts
the active cohort to USDY, whose rebase mechanism is fully verifiable
on-chain (single ERC-20 contract, totalSupply growth). The other 4
probes stay in the repo (buidl.go, ustb.go, benji.go, ousg.go), fully
implemented and dormant. They activate one by one as each treasury
address or NAV endpoint gets verified against the issuer's own docs.
Also updates promised-yields.yml with values pulled directly from
issuer dashboards (USDY 3.55%, USTB 3.52%, others best-estimate).
Prior values (5.30-5.40%) reflected 2024 rates before Fed cuts.
The bench spec is marked status: draft so it's tracked in the repo
but doesn't surface on the public site until USDY has run long
enough to publish a defensible 30-day delivered yield.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sprint 3 of the rwa-yield-accuracy bench. Reality-check pass via WebFetch against Etherscan + issuer sites revealed two blockers for shipping the full 5-token cohort live:
What ships now (V1 = USDY only)
status: draft(tracked in repo, not surfaced on public site){USDY}promised-yields.ymlupdated with real values pulled from issuer dashboards (USDY 3.55%, USTB 3.52%, others best-estimate — 2024 rates before Fed cuts were 5.30-5.40%).Verification results
Path to full V1
Once each item above is verified against the issuer's official documentation, un-comment the corresponding
NewXProbe()inmain.goand flip the bench tostatus: live.Test plan
bun run validate— 76 specs validgo buildcleango vetclean