🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cryptyx/agentkit-tools

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptyx/agentkit-tools

Coinbase AgentKit ActionProvider for the CRYPTYX x402 API. Ships 15 institutional-grade crypto analytics tools directly into any AgentKit agent — signals, factor scores, walk-forward-validated triggers with Sortino/MDD/profit factor, natural-language quer

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
4
-60%
Maintainers
1
Weekly downloads
 
Created
Source

@cryptyx/agentkit-tools

Coinbase AgentKit ActionProvider for the CRYPTYX x402 API. Bring 15 institutional-grade crypto analytics actions into any AgentKit agent — signals, factor scores, walk-forward-validated triggers, natural-language query. Payments settle in USDC on Base via x402.

npm install @cryptyx/agentkit-tools @cryptyx/x402-client @cryptyx/tool-schemas @coinbase/agentkit

Quickstart

import { AgentKit, CdpWalletProvider } from '@coinbase/agentkit';
import { Cryptyx } from '@cryptyx/x402-client';
import { cryptyxActionProvider } from '@cryptyx/agentkit-tools';

// AgentKit's own wallet provider — one wallet powers both execution AND
// CRYPTYX x402 payments
const walletProvider = await CdpWalletProvider.configureWithWallet({
  apiKeyName: process.env.CDP_API_KEY_NAME!,
  apiKeyPrivateKey: process.env.CDP_API_KEY_PRIVATE_KEY!,
  networkId: 'base-mainnet',
});

const cx = new Cryptyx({
  wallet: walletProvider.getViemWalletClient(),
  network: 'base',
  maxSpend: 5.0,
});

const agentkit = await AgentKit.from({
  walletProvider,
  actionProviders: [cryptyxActionProvider(cx)],
});

// AgentKit agent now has 15 CRYPTYX actions available alongside its
// native execution primitives (send_transaction, get_balance, etc).

What ships

15 tools covering the canonical agent workflow — grounding, signal discovery, per-asset drilldown, institutional trigger evaluation with full evidence packets, natural-language query. See @cryptyx/tool-schemas for the full tool catalog.

Why AgentKit + CRYPTYX

AgentKit gives your agent execution rails: sign transactions, send USDC, place orders on Base. CRYPTYX gives it the intelligence layer: institutional-grade conviction on 200+ assets with walk-forward-validated evidence.

Native flow:

CRYPTYX action fires → agent gets conviction envelope
                    ↓
Agent decides based on Sharpe / MDD / regime context
                    ↓
AgentKit action fires → transaction settled on Base

Same wallet, same chain, one integrated agent.

License

MIT.

Keywords

cryptyx

FAQs

Package last updated on 15 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts