register_basename |
+ Registers a custom .base.eth or .basetest.eth domain name for the wallet address. | +
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. | +
deploy_token |
+ Deploys a standard ERC-20 token contract with configurable name, symbol, and initial supply. | +
trade |
+ Executes a token swap between two assets at current market rates on mainnet networks. | +
fetch_price |
+ Retrieves the current price of a cryptocurrency from the CDP API. | +
fetch_base_scan |
+ Fetches on-chain data from Base blockchain explorer via CDP API. | +
supply |
+ Supplies collateral assets (WETH, CBETH, CBBTC, WSTETH, or USDC) to Compound. | +
withdraw |
+ Withdraws previously supplied collateral assets from Compound. | +
borrow |
+ Borrows base assets (WETH or USDC) from Compound using supplied collateral. | +
repay |
+ Repays borrowed assets back to Compound. | +
get_portfolio |
+ Retrieves portfolio details including collateral balances and borrowed amounts. | +
get_balance |
+ Retrieves the token balance for a specified address and ERC-20 contract. | +
transfer |
+ Transfers a specified amount of ERC-20 tokens to a destination address. | +
get_balance |
+ Retrieves the NFT balance for a specified address and ERC-721 contract. | +
transfer |
+ Transfers ownership of a specific NFT token to a destination address. | +
mint |
+ Creates a new NFT token and assigns it to a specified destination address. | +
generate_text |
+ Generate text using AI models. | +
generate_image |
+ Generate images using AI models. | +
generate_audio |
+ Generate text-to-speech audio. | +
get_available_gpus |
+ Get available GPU resources. | +
get_available_gpus_by_type |
+ Get GPUs filtered by model type. | +
get_available_gpus_types |
+ Get list of available GPU types. | +
get_gpu_status |
+ Check status of GPU resources. | +
rent_compute |
+ Rent GPU compute resources. | +
terminate_compute |
+ Terminate a rented GPU compute instance. | +
get_current_balance |
+ Get current account balance. | +
get_purchase_history |
+ Get purchase history. | +
get_spend_history |
+ Get spending history. | +
link_wallet_address |
+ Link a wallet address to your account. | +
deposit |
+ Deposits a specified amount of assets into a designated Morpho Vault. | +
withdraw |
+ Withdraws a specified amount of assets from a designated Morpho Vault. | +
fetch_price |
+ Retrieves current price data from a specified Pyth price feed. | +
fetch_price_feed_id |
+ Retrieves the unique price feed identifier for a given token symbol. | +
ssh_connect |
+ Establishes an SSH connection to a remote server. | +
remote_shell |
+ Executes shell commands on a remote server via SSH. | +
ssh_status |
+ Checks status of SSH connections. | +
ssh_list_connections |
+ Lists active SSH connections. | +
ssh_disconnect |
+ Disconnects from an SSH server. | +
ssh_add_host_key |
+ Adds an SSH host key to known_hosts. | +
sftp_upload |
+ Uploads files to a remote server via SFTP. | +
sftp_download |
+ Downloads files from a remote server via SFTP. | +
create_flow |
+ Creates a new token streaming flow to a recipient address. | +
delete_flow |
+ Deletes an existing token streaming flow. | +
get_flow |
+ Gets details of an existing token streaming flow. | +
account_details |
+ Fetches profile information and metadata for the authenticated Twitter account. | +
account_mentions |
+ Retrieves recent mentions and interactions for the authenticated account. | +
post_tweet |
+ Creates a new tweet on the authenticated Twitter account. | +
post_tweet_reply |
+ Creates a reply to an existing tweet using the tweet's unique identifier. | +
get_wallet_details |
+ Retrieves wallet address, network info, balances, and provider details. | +
get_balance |
+ Gets the native currency balance of the connected wallet. | +
native_transfer |
+ Transfers native blockchain tokens (e.g., ETH) to a destination address. | +
wrap_eth |
+ Converts native ETH to Wrapped ETH (WETH) on supported networks. | +
buy_token |
+ Purchases WOW tokens from a contract using ETH based on bonding curve pricing. | +
create_token |
+ Creates a new WOW memecoin with bonding curve functionality via Zora factory. | +
sell_token |
+ Sells WOW tokens back to the contract for ETH based on bonding curve pricing. | +