commentsYour First Conversation

First prompts to test price lookup, contract audit, wallet analysis, and trading.

The best first test is a read-only query.

That verifies the gateway, model, skills, and response formatting before you enable trading.

Try these prompts

  • BTC现在什么价格?

  • 审计这个合约 0x...

  • 聪明钱在买什么?

  • 查一下这个钱包 7xKp...3mF 持有什么

What should happen

  1. DragonClaw matches a relevant skill.

  2. It builds a prompt with memory and safety rules.

  3. It calls the LLM.

  4. The LLM emits a tool request if needed.

  5. DragonClaw executes the call and formats the answer.

First trading test

When you are ready, try a small testnet order:

  • 在 600 USDT 的价格挂单买 0.1 BNB

DragonClaw should show the full order details and wait for CONFIRM.

circle-info

If you only want analysis, keep Binance credentials unset. Six built-in skills still work.

Last updated