20 LangChain tools organized by blockchain operation type
{ account_address?: string }
{ account_address?: string }
{ account_address?: string }
{ input: string }
Input: 'name,symbol,initialSupply[,divisibility]'
or JSON
{ input: string }
Input: 'name,description[,maxSupply,iconUrl]'
or JSON
{ resource_address: string, amount: string }
{ resource_address: string, nft_data: object }
{ input: string }
Input Formats:
'toAddress,amount[,resourceAddress]'
or JSON'toAddress,resourceAddress,nftId'
or JSON{ component_address: string, method_name: string, args?: any[] }
{ component_address: string }
{ validatorAddress: string, amount: string }
{ validatorAddress: string, amount: string }
{ validatorAddress: string }
{ input: string }
Input: 'resource1,resource2,amount1,amount2[,feeTier,assetRatio1,assetRatio2,hookAddress]'
or JSON
{ input: string }
Input: 'resource1,resource2,amount1,amount2,hookAddress[,feeTier]'
or JSON
{ input: string }
Input: 'poolAddress,amount1,amount2[,minAmount1,minAmount2]'
or JSON
{ input: string }
Input: 'poolAddress,lpAmount[,minAmount1,minAmount2]'
or JSON
{ input: string }
Input: 'poolAddress,fromResource,toResource,amountIn[,minAmountOut]'
or JSON
{ input: string }
Input: 'poolAddress,resourceAddress,amount,callbackComponent[,callbackData]'
or JSON
Category | Tool Count | Tools |
---|---|---|
Account & Wallet | 3 | get_account_info, get_balances, fund_stokenet_wallet |
Token Operations | 5 | create_fungible_resource, create_non_fungible_resource, mint_fungible_resource, mint_non_fungible_resource, transfer_tokens |
Component Interaction | 2 | call_component_method, get_component_state |
Validator Operations | 3 | stake_xrd, unstake_xrd, claim_xrd |
DeFi Operations | 6 | create_two_resource_pool, create_hooked_pool, add_liquidity, remove_liquidity, swap_tokens, flash_loan |
Utility | 1 | get_epoch |
account_tdx_...
(testnet) / account_rdx_...
(mainnet)resource_tdx_...
(testnet) / resource_rdx_...
(mainnet)component_tdx_...
(testnet) / component_rdx_...
(mainnet)validator_tdx_...
(testnet) / validator_rdx_...
(mainnet)