make_http_request |
+ Makes a basic HTTP request to an API endpoint. If the endpoint requires payment (returns 402), it will return payment details that can be used with retry_http_request_with_x402. | +
retry_http_request_with_x402 |
+ Retries an HTTP request with x402 payment after receiving a 402 Payment Required response. This should be used after make_http_request returns a 402 response. | +
make_http_request_with_x402 |
+ Makes an HTTP request with automatic x402 payment handling. Only use when explicitly told to skip the confirmation flow. | +
bridge_token |
- Bridges tokens between supported chains using Across Protocol. | +list_spend_permissions |
+ Lists spend permissions that have been granted to the current EVM wallet by a smart account. |
check_deposit_status |
- Checks the status of a cross-chain bridge deposit on the Across Protocol (mainnet networks only). | +use_spend_permission |
+ Uses a spend permission to spend tokens on behalf of a smart account that the current EVM wallet has permission to spend. |
register_basename |
- Registers a custom .base.eth or .basetest.eth domain name for the wallet address. | +list_spend_permissions |
+ Lists spend permissions that have been granted to the current smart wallet by a smart account. | +
use_spend_permission |
+ Uses a spend permission to spend tokens on behalf of a smart account that the current smart wallet has permission to spend. |
deploy_contract |
- Deploys a custom smart contract using specified Solidity version and constructor arguments. | -||
deploy_nft |
- Deploys a standard ERC-721 NFT contract with configurable name, symbol, and metadata URI. | +bridge_token |
+ Bridges tokens between supported chains using Across Protocol. |
deploy_token |
- Deploys a standard ERC-20 token contract with configurable name, symbol, and initial supply. | +check_deposit_status |
+ Checks the status of a cross-chain bridge deposit on the Across Protocol (mainnet networks only). |
trade |
- Executes a token swap between two assets at current market rates on mainnet networks. | +register_basename |
+ Registers a custom .base.eth or .basetest.eth domain name for the wallet address. |
post_castcreate_pool |
+ Creates a new Superfluid pool for a Supertoken. | +
update_pool |
+ Updates an existing Superfluid pool with recipients and flow rates. | +
query_streams |
+ Queries existing Superfluid streams using Graphql. | +
create_stream |
+ Creates a new Superfluid stream to an address with a given flow rate. | +
update_stream |
+ Updates an existing Superfluid stream with a new flow rate. | +
delete_stream |
+ Stops an existing Superfluid stream. | +
create_super_token |
+ Creates a new Supertoken implementation for an existing ERC20 token. | +
wrap_superfluid_token |
+ Wraps an ERC20 token into its Superfluid Super token implementation. | +
post_tweet_reply |
Creates a reply to an existing tweet using the tweet's unique identifier. |
upload_media |
+ Uploads media (images, videos) to Twitter that can be attached to tweets. | +
get_active_markets |
+ Retrieves active prediction markets from Truemarkets with pagination and sorting options. | +
get_market_details |
+ Fetches comprehensive details for a specific Truemarkets prediction market including question, status, prices, and liquidity. | +
wrap_ethunwrap_ethpaid_request |
- Makes HTTP requests to x402-protected API endpoints with automatic payment handling. | +make_http_request |
+ Makes a basic HTTP request to an API endpoint. If the endpoint requires payment (returns 402), +it will return payment details that can be used on retry. | +
retry_http_request_with_x402 |
+ Retries an HTTP request with x402 payment after receiving a 402 Payment Required response. | ||
fetch_payment_info |
- Fetches payment information from x402-protected endpoints without making payments. | +make_http_request_with_x402 |
+ Combines make_http_request and retry_http_request_with_x402 into a single step. | +
getPortfolioOverview |
+ Fetches and summarizes a crypto wallet's portfolio in USD. | +
getFungiblePositions |
+ Retrieves and summarizes a wallet's fungible token holdings (including DeFi positions) |
coinIt |
+ Creates a new Zora coin with customizable name, symbol, description, and image. | +