Monerium B2B zero-touch onramp: PRD, implementation plan, forwarder contracts#1272
Draft
ebma wants to merge 19 commits into
Draft
Monerium B2B zero-touch onramp: PRD, implementation plan, forwarder contracts#1272ebma wants to merge 19 commits into
ebma wants to merge 19 commits into
Conversation
…actory + unit tests
✅ Deploy Preview for vortex-sandbox ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for vrtx-dashboard canceled.
|
✅ Deploy Preview for vortexfi ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…solicited-USDC units
…ebhook inbox table
…-review r1 report
…k inbox, deposit processor
…ation, dormancy gate, cron worker
…IBAN issued to forwarder
…lidated), remainder re-arm, gap tests
…oks, terms inputs
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.
What
Design + first implementation slice for the new quoteless EUR → USDC onramp via Monerium whitelabel, B2B zero-touch variant (partner-sourced business clients, no Vortex-side UI interaction).
Docs (
docs/prd/)Contracts (
contracts/monerium-forwarder/, Foundry)VortexForwarder: per-client EIP-1167 clone. EIP-1271 restricted to the fixed Monerium link message, attestor-signed, bound to the clone address (never validates redeem orders — that would be a fiat theft path). Oracle-checked EURe→EURC→USDC swap-and-forward, stranding marker (poke), permissionless dead-man sweep to the client's mandatory fallback address, client/guardian role splitVortexForwarderFactory: CREATE2 clones, atomic init, bounded operational params, 2-step guardianStatus / context
forge-stdas a git submodule → one-timegit submodule update --init(documented in READMEs)Review focus
isValidSignatureconstraint (encoding, replay, the disabledRECOVERY_HASHslot pending Monerium's recovery-message format)VortexForwarder(plan §2.3 invariants)