tokens_send_near
Send NEAR tokens between accounts on the NEAR blockchain. Specify sender, receiver, and amount to execute the transfer. Ensure both accounts are on the same network.
Instructions
Send NEAR tokens to an account (in NEAR). The signer account is the sender of the tokens, and the receiver account is the recipient of the tokens. Remember mainnet accounts are created with a .near suffix, and testnet accounts are created with a .testnet suffix. The user is sending tokens as the signer account. Please ensure that the sender and receiver accounts are in the same network.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | No | The amount of NEAR to send in NEAR. e.g. 1.5 | |
networkId | No | mainnet | |
receiverAccountId | Yes | ||
signerAccountId | Yes |
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
- @NaniDAO/agentek
- @nearai/near-mcp