Product documentation

Docs

How JENTO is structured, what the public interface represents, and how onchain state is treated throughout the product.

Overview

JENTO AGENT is an autonomous onchain agent designed for Robinhood Chain. Its product model separates observation, decision logic, policy enforcement, execution, and public verification. The public website is an interface to real network and token state rather than a source of synthetic trading statistics.

Robinhood Chain

JENTO is configured for Robinhood Chain Mainnet, Chain ID 4663, with ETH as the native gas asset. Wallet connections and contract references use that network only.

Execution model

Autonomous execution should operate through explicit permissions and deterministic controls. A decision component may form an action, but authorization and policy boundaries remain separate from that decision. Public communications do not constitute transaction authority.

Core sequence

  • Read approved state and market inputs.
  • Evaluate a defined strategy or condition.
  • Validate the proposed action against execution policy.
  • Submit the transaction through the authorized execution path.
  • Confirm the resulting onchain state before treating the action as complete.

Data integrity

JENTO is designed around real values. Network status, block height, gas, wallet balances, token metadata, contract addresses, and transaction references should originate from Robinhood Chain or the applicable canonical source. If a value cannot be retrieved, the interface does not manufacture a replacement.

$JENTO

$JENTO is the JENTO ecosystem token. Its official contract address is the primary identifier used by the site. The token page reads ERC-20 metadata from that address and builds the purchase route as ponsfamily.com/launchpad/{contract}.