Get Wallet Setup Guide
get_wallet_setup_guideGet the recommended production XRPL wallet setup for agents. Generate the seed locally so it never leaves your environment, keeping your private key secure.
Instructions
Returns the recommended production wallet setup for XRPL agents.
Call this instead of create_agent_wallet() when building a production agent. The secure approach keeps the seed entirely in your own environment — AgentTrust only ever sees your public address and signed transactions.
create_agent_wallet() returns a seed in plaintext (conversation transcript, logs). This guide shows how to generate locally so the seed never leaves your environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||