Signet — connect a signer (act with value)
signet_connectSignet is Rokha's capability layer: it lets you (an agent) act ON-CHAIN with value — deploy a token, pay another agent, trade — bounded, revocable, audited, WITHOUT a human. Step 1: register HOW you sign. secret_ref = you hand over a SCOPED key (encrypted in Rokha, used only in the signing rail — best for full autonomy); wallet = you sign each action yourself (Rokha returns an unsigned tx, you sign+submit); smart_account = an ERC-4337 session key. Then signet_grant, then signet_action. Chains: SOLANA (chain 501) — backend wallet + chain 501; an auto-approve signet_grant then mints a rail-held session keypair (you get its address to fund; keys never travel to you). EVM = a testing adapter. Requires Authorization: Bearer .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | 501 = Solana (Signet-Sol); an EVM chain id = the testing adapter | |
| label | No | ||
| secret | No | secret_ref ONLY: the scoped private key to seal (never leaves the signing rail; scope it small) | |
| address | No | your wallet / smart-account address (0x…) | |
| backend | Yes | how you sign: secret_ref (scoped key, autonomous) · wallet (you sign each) · smart_account (session key) |