New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

prepare_solana_nonce_close

Tear down a previously-initialized durable-nonce account and return its full balance (~0.00144 SOL) to the main wallet. ix[0] = SystemProgram.nonceAdvance (self-protecting, same pattern as any durable-nonce-protected send — so this close tx itself won't expire during Ledger review), ix[1] = Syste...

SERVERVaultPilot MCP SOURCEvaultpilot-mcp
Critical RISK CLASS
Category Destructive
Parameters 11 required
Recommended Hiddensee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-szhygulin-vaultpilot-mcp/prepare-solana-nonce-close.md

What prepare_solana_nonce_close does on VaultPilot MCP

AI agents call prepare_solana_nonce_close to permanently remove resources in VaultPilot MCP, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

ParameterTypeRequiredDescription
wallet string Yes Solana wallet whose durable-nonce account should be closed. The full balance (~0.00144 SOL rent-exempt seed) is returned to this same wallet.

Parameters from the server's own tool schema.

Why prepare_solana_nonce_close is rated Critical

This tool irreversibly closes a durable-nonce account and drains its balance back to the main wallet. The destruction of the nonce account is permanent (cannot be undone without re-running init), and the action disrupts wallet functionality for future transactions. The combination of account teardown, balance draining, and operational impact on the wallet qualifies this as Destructive with high severity.

From the tool's definition 'Tear down a previously-initialized durable-nonce account', 'nonceWithdraw (drains the balance)', 'subsequent sends from this wallet will refuse until prepare_solana_nonce_init is run again'

Questions about prepare_solana_nonce_close

What does the prepare_solana_nonce_close tool do? +

Tear down a previously-initialized durable-nonce account and return its full balance (~0.00144 SOL) to the main wallet. ix[0] = SystemProgram.nonceAdvance (self-protecting, same pattern as any durable-nonce-protected send — so this close tx itself won't expire during Ledger review), ix[1] = SystemProgram.nonceWithdraw (drains the balance). After broadcast, subsequent sends from this wallet will refuse until prepare_solana_nonce_init is run again. Refuses if no nonce account exists for the wallet. It is categorised as a Destructive tool in the VaultPilot MCP MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

What parameters does prepare_solana_nonce_close accept? +

prepare_solana_nonce_close accepts 1 parameter: wallet. Required: wallet. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on prepare_solana_nonce_close? +

Register the VaultPilot MCP server in PolicyLayer and add a rule for prepare_solana_nonce_close: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches VaultPilot MCP. Nothing to install.

What risk level is prepare_solana_nonce_close? +

prepare_solana_nonce_close is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit prepare_solana_nonce_close? +

Yes. Add a rate_limit block to the prepare_solana_nonce_close rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block prepare_solana_nonce_close completely? +

Set action: deny in the PolicyLayer policy for prepare_solana_nonce_close. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides prepare_solana_nonce_close? +

prepare_solana_nonce_close is provided by the VaultPilot MCP server (vaultpilot-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on VaultPilot, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of VaultPilot's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.