-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ContractJosefEdwards.JSON (#138)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a comprehensive employment contract document detailing essential sections such as contract overview, employee information, compensation packages, benefits, key responsibilities, termination conditions, intellectual property rights, non-compete terms, and governing law. This addition provides clear, structured information for understanding the employment terms. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"contract": { | ||
"name": "JKEdwards_Employment_Contract", | ||
"version": 1.0, | ||
"description": "Employment contract for Josef Kurk Edwards integrating details from OpenAI, Interchain Inc., and blockchain-based compensation structures.\n", | ||
"wallets": { | ||
"bitcoin_wallet": "35eNZo1A2RTWKkiFVCjxJeYdhUCVBSVL4d", | ||
"cosmos_wallet": "cosmos1erfvxk96wdjcure56lx5awqulhy3fk3vnwg0rd" | ||
} | ||
}, | ||
"employee_details": { | ||
"name": "Josef Kurk Edwards", | ||
"title": "Principal Architect", | ||
"address": "6389 W Appomattox Ln, Homosassa, FL 34448", | ||
"dob": "June 11, 1995" | ||
}, | ||
"compensation": { | ||
"base_salary": 300000, | ||
"ppu_equity": { | ||
"percentage": 10, | ||
"vesting": { | ||
"total_months": 48, | ||
"cliff_months": 12, | ||
"monthly_vesting": true | ||
} | ||
}, | ||
"performance_bonus": 20, | ||
"token_compensation": { | ||
"amount": 50000, | ||
"currency": "ATOM", | ||
"vesting": { | ||
"total_months": 48, | ||
"cliff_months": 12 | ||
} | ||
}, | ||
"estimated_total": 500000 | ||
}, | ||
"benefits": { | ||
"healthcare": "Comprehensive medical, dental, and vision", | ||
"pto": { | ||
"type": "Unlimited", | ||
"additional_days": 18, | ||
"sick_days": 10 | ||
}, | ||
"retirement_plan": "401(k) with 5% match", | ||
"professional_development": 10000, | ||
"equipment_stipend": { | ||
"initial": 2500, | ||
"annual": 1000 | ||
}, | ||
"remote_work": "Co-working space allowance" | ||
}, | ||
"responsibilities": [ | ||
"Lead PMLL framework integration for AI scaling", | ||
"Collaborate on AI ethics, research, and team mentorship", | ||
"Automate pipelines for Interchain DevOps tasks", | ||
"Ensure IRS compliance as W9 Tax Specialist & Preparer" | ||
], | ||
"termination_clauses": { | ||
"voluntary": "30-day notice required", | ||
"involuntary": { | ||
"severance_package": "3 months salary", | ||
"equity_forfeiture": true | ||
} | ||
}, | ||
"intellectual_property": { | ||
"pre_existing_ip": "PMLL Framework", | ||
"developed_ip": "Joint ownership with employer" | ||
}, | ||
"non_compete": { | ||
"duration": "3 years", | ||
"restrictions": "Employee may not engage in ventures competing with OpenAI or Interchain Inc. for the duration of the non-compete period.\n" | ||
}, | ||
"governing_law": "New York" | ||
} |