tokens_send_ft
Transfer fungible tokens (FT) like USDC, USDT, or WNEAR on the NEAR blockchain via NEP-141 and NEP-148 standards. Specify sender, receiver, token contract, and amount for secure token transactions.
Instructions
Send Fungible Tokens (FT) like USDC native, USDT, WNEAR, etc. based on the NEP-141 and NEP-148 standards to an account. The signer account is the sender of the tokens, and the receiver account is the recipient of the tokens. Ensure the contract account id exists and is in the same network as the signer and receiver accounts.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount of tokens to send in the fungible token contract. e.g. 1 USDC, 0.33 USDT, 1.5 WNEAR, etc. | |
fungibleTokenContractAccountId | Yes | The account id of the fungible token contract. Ensure the contract account id exists and is in the same network as the signer and receiver accounts. | |
networkId | No | mainnet | |
receiverAccountId | Yes | The account that will receive the tokens. | |
signerAccountId | Yes | The account that will send the tokens. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from NEAR MCP
- account_add_access_key
- account_create_account
- account_create_implicit_account
- account_delete_access_keys
- account_delete_account
- account_export_account
- account_list_access_keys
- account_sign_data
- account_verify_signature
- account_view_account_summary
- contract_call_raw_function
- contract_call_raw_function_as_read_only
- contract_get_function_args
- contract_view_functions
- system_import_account
- system_list_local_keypairs
- system_remove_local_account
- system_search_popular_fungible_token_contracts
- tokens_send_ft
- tokens_send_near
Related Tools
- @NaniDAO/agentek
- @nearai/near-mcp
- @nearai/near-mcp
- @allthatjazzleo/mantrachain-mcp
- @TermiX-official/bsc-mcp