Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Webhook
blocknative:create_webhook
Create a new webhook to receive real-time blockchain notifications.
Write
Medium risk
Delete Webhook
blocknative:delete_webhook
Delete a webhook permanently. This action cannot be undone.
Write
High risk
Estimate Gas
blocknative:estimate_gas
Estimate gas required for a transaction.
Write
Medium risk
Get Address Activity
blocknative:get_address_activity
Get recent transaction activity for a specific address.
Read
Low risk
Get Gas Prices
blocknative:get_gas_prices
Get current gas price estimates for different transaction speeds.
Read
Low risk
Get Mempool Transactions
blocknative:get_mempool_transactions
Get pending transactions from the mempool.
Read
Low risk
Get Network Status
blocknative:get_network_status
Get current network status including block height and congestion.
Read
Low risk
Get Transaction
blocknative:get_transaction
Fetch detailed information about a specific transaction by hash.
Read
Low risk
List Webhooks
blocknative:list_webhooks
List all configured webhooks for the account.
Read
Low risk
Simulate Transaction
blocknative:simulate_transaction
Simulate a transaction to predict its outcome before sending.
Write
Medium risk