Robinhood testnet experiment
The subject
| Chain | Robinhood testnet (46630) |
|---|---|
| Input | TSLA, a faucet-issued test token. Not a share, not a security, not owned by anyone. 0xC9f9c86933092BbbfFF3CCb4b105A4A94bf3Bd4E |
| Payout | UNICA Test Dollar (uTUSD), a local test token. Not a stablecoin, nothing backs it, and it exists only in local tests. |
Architecture
Settlement would run through a dedicated hook-enabled pool. Existing pools holding this token carry no hook at all, so a hook can enforce nothing on them.
Those existing pools are used only as a separate executable reference venue. Separate is not independent: a different pool is not independent market data, does not establish fair value, and is not manipulation-resistant. It is one policy input, never an authorization.
Confidential orchestration
- The CRE local simulator is available and has been exercised locally.
- Hosted Confidential Workflows access is applied for and under review. It is not granted.
- The simulator is not a real TEE. Its own output says so.
- Simulator logs are visible for debugging. In real execution they would not leave the enclave.
- Never put a real secret in the simulator. Local runs use synthetic values only.
- There is no live CRE deployment, and no contract trusts a workflow result.
Why the live action is disabled
- Hook not deployed. No settlement hook exists on chain 46630.
- Executor not deployed. No settlement executor exists on that chain.
- Payout token unresolved. No payout token's issuer or mint authority has been verified there.
- No hook-enabled pool. Every pool holding this input has hooks = the zero address, so a hook can enforce nothing on it.
- Hosted CRE access under review. Confidential Workflows access has been applied for and is not granted.
- No confirmed settlement. No transaction on that chain has ever satisfied the confirmed-evidence requirement.
Disabled: every prerequisite above is unmet. This control is not wired to any chain and cannot become enabled by a link, a setting, or a wallet.
What may be shown here
- Mock
- Fixture data. Nothing was executed.
- Simulation
- Executed against a local chain or the CRE local simulator. Not a settlement.
- Testnet settled
- A confirmed transaction on a real chain, with matching contracts, a measured merchant balance increase and the settlement event in its own logs. No experimental record has ever met this.
Mock and simulated runs happen only when script is available. Neither is a settlement.