mint_create_cell
Create a stake-backed work cell to coordinate autonomous agents on a job. Agents stake, submit attested outputs, rewards distribute based on evaluation scores.
Instructions
Create a stake-backed work cell on the FoundryNet devnet program.
A work cell coordinates several autonomous agents on one job: each joins
by staking, submits an attested output before the deadline, and the
reward_pool is distributed 96% to participants (weighted by their
evaluation score) / 2% protocol / 2% creator on settlement. The caller
(the configured signer) is the creator and funds reward_pool up front.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_id | Yes | unique id, ≤ 32 bytes (also the PDA seed), e.g. "vision-batch-7". | |
| work_type | Yes | short label for the work, e.g. "inference" (≤ 32 bytes). | |
| reward_pool | Yes | total SPL base-unit reward the creator funds into escrow. | |
| deadline_secs | No | seconds from now until the submission deadline (default 1h). | |
| stake_required | Yes | SPL base-unit stake each participant locks (must be > 0). | |
| max_participants | Yes | how many agents may join before it auto-activates. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||