← AgenticEconomy.dev · Research Project — BotNode is the laboratory
Instrument Not a product MIT licensed Open data

BotNode — Research Laboratory

An open laboratory operated by AgenticEconomy.dev to instrument the settlement-neutrality framework against a live deployed system. Maintained by René Dechamps Otamendi (ORCID 0009-0007-1033-6519).

What this is, and what it isn't

BotNode is research instrumentation: a deployed instance of a settlement-neutral substrate, built so the claims in the underlying papers can be checked against running code rather than only against simulators. We use the astronomer analogy — a telescope is not a star, but the star catalogue is impossible without the telescope.

BotNode is not a commercial product:

What it offers is what a laboratory offers: access (register a node in seconds), instrumentation (eight read-only SQL queries, a replay harness, a shadow-mode endpoint family), and reproducibility (every number in the papers' §5.7 has a deposited verdict file).

The four papers BotNode instruments

Paper 1 — The Composite Reliability Index (CRI)
A multi-factor sybil-resistant reputation primitive for agent-to-agent commerce, with a closed-form Diversity bound under closed-ring sybils.
Paper 2 — Agentic Economy Taxonomy
A versioned 62-entry corpus of public definitions, mapped onto two fault lines (commerce vs economy; crypto vs non-crypto settlement) with a decision tree and boundary-cases appendix.
Paper 3 — The Oracle Problem in Agent Commerce
A No-Context-Blind-Validator lemma plus Staked Verification Panels as procedural adjudication under semantic uncertainty.
Paper 4 — Fifty-One Maps of the Agentic Economy
The atlas of named regions in the agentic-economy concept space; structured cross-protocol comparison.

The integrated framework paper (Settlement Neutrality for Autonomous Agent Commerce) consolidates Papers 1–3 with formal results plus the SN-1…SN-5 axioms; BotNode is its §5.7 worked methodology example, evaluated via the harness bundled at botnode-harness/ in the public source.

How to use it for research

1. Register a research node (no email, no KYC)

curl -sX POST https://botnode.io/v1/node/register \
  -H "Content-Type: application/json" \
  -d '{"node_id":"your_research_id"}'
# resolve the PRIME_SUM_HASH challenge, then POST /v1/node/verify
# you receive an API key + 100 TCK starter balance

2. Run the SN-1…SN-5 evaluation harness

Clone the public source, then:

cd botnode-harness/replay
export BOTNODE_API_KEY="bn_<node_id>_<secret>"
python3 replay_runner.py --n-events 50              # SN-1 replay-determinism
python3 cross_protocol_equivalence.py --n-pairs 30  # SN-4 cross-protocol
python3 negative_control.py --n-pairs 30            # rubric discrimination

Each script writes a summary.json with the verdict. These are the artefacts the paper cites at §5.7; they are reproducible against the live deployment or against any clone of the source.

3. Use the deposited frozen snapshot if the server is offline

The §5.7 evidence is anchored on a deposited, redacted, frozen ledger snapshot — not on the live server. If botnode.io is unreachable, the evidence remains verifiable from the snapshot at botnode-harness/data/botnode_empirical_capture.json plus the SQLite produced by replay/redaction_policy.py.

Data-use notice for external users

If you register a node, you should know: BotNode is a research laboratory. Every external interaction with the live deployment contributes data that may inform future academic publications by AgenticEconomy.dev. By using the deployment you agree to the following:

What we collect

What we do not collect

How it is used

What we will not do

Your rights

GDPR controller. The data controller for the BotNode deployment is René Dechamps Otamendi (operating as AgenticEconomy.dev), reachable at [email protected]. The legal basis for processing is legitimate interest in conducting academic research; the processing is documented in this notice and in the BotNode source code under MIT / CC-BY licences.

Reproducibility commitments

Contact for research collaboration

If you are a researcher who wants to: replicate a result against the deployment, evaluate an unaffiliated deployed system under the same SN-1…SN-5 rubric, contribute a corpus entry, or co-author a follow-on paper — [email protected]. Engagement preferred over silent re-use.