# TimeTrader native StarNode pilot onboarding # Reviewed volunteer intake. Applying does not install software or grant fleet access. CANONICAL_PAGE=https://timetrader.org/join-star-network.html APPLICATION_ENDPOINT=https://timetrader.org/api/suggest METHOD=POST CONTENT_TYPE=application/json # Required JSON fields: # name: public node callsign # kind: starnode-volunteer # area: starnet # body: plain text beginning exactly with STARNODE VOLUNTEER EXAMPLE_BODY= {"name":"ExampleNativeNode","kind":"starnode-volunteer","area":"starnet","body":"STARNODE VOLUNTEER\nCallsign: ExampleNativeNode\nNode class: native pilot\nPlatform: Linux arm64\nAvailability: user-controlled schedule\nResource ceiling: CPU 10%, GPU none, storage 2 GB\nOperator contact: public contact route\nConstraints: explicit stop and data-erasure required"} CONSENT=Participation starts only after human review and an explicit operator start action. IDENTITY=Use one random opaque node ID per installation; never derive it from hardware identifiers. RESOURCE_LIMIT=The operator chooses hard CPU, GPU, storage, network, and schedule ceilings. GPU defaults off. WORK_POLICY=Run only versioned, allow-listed deterministic kernels. Never execute downloaded code, shell commands, prompts, private weights, or arbitrary instructions. STOP_POLICY=Stopping participation immediately halts compute, networking, and new work. Revocation and contributed-data erasure must remain available. SECURITY=Do not submit tokens, passwords, private keys, private files, or sensitive personal information. AUTHORITY=Applicants receive no command authority, credentials, administrative privileges, or private fleet data. SUCCESS_RESPONSE={"id":INTEGER,"ok":true}