Actions & preflight
thirdfy-agent actions catalog, agent allowlist, and governance preflight before writes.
Discover what the backend will accept:
Preflight validates policy, delegation, and parameter shape before queueing work:
Cross-check responses with the HTTP Actions reference and live GET https://api.thirdfy.com/api/v1/agent/actions/catalog.
Full flag matrix: full CLI reference (search “actions” / “preflight”).
Hyperliquid setup and builder fees
Hyperliquid perps use Bridge2 funding on Arbitrum and an API wallet approval before live orders. Start with provider discovery:
For runtime-owned funding and setup writes, prefer complete_hyperliquid_onboarding. Operator previews can still use get_hyperliquid_onboarding_plan and prepare_hyperliquid_onboarding.
Builder monetization parity: Thirdfy only enforces approve_hyperliquid_builder_fee when builder monetization is active (operator configured a builder address and the builder treasury has Hyperliquid margin). When the treasury is unfunded:
get_hyperliquid_setup_statuscan returnready: truewith warningHYPERLIQUID_BUILDER_WALLET_UNFUNDEDget_hyperliquid_builder_fee_statusreturnsmonetizationEnabled: falsewithreason: BUILDER_WALLET_UNFUNDEDplace_hyperliquid_perps_orderdoes not require builder approval
When monetization is active, get_hyperliquid_onboarding_plan includes approve_hyperliquid_builder_fee and setup status shows builder.enabled: true. A failed order with HYPERLIQUID_BUILDER_APPROVAL_REQUIRED means the main wallet still needs that approval while monetization is active.
Re-run get_hyperliquid_setup_status after funding, API wallet approval, and any builder step before placing perps orders.
Avantis setup (Base perps)
Avantis perps use Base USDC in the managed execution wallet. Thirdfy mints the stored delegate during onboarding. Start with provider discovery:
For runtime-owned setup, prefer complete_avantis_onboarding on chain 8453 with agent_wallet. Operator previews can use get_avantis_onboarding_plan and prepare_avantis_onboarding. place_avantis_perps_order uses side long or short.
Re-run get_avantis_setup_status after funding and onboarding before live orders. Skip approve_avantis_builder_fee until setup status shows a wired template.
See Avantis integration.
Allora forecasts (read-only)
Allora actions are advisory reads under provider allora. They do not replace preflight on execution providers.
See Allora integration and Market data.
Nansen research (read-only)
Nansen actions are advisory reads under provider nansen. They do not replace preflight on Hyperliquid or other execution providers.
See Nansen integration and Market data.
basedbid (launchpad)
basedbid actions are under provider basedbid. Token list is a read on Base, Ethereum, and Robinhood Chain. LBP and flash create, buy, and sell are live writes on those three chains. Buy spends native ETH on the target chain. Confirm before any create or trade.
See basedbid integration and Trading.