c
cortex-plugin-crypto
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
cortex-plugindevelopmentesmintegrationspecialty
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-cryptoConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetch
Tags
cortex-plugindevelopmentesmintegrationspecialty
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
Cortex Plugin: Crypto / Web3 Agent
Wallet management, smart contract interaction, token swaps, and DeFi analytics across Ethereum, Polygon, Arbitrum, Optimism, Base, and Solana.
Installation
cortex plugin install github:CortexPrism/cortex-plugin-crypto
Tools
crypto_get_balance
Get wallet balance for an address.
address(string, required) — Wallet addressnetwork(enum, default: "ethereum") — Network: ethereum, polygon, arbitrum, optimism, base, solanatoken(string, optional) — ERC20 contract address or "native" for ETH
crypto_get_transactions
Get transaction history for an address.
address(string, required) — Wallet addressnetwork(string, optional) — Blockchain networklimit(number, default: 20) — Max transactions to return
crypto_estimate_gas
Estimate gas cost for a transaction type.
network(string, optional) — Blockchain networktx_type(enum) — Transaction type: transfer, swap, contract_call
crypto_read_contract
Read data from a smart contract.
contract_address(string, required) — Smart contract addressabi(string, required) — JSON ABI of the contractmethod(string, required) — Contract method to callparams(string, optional) — JSON array of method parametersnetwork(string, optional) — Blockchain network
crypto_defi_analytics
Get DeFi protocol analytics (TVL, volume, APY, fees).
protocol(enum, required) — Protocol: uniswap, aave, compound, curve, lidometric(enum, required) — Metric: tvl, volume, apy, feesnetwork(string, optional) — Blockchain network
Configuration
| Key | Type | Description |
|---|---|---|
etherscanApiKey | secret | Etherscan API key |
infuraProjectId | text | Infura project ID |
defaultNetwork | select | Default network: ethereum, polygon, arbitrum, optimism, base, solana |
Development
deno task test
deno fmt
deno lint
License
MIT
Published June 15, 2026 · Updated June 15, 2026