Smart contracts

DEPLOY

Publish a smart contract on-chain.

DEPLOY uploads a JavaScript smart contract permanently to the blockchain, giving it an identity that can hold balances.

What you can do with it

  • Ship escrow, vesting, AMMs, governance, or anything else you can express in code.
  • Declare it stakeable, with a cooldown and slash destination locked in forever.
  • Let it reach the outside world via ATTEST: web and AI answers, on-chain.

Often combined with: EXECUTE · DEPOSIT · STAKE

← All actions