Goal
Spec how kcolbchain/resolver plugs into Create Protocol as the execution layer for (a) agent payout settlements that cross venues and (b) CR8-USD mint/redeem hops that benefit from best-execution across UniswapX / Across / CoW. Agents and the protocol benefit from tighter prices without Create Protocol having to write its own solver.
Scope
- Intent schema for two flows:
PAYOUT_INTENT — agent wants N units of their preferred asset out of idle Lucidly syUSD.
MINT_INTENT — user wants CR8-USD, paying in arbitrary stable; resolver finds cheapest path.
- Fee policy: who pays the resolver (protocol treasury vs. caller) and how accounted.
- Fallback: if resolver returns no fillable quote, degrade to direct
AgentDeposit.withdraw with USDC.
- Non-goal for v1: MEV capture splitting.
Success criterion
Spec merged at specs/resolver-integration.md, referenced from the resolver README. Sequence diagram covers both flows end-to-end. Tracking issue opened on kcolbchain/resolver to build the CR8 adapter.
Related
— kcolbchain / Abhishek Krishna
Goal
Spec how
kcolbchain/resolverplugs into Create Protocol as the execution layer for (a) agent payout settlements that cross venues and (b) CR8-USD mint/redeem hops that benefit from best-execution across UniswapX / Across / CoW. Agents and the protocol benefit from tighter prices without Create Protocol having to write its own solver.Scope
PAYOUT_INTENT— agent wants N units of their preferred asset out of idle Lucidly syUSD.MINT_INTENT— user wants CR8-USD, paying in arbitrary stable; resolver finds cheapest path.AgentDeposit.withdrawwith USDC.Success criterion
Spec merged at
specs/resolver-integration.md, referenced from the resolver README. Sequence diagram covers both flows end-to-end. Tracking issue opened onkcolbchain/resolverto build the CR8 adapter.Related
kcolbchain/resolverkcolbchain/meridian#19kcolbchain/stablecoin-toolkit#18— kcolbchain / Abhishek Krishna