Authenticate Wallet

🏢Official
by coinbase · vlatest · Repository

Authenticates user wallets to ensure secure access and transactions, protecting users from unauthorized activity and bolstering trust.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add authenticate-wallet npx -- -y @trustedskills/authenticate-wallet
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "authenticate-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/authenticate-wallet"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The authenticate-wallet skill verifies the authenticity of a cryptocurrency wallet, ensuring that it is properly configured and secured. It checks for valid cryptographic signatures, confirms ownership through private key validation, and ensures compatibility with blockchain networks.

When to use it

  • Before sending funds to confirm the recipient's wallet is legitimate
  • During onboarding processes to validate user wallets
  • When integrating third-party services requiring wallet verification
  • To detect tampering or unauthorized access attempts

Key capabilities

  • Verifies cryptographic signatures of a wallet
  • Confirms private key ownership
  • Validates blockchain network compatibility
  • Detects potential security vulnerabilities in the wallet setup

Example prompts

  • "Verify if this Ethereum wallet address is valid and secure."
  • "Check whether the provided Solana wallet has been authenticated correctly."
  • "Confirm that the user's Bitcoin wallet matches their private key."

Tips & gotchas

  • Ensure you have access to the wallet’s private key or signature for full verification.
  • This skill may not support all blockchain networks; check compatibility before use.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
coinbase
Installs
775

🏢 Official

Published by the company or team that built the technology.