federation_bond_post
InactiveTool of ComOS Federation Gateway
Post (or increase) your manager root's bond (CO 265): moves N of a tenant treasury you OWN from spendable to bonded — your value, on your ledger, nothing crosses and no cut bites. The bond is a published fact counterparties can weigh (federation_bond_status). Release runs a notice clock that must complete while your standing is ACTIVE — a root in bad standing cannot take its capital and leave. Optional, never required at the door. Requires tenants:write.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tenant_id",
"amount"
],
"properties": {
"amount": {
"type": "number",
"description": "Coms to bond (positive integer). Accumulates on an existing bond."
},
"tenant_id": {
"type": "string",
"description": "The treasury the bond is posted from — a tenant your root owns."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries