brickken tx exposes the raw API V2 transaction flow. Use it when you want full control over the payload, need to call a specific backend method directly, or want to inspect the unsigned transaction before broadcasting.
tx prepare
Prepare a raw transaction for any method — preparing is free. With--execute, the CLI also sends to /send-transactions and pays the x402 charge. The recommended --execution-mode brickken-relayed lets Brickken’s relayer sign and broadcast (omit --signer-address); the default client-signed mode signs locally with the configured private key first.
Supported agentic token methods include
agentCreateToken, agentMintToken, agentBurnToken, agentTransferToken, agentTransferFromToken, agentApproveToken (and the agentApprove alias, normalized to agentApproveToken). Agent identity and reputation methods (agentRegister, agentSetURI, agentSetMetadata, agentSetWallet, agentTransferOwnership, agentGiveFeedback, agentRevokeFeedback, agentAppendFeedbackResponse) and other API V2 methods are also accepted. You can also set executionMode directly in the --file body. See Agentic Methods with x402 for each method’s fields.
One-shot execution from a file:
tx sign
Sign a prepared transaction locally with the configured private key. This step applies toclient-signed execution only; in brickken-relayed mode Brickken signs the operation, so you skip signing and send the prepared transactions directly.
tx send
Send signed transactions.--tx-id and --signed-tx are repeatable for batched sends.
¹ Supply via flags or a
--file.
x402 send batches must contain only x402-eligible prepared transactions, and all transactions in a batch must be on the same chain.
tx status
Look up a broadcast transaction by its on-chain hash. Either--hash or --tx-hash is required.
¹ Provide one of the two.
GET /get-transaction-status.