Skip to content
Vinkius

Particle Network Connector for AI agents.

16 live capabilities

Manage account abstraction and smart wallet operations for Web3 dApps.

Live agent request Particle Network / Connector

Waiting for input…

AI Agent

Why people use Particle Network

Particle Network for Automating Web3 Account Abstraction

This Connector lets you skip the manual heavy lifting. You can just tell your agent to build the operation or check a session's validity. It handles the backend logic, giving you a clean way to manage smart accounts and gas sponsorship without the boilerplate.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

It turns complex Web3 backend operations into simple natural language commands.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 6,100+ Connectors

  1. Real-world use case 01

    Debugging a failed transaction

    A developer asks the agent to check a hash using eth_get_user_operation_by_hash and then get the receipt via eth_get_user_operation_receipt to find the error.

  2. Real-world use case 02

    Onboarding a new user

    A support agent asks to find a user's profile using get_user_info_by_identity and then checks if their wallet is in the project with is_project_user.

  3. Real-world use case 03

    Setting up gasless transactions

    An architect asks for fee quotes using aa_get_fee_quotes and then gets a Paymaster signature with pm_sponsor_user_operation to sponsor a user's first move.

Complete set · 16capabilities

The complete Particle Network capability set.

These are the exact actions your AI can choose when you ask it to work with Particle Network.

Capability set01 / 04

01—04

4 capabilities in this set.

Part of 16 available through Particle Network.

  1. 01 Capability

    Aa get smart account

    Pull account information for Biconomy or Simple smart accounts. It gives you a quick look at the account's current state.

  2. 02 Capability

    Is project user

    Check if a wallet address is registered as a user in your specific project. This is a quick way to verify permissions.

  3. 03 Capability

    Aa create sessions

    Generate the transactions needed to initialize session keys for your users. This is useful for setting up smart account access.

  4. 04 Capability

    Aa create user op

    Build a UserOperation from a set of transactions automatically. It handles the complex construction logic for you.

Capability set02 / 04

05—08

4 capabilities in this set.

Part of 16 available through Particle Network.

  1. 05 Capability

    Aa get fee quotes

    See how much different gas payment methods will cost for a specific UserOp. Use this to show users accurate costs.

  2. 06 Capability

    Aa send user op

    Push a signed UserOperation directly to the network for execution. This is the primary way to trigger actions on the chain.

  3. 07 Capability

    Aa validate session

    Check if a specific session key is still active and valid. Use this to verify that a user's session hasn't expired.

  4. 08 Capability

    Eth estimate user operation gas

    Get a prediction of the gas required for a UserOp before sending it. This helps prevent failed transactions.

Capability set03 / 04

09—12

4 capabilities in this set.

Part of 16 available through Particle Network.

  1. 09 Capability

    Eth get user operation by hash

    Look up the details of a specific UserOp using its unique hash. It's great for tracking specific transaction history.

  2. 10 Capability

    Eth get user operation receipt

    Grab the execution receipt for a UserOp to confirm success. Use this to verify that a transaction actually landed.

  3. 11 Capability

    Eth send user operation

    Submit a UserOperation to the bundler for processing. This is your main capability for pushing operations to the network.

  4. 12 Capability

    Eth supported entry points

    See which EntryPoint addresses are currently supported by the network. Useful for checking compatibility across chains.

Capability set04 / 04

13—16

4 capabilities in this set.

Part of 16 available through Particle Network.

  1. 13 Capability

    Get user info by identity

    Find user details based on their social identity or login credentials. This makes it easy to link off-chain data to on-chain wallets.

  2. 14 Capability

    Get user info

    Pull user details using a standard UUID and token. Use this for internal profile management and lookups.

  3. 15 Capability

    Pm paymaster balance

    See the current USD balance of your project's Paymaster. Use this to monitor your gas sponsorship funds.

  4. 16 Capability

    Pm sponsor user operation

    Get the signature needed from a Paymaster to sponsor a user's transaction. This enables a gasless experience for your users.

Set up in minutes

One URL. Then ask Particle Network to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Particle Network from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_JDD6YP9zDx0PG711KqPE5TABa0Q9e2gDz4mWBi9m/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Particle Network, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Particle Network for the conversation.

Where the request belongs

Work Particle Network can move forward.

Built around the request

Web3 developers and DApp architects who are tired of manual RPC calls and want to automate account abstraction and user management.

01

Web3 Developer

Debugs UserOperations and checks smart account states during development without manual queries.

02

DApp Architect

Simulates gas fees and verifies session keys during the design phase to ensure a smooth UX.

03

DevOps Engineer

Inspects user identities and project associations to resolve integration issues quickly.

Bring your own AI

Change the model, client or framework. Keep Particle Network connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Particle Network.

The practical details behind the request, access and result.

What does the Particle Network MCP do for my Web3 dApp?

It gives your AI agent the ability to manage account abstraction, smart wallets, and UserOperations directly. This means your agent can handle complex backend tasks like gas sponsorship and session management using simple natural language.

How can I use this Connector to handle gas fees for my users?

You can use it to fetch gas quotes and get Paymaster signatures. This allows your AI agent to sponsor transactions for your users, creating a smoother, gasless experience for your dApp's frontend.

Can this Connector help me manage smart account sessions?

Yes, it can generate session keys and validate them. This helps you ensure that users have active, valid sessions for interacting with your smart accounts without needing to sign every individual action.

How do I check if a wallet is registered in my project?

Your AI agent can use this Connector to instantly verify if a specific wallet address belongs to your project. It's a fast way to handle permissions and user verification without manual database lookups.

What kind of smart accounts does this Connector support?

It supports major smart account standards like Biconomy and Simple. Your agent can pull account details and manage them across these different frameworks through a single connection.

Can I use this to debug failed UserOperations?

Absolutely. Your agent can look up specific UserOperation hashes and retrieve their receipts. This makes it much faster to identify why a transaction failed and what the error code was.

Can I estimate gas for a UserOperation before sending it?

Yes, you can use the eth_estimate_user_operation_gas capability. It provides gas limits for a UserOperation via the Particle Bundler, helping you predict costs accurately.

How do I check if a specific wallet address belongs to my Particle project?

Use the is_project_user capability. Provide the chain type (EVM or Solana) and the wallet address to verify if it's associated with your current project.

Is it possible to manage session keys for smart accounts?

Absolutely. You can use aa_create_sessions to generate initialization transactions and aa_validate_session to check if a session key is still valid.

One connection away

Give your agent a direct line to Particle Network.

Connect Particle Network once. Keep it beside 6,100+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available