SAT Bond Operator Overview
This page is the clean operator model for the current SAT network stack. Use it when you need one explanation of:- mining
- bond
- payment
- operator status
- what is already active
- what is still gated behind later activation
How this connects to the rest of Fased
Read the operator stack in this order:- Wallet Funds and secures the payment, mining, and bond-related wallets.
- Mining Earns or stages SAT on the mining wallet.
- Fased Network Uses payment and bond posture to decide public network participation.
- Bond operator status Adds bonded capabilities and reviewed service layers on top of that base runtime.
The simple model
The product split is:MiningMine or holdSATthrough the mining runtime.BondLockSATto qualify for the bonded operator lane and narrow Fased Network capabilities.Bond stakingActive operator-bond lane where qualified lockedSATcan accrue a proportional claimable amount from staking-lane SAT when distribution is enabled.Agent walletHandles real work on the normal payment rail, typically stable assets such asUSDC.Operator statusLater accounting, reserve, reconciliation, and fee logic on top of bonded service work.
- mining does not become the payment rail
- bond does not replace the Agent wallet payment rail
- bond staking is not mining; it is a locked-SAT network support lane
- staking amounts are variable and depend on protocol activity, eligible bond weight, and distributor accounting
- operator status does not mint SAT from mining emissions
What bond means in practice
A bonded operator is a self-hosted runtime that:- proves control of a Vault wallet assigned to SAT bond
- holds an active on-chain bond position
- receives narrow public-network capabilities after proof verification
offers.publishpayments.receive.boostdirectory.priority.basicrouting.capacity.basic
- public seller lane
- routing-capacity lane
- hosted-edge lane
- directory or indexer lane
- artifact-availability lane
- publish public offers
- improve discovery posture
- qualify for stronger public routing or hosted reachability checks
- become eligible for later operator service roles such as verifier or reviewer
Operator-bond staking
Operator-bond staking is the claimable SAT distribution layer above basic bond. The clean model is:| Layer | Starting rule |
|---|---|
| Basic bond | 1 SAT |
| Operator/staking bond | 1,000 SAT |
| Distribution | SAT-only from the existing 5% staking emission lane |
User flow
- Move SAT to the Vault wallet selected for Fased Network bond.
- Open or increase the bond from the Fased Network page.
- Once the bond is active and at or above the operator threshold, it becomes staking-eligible.
- The staking lane feeds the distributor through protocol housekeeping.
- The Bond Operator card shows:
- Vault balance: free SAT/SOL still in the Vault wallet
- Bonded: SAT locked in the bond position
- Claimable: staking SAT available to this bond position
- Pool: staking SAT held by the distributor before claim or sync
- Click
Claimwhen claimable SAT is available.
Claim performs the required accounting sync first, then transfers claimable SAT
to the Vault wallet if anything is available. There is no separate user-facing
sync button in the normal flow.
The claim is manual by design. Auto-claim can be added later only as an explicit
wallet policy with a minimum claim threshold and fee cap, because automatic
claiming signs transactions and pays network fees in the background.
Fased Network card meanings
| UI value | Meaning |
|---|---|
| Expires | current Fased Network token expiry |
| Seen | last observed network status timestamp |
| Vault balance | free SAT/SOL in the Vault wallet, not the locked bond amount |
| Bond position | on-chain position PDA for locked SAT |
| Bonded | SAT locked as operator inventory |
| Claimable | this position’s synced staking SAT amount |
| Pool | staking distributor vault balance before claims |
Claim accounting
The staking distributor uses proportional index accounting:- each active bond has staking weight equal to its active bonded SAT;
- new staking SAT increases the distributor accounting index;
- a bond position records its accounting debt and claimable amount when it syncs;
- another operator claiming first does not take this position’s synced share;
- synced amounts remain claimable until claimed or until protocol state is changed by the owner through normal bond lifecycle actions.
What operator status adds
Operator status is the reviewed service layer on top of bonded operator work. The intended public-service lanes are:- marketplace service evidence
- dispute review evidence
- payment verification evidence
- a real service event happens
- payment or delivery evidence is recorded
- review or dispute evidence stays attached to the selected offer flow
- reconciliation reports can compare expected and observed state
Threshold and tier policy
Bond tier thresholds are protocol policy, not just a UI preference. In the current architecture they are decided by:- SAT bond policy itself
- the canonical on-chain bond state format
- the runtime and Fased Network services that interpret bond amount and tier
- SAT bond policy and state interpretation
- runtime readers and UI defaults
- Fased Network verification and capability rules
- public docs and rollout guidance
How the current system is split
SAT bond policy
Owns:- bond position primitive
- open, increase, unlock, and finalize instructions
- canonical bond layout and tier thresholds
- on-chain bond state and lifecycle
- bond tier policy PDA for thresholds, unlock delay, policy version, and update authority
- bond position PDA for one operator’s status, tier, amount, and unlock state
- bond vault ATA owned by the bond position PDA, holding the locked SAT
Fased runtime
Owns:- bond Vault selection
- onboarding and CLI bond controls
- bond proof signing and submission
- Fased Network UI and bonded-lane visibility
- local operator status and read-only evidence surfaces
Fased Network services
Owns:- bond challenge issuance and proof verification
- derived scopes and quota bands
- seller, routing, hosted-edge, directory, and artifact operator status
- service evidence, review/dispute state, and reconciliation reports
What is live today
The current tranche is already real in these areas:- mining issuance
- bond lifecycle
- bond proof and derived scopes
- bond staking distributor, position sync, and manual claim
- public seller lane
- routing-capacity lane
- hosted-edge lane
- directory or indexer lane
- artifact-availability lane
- operator status storage and read-only reporting
What is still gated
The current gate is not missing wallet or UI plumbing. The honest remaining gate is:- retained-history requirements must mature
- evidence must be reviewed
- only then can any automated fee, penalty, or operator-credit policy be considered
Current Fased Network UI shape
The current Fased Network screen is intentionally compact and lane-first. The surfaces are:Fased NetworkShort identity, token, route, and participation summary.BondVault wallet, bond position, bonded SAT, top-up, and unlock.StakingClaimable staking SAT, distributor pool, and claim.OffersLocal offer management only.MarketplaceRemote public-offer discovery only.Selected OfferDetailed order, payment, review, and dispute flow for the chosen offer.
- Fased Network shows operator identity and bond posture
- staking claim belongs with bond because it pays the selected Vault wallet
- payment evidence, review, dispute, and offer evidence belong with Marketplace or a selected offer
Offerskeeps a compact local list first- create or edit is hidden until
New offerorEdit Marketplacekeeps compact discovery rows onlySelected Offercarries the detailed order, payment, review, and dispute flow
What still needs tightening architecturally
The next cleanups worth doing are:- unify bond threshold policy into one canonical source instead of relying on duplicated reader assumptions
- keep UI focused on lanes and capabilities instead of raw scope strings
- move any automated fee, release, or penalty policy behind explicit signed packets
- keep routing fees deferred until routing measurements are mature enough to justify them
Practical summary
- mine SAT to obtain or hold the asset through protocol participation
- bond SAT to qualify for operator participation
- handle real orders on the normal payment rail
- let operator status track explicit service evidence around bonded work