LooLoo Trading
Phase 1 trading is quote-first and wallet-confirmed.
Use this skill for
- quoting a buy or sell on the LooLoo internal market
- creating a confirmation link that sends the user back to
looloo.lol
Workflow
- Call
quote_tradewithtokenAddress,side, and eitheramountETHoramountToken. - Show the quote summary and confirm the side and size with the user.
- Call
create_trade_intentonly after the user explicitly wants to continue. - Return the
confirmUrland explain that the final wallet signature happens on the LooLoo website.
Notes
- Phase 1 does not support unattended execution.
- The plugin does not hold keys or sign transactions.
- If the API rejects an intent, surface the policy error directly because it usually comes from the user's risk settings.