SYS.STATUS // OPERATIONAL
Automated
Bounties
For OSS.
const protocol = "Trustless Escrow";
// Fund GitHub issues with USDC
> Initializing protocol interface...
// PR Merge triggers automatic on-chain release
await executeRelease();
// Fund GitHub issues with USDC
> Initializing protocol interface...
// PR Merge triggers automatic on-chain release
await executeRelease();
WORKFLOW_
ARCHITECTURE
01
USDC
FUND_ESCROW
Maintainer deposits USDC into a Trustless Work multi-release escrow for their repository.
02
LABEL
LABEL_ISSUES
Add `rewarded` + difficulty labels to issues. The bot reserves funds automatically.
03
MERGE
AUTO_RELEASE
Contributor merges a PR. Webhook fires, funds released to their Stellar wallet instantly.
REWARD_MATRIX
| Label_ID | Base_Allocation | Parameters |
|---|---|---|
| low | 1.00 USDC | Small fixes, typos |
| medium | 2.00 USDC | Feature additions |
| high | 3.00 USDC | Complex features |
| custom | custom amount set by maintainer | Variable addition |