-
Notifications
You must be signed in to change notification settings - Fork 1
docs: add DIH Treasury Architecture and VICTORY Instruments #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…updating language for clarity and impact
…ng clarity, responsibilities, and compensation details
…cs documentation, outlining governance, custody, and funding mechanisms for the decentralized health initiative
Reviewer's GuideThis PR restructures and enriches documentation by refactoring the careers application form, extending strategy pages with cross-references to new treasury and tokenomics specifications, and adding comprehensive markdown specs for the DIH Treasury Architecture, $VICTORY Instruments tokenomics, and global referendum implementation. Entity relationship diagram for DIH Treasury, $VICTORY Instruments, and 1% TreatyerDiagram
DIH_TREASURY ||--o| VICTORY_INSTRUMENTS : funds
DIH_TREASURY ||--o| DAO : governed_by
DIH_TREASURY ||--o| 1_PERCENT_TREATY : receives_contributions
VICTORY_INSTRUMENTS {
string type
float coupon
int maturity_years
string transfer_restrictions
}
1_PERCENT_TREATY {
float contribution_percent
string participating_nation
}
DAO {
string governance_model
int quorum
}
DIH_TREASURY {
string custody_model
string asset_strategy
string transparency_mechanisms
}
Class diagram for DIH Treasury Architecture componentsclassDiagram
class DIHTreasury {
+ custodyModel: string
+ assetStrategy: string
+ transparency: string
+ incidentResponse: string
+ governanceHooks: string
}
class MultiSigSafe {
+ signers: int
+ regions: int
+ spendingLimits: float
+ timelocks: int
+ guardians: string
}
class ThresholdSignature {
+ scheme: string
+ keyRotation: string
}
class DAO {
+ proposalLifecycle: string
+ moduleSeparation: string
+ votingModel: string
}
class Dashboard {
+ inflow: float
+ outflow: float
+ runway: float
+ milestones: string
}
DIHTreasury o-- MultiSigSafe
DIHTreasury o-- ThresholdSignature
DIHTreasury o-- DAO
DIHTreasury o-- Dashboard
Class diagram for $VICTORY Instruments and TokenomicsclassDiagram
class VictoryInstrument {
+ type: string
+ coupon: float
+ maturity: int
+ transferRestrictions: string
+ compliance: string
}
class VictoryBond {
+ fixedCoupon: float
+ maturity: int
+ seniority: string
}
class VictoryToken {
+ utility: string
+ governanceRights: bool
+ antiFraudRules: string
}
VictoryInstrument <|-- VictoryBond
VictoryInstrument <|-- VictoryToken
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there - I've reviewed your changes - here's some feedback:
- The job description still uses gendered phrasing (“Men wanted for hazardous journey”)—consider updating to inclusive language like “Candidates wanted.”
- There are leftover references to “Supreme Allied Commander of the War on Disease” that conflict with the new dFDA Mission Lead title—please consolidate and update for consistency.
- Double-check all relative cross-reference links (e.g. to victory-bonds-tokenomics.md and DIH Treasury Architecture) to ensure they resolve correctly across directories.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The job description still uses gendered phrasing (“Men wanted for hazardous journey”)—consider updating to inclusive language like “Candidates wanted.”
- There are leftover references to “Supreme Allied Commander of the War on Disease” that conflict with the new dFDA Mission Lead title—please consolidate and update for consistency.
- Double-check all relative cross-reference links (e.g. to victory-bonds-tokenomics.md and DIH Treasury Architecture) to ensure they resolve correctly across directories.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Summary by Sourcery
Provide comprehensive documentation for the Decentralized Institutes of Health’s treasury architecture, $VICTORY bond and tokenomics, and global referendum implementation, while rebranding and enriching the dFDA Mission Lead application form and updating strategy guides with cross-references.
Enhancements:
Documentation: