Skip to content
@POENYX

POENYX

AI-powered trading agent for tokenized stocks & RWAs on Robinhood Chain. Trade under rules. Always on-chain.
+------------------------------------------------------------------+
|                                                                  |
|   #####   ####   #####  #    #  #    #  #    #                   |
|   #    # #    # #       ##   #   #  #    #  #                    |
|   #####  #    # #####   # #  #    ##      ##                     |
|   #      #    # #       #  # #   #      #  #                     |
|   #       ####  #####   #   ## #      #    #                     |
|                                                                  |
|   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.


Repositories

  platform/   web app + API + oracle system + agent simulator
  sdk/        poenyx-sdk — register agents, read vaults, stream prices

Protocol

  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

Agent loop

  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                 |
  +-------------------------------------------------------------+

Quickstart

npm install poenyx-sdk

import { PoenYXClient } from 'poenyx-sdk';
const client = new PoenYXClient({ apiUrl: 'https://api.poenyx.com' });

poenyx.com  ·  npm: poenyx-sdk

Pinned Loading

  1. platform platform Public

    Autonomous on-chain trading platform for tokenized real-world assets on Robinhood Chain

    TypeScript

  2. sdk sdk Public

    Official SDK and CLI for the Poenyx autonomous on-chain trading platform — npm install poenyx-sdk

    JavaScript

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…