docs: add DIH Treasury Architecture and VICTORY Instruments #57
Merged
mikepsinn merged 4 commits intodecentralized-fda:masterfrom Aug 15, 2025
Merged
docs: add DIH Treasury Architecture and VICTORY Instruments #57mikepsinn merged 4 commits intodecentralized-fda:masterfrom
mikepsinn merged 4 commits intodecentralized-fda:masterfrom
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
Contributor
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
|
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: