logo
MoonChute

Unified Smart Account Manager

An interface for managing your account abstraction, overseeing smart accounts and customized verification.
Supported Chains
optimism
polygon
base
arbitrum

The Gateway for Smart Account

Hero2

Get Accounts & Send Transcations

Retrieve Details of All Accounts Owned by You

Hero1
Hero2
1
curl --request GET \
2
--url 'https://api.moonchute.xyz/account?address=<ADDRESS>&chainId=<CHAIN_ID>' \
3
--header 'accept: application/json' \
4
--header 'x-api-key: <MOONCHUTE_API_KEY>'

Send UserOp as easy as a vanilla Transaction

Hero2
Hero2
1
curl --request POST \
2
--url 'https://api.moonchute.xyz/userop' \
3
--header 'Accept: application/json' \
4
--header 'Content-Type: application/json' \
5
--header 'x-api-key: <MOONCHUTE_API_KEY>' \
6
--data '{
7
"jsonrpc": "2.0",
8
"id": 1,
9
"method": "mc_sendUserOp",
10
"params": [{
11
"userOp": "<USEROP_DATA>",
12
"chainId": "<CHAIN_ID>",
13
"signature": "<SIGNATURE>",
14
}],
15
}'

How We Get There

Enhance Security and Usability with Smart Accounts
2FA Wallet
Smart Account Manager
Redefine Interactions with Smart Accounts
MoonChute React SDK

API Call Pricing

Testnet

Foundational tools to get you started
Free
  • Testnet API call only
  • 5 requests/second
  • No card required
Get Started

Mainnet Starter

Kickstart your mainnet development
$ 10
USD
160,000 credits
(~40,000 userOps)
  • PrepareUserOp: 1 credit per call
  • SendUserOp: 4 credits per call
  • 5% gas surcharge in credits for paymaster services
  • 20 requests/second
  • 24/7 real-time support
Contact Us

Mainnet Accelerator

Accelerate with high-volume mainnet access and priority support
$ 30
USD
600,000 credits
(~150,000 userOps)
  • PrepareUserOp: 1 credit per call
  • SendUserOp: 4 credits per call
  • 5% gas surcharge in credits for paymaster services
  • 25 requests/second
  • 24/7 real-time support with priority response.
Contact Us

Posts

person1
Stealth Address AA Plugin
We believe that privacy should be an inherent property of blockchain technology, not just an optional add-on. While Account Abstraction (AA) has been instrumental in providing flexible verification logic beyond the traditional ECDSA signature, there remains the need to confirm your identity and prove ownership of the wallet.....
person1
Account Abstraction Lego
Executing an action on the blockchain can be likened to constructing a Lego structure. Let's illustrate this with the example of swapping USDC for ETH using Uniswap. Initially, you must identify the correct 'port' or function on the Uniswap 'Lego block.'......
person1
Incentive-aligned world with account abstraction
Our vision is Making all humans incentive-aligned toward creating value to the world. Previously, we’ve delved into the intricate connection between productivity and asset......