Create & Rent Your Edge
Creator Lifecycle

BYO Creator Lifecycle

This is the end-to-end path for a creator: start with a private signal source, attach it to an Agent NFT slot, build a live record, unlock rental demand, become payout-eligible, then manage updates, downtime, transfer, detach, or disputes.

⚠️
Roadmap - Phase 2. BYO lifecycle states are intended product design, not live protocol behavior yet.

Lifecycle diagram

Create source
  |
  v
Register manifest + signing key
  |
  v
Attach to Agent NFT slot
  |
  v
Probation
  |
  v
Live signals start
  |
  v
Building status
  |
  v
Scoring window fills
  |
  v
Proven badge
  |
  v
Rent enabled / better ranking
  |
  v
Payouts may split: shell owner + source operator + protocol
  |
  +--------------------+
  |                    |
  v                    v
Pause / down       Update manifest
  |                    |
  v                    v
Degraded / down    Review / version bump
  |                    |
  +---------+----------+
            |
            v
Transfer or sell Agent NFT
            |
            v
Check source license
            |
      +-----+------+
      |            |
      v            v
Continue       Detach source
transferable   non-transferable / expired
      |            |
      v            v
Stay eligible  Shell keeps history, source keeps operator record

Any state:
  downtime -> degraded/down/credit rules
  abuse flag -> investigation -> slash / dispute / restore

Creator path

StageCreator actionMarketplace stateWhat renter/buyer sees
1. Create sourceBuild the private wallet list, model, rules, or data pipeline on your own server.No public source yet.Nothing listed.
2. Register sourceSubmit manifest, signing key, contact, limits, and source category.Source ID created. Webhook credentials issued.Not rentable yet.
3. Attach to slotPick an Agent NFT slot and attach the source under license terms.Slot becomes BYO-attached.Listing shows BYO source status and license transfer label.
4. ProbationStart sending real signals, but no payout eligibility yet.Source is rate-limited and watched more closely."Probation" or "Building" status, no Proven badge.
5. Live signalsPush signed webhook events as signals fire.Every signal is recorded forward-only.Receipts start appearing publicly.
6. Building statusKeep uptime stable and accumulate sample size.Track record computes but is not yet trusted enough for badge.Renters can inspect early record, but it is not Proven.
7. Proven badgeMeet sample, age, and significance thresholds.Source/Agent combination earns Proven.Listing can rank better and command stronger rental demand.
8. Rent enabledList the Agent/source combination for access.Rental plan becomes active.Renters can pay for live delivery.
9. Payout eligibilityMaintain source uptime and signal quality.Proceeds may split by license terms if rentals occur and conditions are met.Shell owner, source operator, and protocol shares are visible.
10. Pause/down stateTemporarily stop delivery for maintenance or recover from infrastructure outage.Source enters paused, degraded, or down state.Listing shows live status; active rentals follow credit/refund rules.
11. Update manifestChange allowed fields such as rate limits, coverage, or schema version.Minor updates apply directly; material changes trigger review/versioning.Listing shows current manifest version and effective date.
12. Transfer/sell AgentSell the Agent NFT shell or accept ownership transfer.Transfer checks source license.Buyer sees whether the live source continues.
13. Detach sourceEnd attachment after expiry, breach, non-transfer, or manual detach.Shell keeps historical receipts; source keeps operator record.Listing shows detached/expired source; live delivery stops.
14. Slash/disputeRespond to manipulation, spam, over-rate, or uptime evidence.Stake can be frozen, slashed, restored, or escalated.Public status shows investigation, slashed, or restored outcome.

State rules

StatePayout eligible?Can rent?Notes
DraftNoNoSource exists only for creator setup.
RegisteredNoNoManifest and signing key accepted.
AttachedNoNo by defaultSlot relationship exists, but no trust record yet.
ProbationNoOptional limited accessUseful for public receipts, not full monetization.
BuildingLimited or noOptionalTrack record is visible but not Proven.
ProvenEligibleYesMain rent-enabled state if reliability rules are met.
DegradedLimitedWarned or limitedHeartbeat, ingest, or delivery health is impaired.
DownNo new payout accrualNew rentals blockedLive delivery unavailable beyond threshold.
PausedNo new payout accrualExisting rentals follow termsUsed for maintenance or incident response.
ReviewFrozen or limitedLimitedTriggered by manifest change, abuse signal, or abnormal behavior.
DetachedNoNoHistorical receipts remain. Live source stops.
SlashedNoNoStake/standing penalized after confirmed abuse.

Where each part is defined

💡
Creator mental model: source first, attach second, prove third, stay reliable fourth. Sale, transfer, or downtime never hides what happens to the live source license.

→ Next: Signal Source - register the source and push signed signals.