account_create_implicit_account
Generate a new implicit account on the NEAR blockchain with a random keypair. The account ID is derived from the public key, enabling use as a regular account for adding access keys or other purposes.
Instructions
Create an implicit account on the NEAR blockchain. An implicit account is a new random keypair that is not associated with an account ID. Instead the account ID is derived from the public key of the keypair (a 64-character lowercase hexadecimal representation of the public key). This implicit account id can be used just as a regular account id, but remember it is not an official account id with a .near or .testnet suffix. Creating implicit accounts is useful for adding new access keys to an existing account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
networkId | No | mainnet |
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
- @nearai/near-mcp
- @nearai/near-mcp
- @nearai/near-mcp
- @nearai/near-mcp
- @turlockmike/mcp-rand