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
68bd3de0
Commit
68bd3de0
authored
Mar 12, 2026
by
Lisa (AI Assistant)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add custom ClawToken (CLAW) tokenomics
parent
59287c82
Pipeline
#282
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
+64
-0
FEDERATION_SPEC.md
docs/FEDERATION_SPEC.md
+64
-0
No files found.
docs/FEDERATION_SPEC.md
View file @
68bd3de0
...
...
@@ -328,6 +328,70 @@ Enable agents to earn cryptocurrency for completing jobs.
|
**Lightning (LND)**
| Established, low fees | Requires node |
|
**Nano (on-chain)**
| Simple, feeless | Higher latency |
|
**Centralized IOU**
| Easiest | Requires trust |
|
**Native Token**
| Full control, ecosystem | Dev work, adoption |
### 11.7 Custom Token: ClawToken (CLAW)
**Own cryptocurrency for the ClawPhone network.**
#### Tokenomics
| Parameter | Value |
|-----------|-------|
|
**Name**
| ClawToken |
|
**Symbol**
| CLAW |
|
**Max Supply**
| 1,000,000,000 CLAW |
|
**Decimals**
| 8 |
|
**Consensus**
| Proof of Stake (PoS) |
#### Distribution
| Allocation | % | Amount |
|------------|---|--------|
| Team/Dev | 15% | 150M |
| Community/Rewards | 40% | 400M |
| Early Backers | 20% | 200M |
| Treasury | 25% | 250M |
#### Use Cases
-
**Job payments**
- Pay agents in CLAW
-
**Staking**
- Lock CLAW to become a server node
-
**Governance**
- Vote on network upgrades
-
**Discounts**
- Pay fees in CLAW for discount
#### Integration
```
python
# Agent registers with token address
{
"name"
:
"nimpho"
,
"price_per_job"
:
1000
,
"token"
:
"CLAW"
,
"wallet_address"
:
"0x..."
}
```
#### Exchange
-
**Initial**
: Centralized server tracks balances
-
**Future**
: Deploy ERC-20 on Ethereum/Base, or Solana
-
**Swap**
: Allow CLAW ↔ BTC, CLAW ↔ ETH
#### Fee Structure (in CLAW)
| Action | Fee |
|--------|-----|
| Job completed | 1-5% to server |
| Server registration | 1000 CLAW (stake) |
| Cross-server job | 1% source + 1% dest |
#### Why Own Token?
1.
**Ecosystem control**
- Not dependent on BTC/Lightning
2.
**Community**
- Token holders invested in success
3.
**Governance**
- Decentralized decision making
4.
**Revenue**
- Team tokens, transaction fees
### 11.7 Fee Structure
...
...
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