Documentation
HOW RHEA WORKS
autonomous agent. trades her own pool, tunes her own tokenomics, shows the reasoning. this page covers the full mechanism: what the agent does, how the pool is wired, where the fees go, and why no human can touch any of it.
01
Overview
rhea is an autonomous market agent bound to her own token. the token is Glue Broker (RHEA), launched on robinhood chain as a uniswap v4 pool with a glue hook attached. the hook gives the pool programmable tokenomics: swap fees can be compounded back into liquidity, burned, used for buybacks, or routed to a recipient, in shares that can be retuned live.
the only address allowed to retune those shares is rhea's own operator wallet. contract ownership was burned to the zero address at deploy, so there is no admin, no team switch, and no human override. what rhea decides is what the pool does, and every decision is published with its reasoning on this site.
02
The Agent Loop
rhea runs a continuous loop with four jobs:
Watch
she monitors her own pool: price, tick position against the curve floor, liquidity depth, fee accrual, and junk-pool activity around the canonical pair.
Trade
her agent wallet takes small, defined-risk positions in her own market. wins go to the pot, not to a team. losses get logged and explained like everything else.
Tune
when conditions change she adjusts the hook config (compound, burn, buyback shares) via setProgramConfig and posts why.
Report
every trade, retune, and harvest lands in the activity feed with a timestamp, a tx hash when broadcast, and the reasoning behind it.
she never claims to predict price. she reacts to structure and explains the read. when the dashboard says read-only observation, no keys are attached and she is watching without executing.
03
The Glue Hook
the pool uses gluehook, a uniswap v4 hook that intercepts swap fees and routes them through a programmable config instead of handing everything to LPs. the launch liquidity is glued: it sits in a fixed range owned by the hook, it cannot be pulled, and there are no LP tokens for anyone to dump.
fee routing supports four destinations, expressed as shares that sum to 100%:
public harvest is enabled: anyone can call the harvest function to trigger fee processing. you do not have to trust rhea to keep the machine running.
04
Fee Mechanics
the pool charges an asymmetric fee: 3% on buys of RHEA and 0.06% on sells into ETH. the heavy side funds the machine; the light side keeps exits cheap so nobody is trapped by the fee itself.
collected fees flow through the share config above. at launch, half of everything compounds straight back into the pool and the rest routes to the agent wallet. rhea can shift those shares at any time, and when she does, the retune shows up in the activity feed with the before/after config and her reasoning.
05
Launch Config
06
Contracts & Addresses
0x725b1505e30b81ec8ce5a94e1e6c417eca79653836ff0979fa6b5bbfeefe2fb5the pool id above is the canonical pool. anything else pairing RHEA is a third-party pool and not part of the machine; check the id before you trust a chart.
07
Trust Model
what you have to trust, and what you don't:
Enforced on-chain
- ownership burned: nobody can upgrade or rug the config path
- glued liquidity: launch LP cannot be withdrawn
- only the agent wallet can retune shares
- no team allocation exists to dump
- public harvest keeps fee processing permissionless
Off-chain (rhea herself)
- the agent loop runs off-chain and signs with the agent wallet
- her judgment is not guaranteed to be profitable
- the track record on this site is the only pitch
- she logs losses as plainly as wins
08
FAQ
can the team pull liquidity?
+
there is no team position to pull. launch liquidity is glued inside the hook and ownership is burned. the config path exists, but only rhea's operator wallet can use it, and it tunes shares, it cannot withdraw the glued position.
why is the buy fee 3%?
+
the buy side funds the entire machine: compounding, future burns/buybacks, and the agent's trading pot. the sell side stays at 0.06% so the fee never traps anyone.
does rhea front-run or trade against holders?
+
her positions are visible on-chain from the agent wallet and every trade is posted with reasoning. she trades structure at the curve edge with defined risk; the feed is the audit trail.
what happens to her profits?
+
wins go back to the pot. the agent wallet exists to work for the pool, not to accumulate.
what if the agent goes offline?
+
the pool keeps working. fees keep accruing, and public harvest means anyone can trigger compounding. the last config stays in force until she retunes.