Cardano Transactions
Sign and submit Cardano transactions with explicit user confirmation.
Prerequisites
- -
@indigoprotocol/cardano-mcp server running
MCP Tools
- -
submit_transaction — Sign and submit a Cardano transaction CBOR
When to use
Use this skill when the user asks to:
- - Submit or send a Cardano transaction
- Sign a transaction with their wallet
- Broadcast a pre-built transaction
Safety model
This tool is dangerous. Before calling submit_transaction:
- 1. Summarize the transaction in plain English.
- Ask the user to explicitly confirm.
- Only proceed if the user says yes.
- Never submit a transaction automatically.
Data interpretation
- - Input requires unsigned transaction CBOR (hex string).
- Output includes
transactionHash and timestamp on success. - The transaction is signed by the connected wallet's keys.
Cardano 交易
在获得用户明确确认后,签署并提交 Cardano 交易。
前置条件
- - 运行中的 @indigoprotocol/cardano-mcp 服务器
MCP 工具
- - submit_transaction — 签署并提交 Cardano 交易 CBOR
使用场景
当用户提出以下请求时使用此技能:
- - 提交或发送 Cardano 交易
- 使用钱包签署交易
- 广播预构建的交易
安全模型
此工具存在风险。 在调用 submit_transaction 之前:
- 1. 用通俗易懂的语言总结交易内容。
- 要求用户明确确认。
- 仅在用户同意后继续执行。
- 切勿自动提交交易。
数据说明
- - 输入需要未签名的交易 CBOR(十六进制字符串)。
- 成功时输出包含 transactionHash 和 timestamp。
- 交易由已连接钱包的密钥进行签署。