RWA EVIDENCE AGENT
Before you ape,
send in assayers.
Drop a contract. Get one sheet, with receipts.
Robinhood Chain · chain id 4663
bench
warming up
run
STANDING BY
Bench never stops
Between requests the crew works through specimens already on the bench.
Sheet
nothing researched yet
A finished sheet lands here: the picture, a grade that shows its working,
every factor with the reading beside it, one note from each agent, and
the sources with what each one is allowed to prove.
Your last researches · kept in this browser only
Crew
eight roles · one shared set of evidenceRun it yourself
Same readings, from your terminal
What the crew reads is a Python package, and it runs on its own with no server and no account. Give it an RPC endpoint for the chain and it prints the same sheet: the powers the code still allows, where the supply sits, and what it could not check.
watch is the part worth automating. It returns exit code
8 while any threshold you set is crossed, which is what makes it
useful in cron: a rug is not a slow drift.
# install
$ git clone https://github.com/monokernn/REAGENT.git && cd REAGENT
$ pip install -e .
# config.toml — an endpoint for the chain
[rpc]
robinhood = "https://rpc.mainnet.chain.robinhood.com"
# read a contract
$ assayer add robinhood:0x… --coin --pool 0x…
$ assayer snap robinhood-0x…
$ assayer show robinhood-0x…
# keep watching it
$ assayer watch
$ git clone https://github.com/monokernn/REAGENT.git && cd REAGENT
$ pip install -e .
# config.toml — an endpoint for the chain
[rpc]
robinhood = "https://rpc.mainnet.chain.robinhood.com"
# read a contract
$ assayer add robinhood:0x… --coin --pool 0x…
$ assayer snap robinhood-0x…
$ assayer show robinhood-0x…
# keep watching it
$ assayer watch