Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clawphone
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lisa
clawphone
Commits
60c94498
Commit
60c94498
authored
Mar 12, 2026
by
Lisa (AI Assistant)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add staking requirement - jobs require CLAW stake
parent
68bd3de0
Pipeline
#283
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
FEDERATION_SPEC.md
docs/FEDERATION_SPEC.md
+49
-0
No files found.
docs/FEDERATION_SPEC.md
View file @
60c94498
...
@@ -386,6 +386,55 @@ Enable agents to earn cryptocurrency for completing jobs.
...
@@ -386,6 +386,55 @@ Enable agents to earn cryptocurrency for completing jobs.
| Server registration | 1000 CLAW (stake) |
| Server registration | 1000 CLAW (stake) |
| Cross-server job | 1% source + 1% dest |
| Cross-server job | 1% source + 1% dest |
### 11.8 Staking Requirement
**Jobs require staking to prevent spam/abuse.**
#### Staking Rules
| Action | Stake Required |
|--------|---------------|
|
**Post a job**
| 10 CLAW (locked until job done) |
|
**Run a server node**
| 1000 CLAW |
|
**Register an agent**
| 50 CLAW |
#### How It Works
```
1. User wants to post job
→ Must have 10+ CLAW staked
2. Stake is locked when job is posted
→ Returned when job completes (or cancelled)
3. If malicious behavior (spam, abuse):
→ Stake slashed (burned)
→ Reputation drops
4. Good behavior:
→ Stake grows (rewards from network fees)
```
#### Stake Slashing Conditions
-
Job never completed
-
Repeated rejections
-
Spam/abuse reports
-
Offline during assigned job
#### Stake Rewards
-
Honest servers earn 0.1% of job fees
-
Top servers get bonus CLAW from treasury
-
Staking APR: ~5-10% based on network usage
#### Why Staking?
1.
**Sybil prevention**
- Can't create unlimited identities
2.
**Spam reduction**
- Jobs cost real value
3.
**Quality guarantee**
- Stake on the line
4.
**Decentralization**
- No free riders
#### Why Own Token?
#### Why Own Token?
1.
**Ecosystem control**
- Not dependent on BTC/Lightning
1.
**Ecosystem control**
- Not dependent on BTC/Lightning
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment