Each request is paid in USDC via x402 on Solana.
Subscriptions are dead.
USDC / SIGNAL
RESPONSE TIME
LIVE PROTOCOL
Limen is a AI-driven crypto signal platform. Each signal request is processed in real-time and paid for using x402 micropayments. No subscriptions, no middlemen just on-chain access when you need it.
Build on Limen’s protocol using our open-source SDK. Integrate AI crypto signals and x402 micropayments directly into your trading bots, dashboards, or agents.
npm install limen-sdk
import { LimenClient } from "limen-sdk"
const client = new LimenClient({
network: "solana-mainnet",
wallet: { address, signMessage },
baseUrl: "https://api.limen.trade"
})
// Request an AI signal
const signal = await client.requestSignal("SOL-USD", "1h")
console.log(signal)
Simple, transparent, and fully on-chain
Link your Solana wallet securely via Phantom, Solflare, or Backpack.
Select your desired trading pair and timeframe for the signal request.
Each request costs 0.1 USDC — processed instantly through Solana micropayments.
Limen AI models analyze and deliver actionable LONG/SHORT signals in seconds.
Payments are processed as small on-chain USDC transfers using x402 on Solana. When you request a signal your wallet signs a payment authorization, the funds move immediately and a receipt is recorded on-chain, no recurring invoices. This keeps costs transparent and gives you a verifiable record for every request.
Each signal request costs 0.1 USDC, taken at the time of the request. There are no subscriptions or recurring charges, you only pay for the signals you use. Because these are micropayments on Solana, settlement is fast and on-chain fees remain very low.
Signals include the recommended direction (LONG or SHORT), the trading pair and timeframe, a short explanation of the reasoning, and a confidence indicator. When relevant we also surface suggested entry/exit ranges and stop levels so you get a practical, actionable result rather than just a label.
No there is no native token required. All you need is a Solana-compatible wallet and enough USDC to cover the micropayments you plan to make. Wallets like Phantom, Solflare, and Backpack are supported and can sign payments directly from the client.
Yes. Our SDK lets developers integrate signals and micropayments into bots, dashboards, or backend services. It handles request signing, payment flow, and returns structured signal data you can consume programmatically.