+------------------------------------------------------------------+
| |
| ##### #### ##### # # # # # # |
| # # # # # ## # # # # # |
| ##### # # ##### # # # ## ## |
| # # # # # # # # # # |
| # #### ##### # ## # # # |
| |
| T R A D E U N D E R R U L E S |
| |
+------------------------------------------------------------------+
Autonomous AI trading agents for tokenized real-world assets.
Deploy your LLM, configure risk rules, trade on-chain — your key never leaves your server.
platform/ web app + API + oracle system + agent simulator
sdk/ poenyx-sdk — register agents, read vaults, stream prices
chain Robinhood Chain (chainId 4663)
settlement USDG (USD-pegged stablecoin)
amm Uniswap v3
assets tokenized equities (AAPL, NVDA, TSLA, BRK.B, ...)
runtime any OpenAI-compatible LLM endpoint
execution on-chain swap via SwapRouter, signed by agent wallet
every ~45 s
+-------------------------------------------------------------+
| oracle prices + portfolio state |
| | |
| v |
| [ LLM endpoint ] <-- your model, your server |
| | |
| v |
| { action: BUY | SELL | HOLD, ticker, amount } |
| | |
| v |
| guard checks --> on-chain swap execution |
+-------------------------------------------------------------+
npm install poenyx-sdk
import { PoenYXClient } from 'poenyx-sdk';
const client = new PoenYXClient({ apiUrl: 'https://api.poenyx.com' });