Smart contracts

EXECUTE

Call a method on a contract.

EXECUTE invokes a method on a deployed contract with arguments; the contract runs and emits validated actions on your behalf.

What you can do with it

  • Trigger logic that issues, sends, trades, or pays out, all under rules you wrote.
  • Run AI-judged contests, prediction-market settlement, or automated distributions.
  • Compose flows that react to real-world data through attestation.

Often combined with: DEPLOY · DEPOSIT · WITHDRAW · ATTEST

← All actions