
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@cryptyx/agentkit-tools
Advanced 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
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
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).
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.
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.
MIT.
FAQs
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
The npm package @cryptyx/agentkit-tools receives a total of 4 weekly downloads. As such, @cryptyx/agentkit-tools popularity was classified as not popular.
We found that @cryptyx/agentkit-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.