[WIP] feat: copy-trading - #3232
Conversation
699a3fe to
76f0823
Compare
Auto Deploy Pull RequestADPR instance has been created! Information
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
1 similar comment
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
1 similar comment
Auto Deploy Pull RequestNotes:
|
64ab160 to
a50bb5b
Compare
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
929538e to
d0316f7
Compare
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestClean up resources have been completed! |
Auto Deploy Pull RequestADPR instance has been created! Information
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
…y, manual close, withdraw) Mock-first on-chain write layer for copy trading, wired to the existing read-only UI. - write/: contract ABIs (KSFollowerAccount + factory), per-chain config with placeholder addresses and a COPY_TRADE_MOCK_WRITE flag, a mock KS_SIGNER authorization service, a multi-step tx state machine (useCopyTradeTx) and a shared status modal, plus a context provider exposing the modal openers. - modals/: Subscribe (2-step configure/review + token selector), Add Capital (token selector), Stop Copy (per-position checklist + slippage), Manage Position (manual sell / close + advanced withdraw). - Wire the previously dead Copy / Add Capital / Stop Copying / Manual Sell / Close buttons to the openers; gate every action on wallet connection. - Contract calls follow the real interfaces: createFollowerAccount + ERC20 transfer for funding, executeFollowerUnalignedSell for manual/stop sells, withdrawQuoteToken for withdraw, updatePauseState for stop copy.
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Auto Deploy Pull RequestNotes:
|
Add Copy Trading with agent discovery and profiles, active copy management, copy history, and detailed views for active and closed copies.