-
Notifications
You must be signed in to change notification settings - Fork 1
FAIR ACCESS AND DISCOUNT ALGORITHMS #54
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
… the project's goals, problems, and solutions
…nisms in multiple documents, emphasizing the role of Decentralized Institutes of Health (DIH)
… questions on funding priorities, the Right to Trial & FDA Upgrade Act, and crowdsourced budget allocation
…udget allocation and introduce a new section on funding approaches
…s, urgency of medical research delays, and demographic information for better respondent insights
…nisms of the Decentralized Institutes of Health (DIH), emphasizing patient subsidies and the introduction of $VICTORY Bonds
…luding the introduction of $VICTORY Bonds and restructured questions for clarity and engagement
…restructure donation questions for clarity and engagement
…urvey and update funding sections, including rephrasing donation questions and emphasizing the advocacy fund
…vey, emphasizing global perspectives and refining questions on funding and medical research reform
…g a pairwise allocation exercise for government program funding priorities
Reviewer's GuideThis PR globalizes the campaign by transforming the referral rewards system, embedding a Decentralized Institutes of Health treasury model financed through $VICTORY Bonds with algorithmic subsidy allocation and DAO governance, updates the FAIR ACCESS AND DISCOUNT ALGORITHMS in the legislative text, aligns strategic roadmaps and FAQs around these mechanisms, and adds a public opinion survey alongside documentation enhancements. Class diagram for DIH Treasury, $VICTORY Bonds, and Subsidy AllocationclassDiagram
class DIH_Treasury {
+issueVictoryBonds()
+allocateSubsidies()
+fundInfrastructure()
+repayBondholders()
+governedBy: DAO
}
class VictoryBond {
+holder: User
+principal: float
+interest: float
+repaymentSchedule: Date[]
}
class SubsidyAlgorithm {
+calculateSubsidy(trial, patient): float
+factors: Promise, Severity, DataValue, Cost
}
class DAO {
+propose()
+vote()
+executeDecision()
}
class Patient {
+applyForTrial()
+receiveSubsidy()
}
class Trial {
+disease: string
+cost: float
+impact: float
}
DIH_Treasury o-- VictoryBond : issues
DIH_Treasury o-- SubsidyAlgorithm : uses
DIH_Treasury o-- DAO : governed by
DIH_Treasury o-- Patient : allocates subsidies
Patient --|> User
Patient --> Trial : applies for
SubsidyAlgorithm --> Trial : input
SubsidyAlgorithm --> Patient : input
Flow diagram for $VICTORY Bond funding and subsidy allocationflowchart TD
A[User/Citizen] -->|Buys| B[$VICTORY Bond]
B -->|Funds| C[DIH Treasury]
C -->|Allocates| D[Subsidy Algorithm]
D -->|Calculates| E[Patient Subsidy]
E -->|Reduces| F[Patient Trial Cost]
C -->|Funds| G[dFDA Platform & Infrastructure]
H[Governments] -->|1% Treaty| I[DIH Treasury]
I -->|Repays| B
J[DAO] -->|Governs| C
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 @mikepsinn - I've reviewed your changes - here's some feedback:
- Standardize percentage formatting and scope qualifiers across tables and text (e.g., “3.5% of population” vs “3.5 % of population (Global)”) to improve readability and consistency.
- Centralize the definition and mechanics of
$VICTORYBonds/tokens into a single section to avoid duplicating the token economics and ensure all references stay in sync. - Reorganize the mixed U.S. case-study and global sections into clearly separated or modularized docs to reduce confusion and keep the global vs. U.S. strategy focused.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Standardize percentage formatting and scope qualifiers across tables and text (e.g., “3.5% of population” vs “3.5 % of population (Global)”) to improve readability and consistency.
- Centralize the definition and mechanics of `$VICTORY` Bonds/tokens into a single section to avoid duplicating the token economics and ensure all references stay in sync.
- Reorganize the mixed U.S. case-study and global sections into clearly separated or modularized docs to reduce confusion and keep the global vs. U.S. strategy focused.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Summary by Sourcery
Localize the campaign as a global initiative and introduce a financial engine (“DIH Treasury”) funded by $VICTORY bonds to subsidize patient trial participation and accelerate research worldwide. Expand and refactor strategy materials for multi-country rollout, add a comprehensive public-opinion survey, and update governance, funding, and legislative models across docs.
New Features:
Enhancements:
Documentation:
Chores: