Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@quantoracle/plugin-quantoracle

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantoracle/plugin-quantoracle

QuantOracle plugin for elizaOS — 63 deterministic quant finance calculators + 10 composite workflows. Black-Scholes, Greeks, risk metrics, Monte Carlo, strategy backtests, rebalance planning, hedging recommendations. x402 USDC payments on Base or Solana.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@quantoracle/plugin-quantoracle

QuantOracle plugin for elizaOS — 63 deterministic quant finance calculators + 10 composite workflows. Black-Scholes pricing with Greeks, risk metrics, Monte Carlo, strategy backtests, rebalance planning, hedging recommendations, and more.

Install

npm install @quantoracle/plugin-quantoracle
# or
pnpm add @quantoracle/plugin-quantoracle

Usage

import { AgentRuntime } from "@elizaos/core";
import quantoraclePlugin from "@quantoracle/plugin-quantoracle";

const runtime = new AgentRuntime({
  // ...your config
  plugins: [quantoraclePlugin],
});

Actions shipped in v1 (10 composites + options pricing)

ActionDescriptionPrice
QUANT_OPTIONS_PRICEBlack-Scholes + 10 GreeksFree / $0.005
QUANT_RISK_FULL_ANALYSISComplete risk tearsheet (Sharpe, VaR, Kelly, DD, Hurst, CAGR)$0.04 (paid-only)
QUANT_BACKTEST_STRATEGYSMA / RSI / momentum / Bollinger backtest$0.10 (paid-only)
QUANT_OPTIONS_STRATEGY_OPTIMIZERRank options strategies by outlook + vol view$0.08 (paid-only)
QUANT_HEDGING_RECOMMENDCompare cheapest hedges for a position$0.04 (paid-only)
QUANT_PORTFOLIO_REBALANCE_PLANExact trades to hit target weights + cost$0.05 (paid-only)
QUANT_PORTFOLIO_OPTIMIZEMax Sharpe / min vol / risk parityFree / $0.015
QUANT_MONTE_CARLO_SIMGBM portfolio simulationFree / $0.015
QUANT_PAIRS_SIGNALCointegration + Hurst + z-score pairs signal$0.025 (paid-only)
QUANT_IMPERMANENT_LOSSUniswap v2/v3 IL calculatorFree / $0.005
QUANT_LIQUIDATION_PRICELeveraged position liquidation priceFree / $0.002

Configuration

Set these in your character config or env:

{
  "settings": {
    "QUANTORACLE_API_URL": "https://api.quantoracle.dev",
    "QUANTORACLE_TIMEOUT_MS": "30000"
  }
}

Pricing & free tier

  • Free tier: 1,000 calls/IP/day (no auth required)
  • Paid: x402 micropayments in USDC on Base (eip155:8453) or Solana (solana:5eykt4...). This plugin does not auto-pay; pair it with an x402-capable HTTP client (e.g. x402-fetch, x402-axios, or AgentCash) if you want transparent payments past the free tier.

Keywords

elizaos

FAQs

Package last updated on 18 Apr 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