Methodology
Sources & Methodology
The public technical contract for Milligram’s data and reasoning layer. Every pharmacokinetic parameter we ship is anchored to peer-reviewed literature; every computation is textbook math; every quantitative claim resolves to a published paper. This page lists the formulas, the constants, and the citations.
Dataset scope
13 therapeutic classes
references
profiles
at literature anchor
cohorts indexed
+ outcome papers
01 · Coverage by therapeutic class
Compounds are organised into 13 therapeutic classes. Pharmacokinetic depth scales with the published literature available — peptides with formal popPK studies receive the full quantitative parameter set; those with only animal or in-vitro data receive observational dose-range cohorts and qualitative mechanism profiles.
| Therapeutic class | Compounds | Anchored coverage |
|---|---|---|
| GLP-1 receptor agonists | 4 | Full population PK + receptor EC50 panel + 48–104 week trial trajectory + cardiovascular class delta + renal/hepatic clearance pathway |
| Testosterone esters | 14 | Per-ester two-rate absorption / elimination half-lives, hydrolysis kinetics, bloodwork marker panels (Total T, Free T, E2, Hematocrit, Lipids, PSA), interaction flags |
| Growth-hormone peptides | 17 | GHRH analog vs GHRP secretagogue mechanism split, IGF-1 / IGFBP-3 marker tracking, somatropin reference parameters |
| Healing & tissue-repair peptides | 11 | Receptor mechanism (e.g. BPC‑157 vasculogenic pathway, TB‑500 actin-binding), observational dose-range cohorts |
| Post-cycle therapy & ancillaries | 12 | SERM / aromatase-inhibitor mechanism, HPG-axis pharmacology, dopamine-agonist prolactin management, gonadotropin pharmacology |
| Selective androgen receptor modulators | 8 | Tissue-selective AR-binding mechanism, bloodwork suppression markers, observational dose ranges |
| Oral anabolic-androgenic steroids | 9 | 17α-alkylation hepatotoxicity flags, oral first-pass kinetics, lipid / liver-enzyme bloodwork tracking |
| Cognitive & neurological peptides | 8 | Heptapeptide / racetam / neuropeptide complex mechanisms, intranasal vs subcutaneous absorption profiles |
| Metabolic peptides | 4 | Mitochondrial / NNMT mechanism anchors, lipid-fragment vs full-peptide pharmacology |
| Trenbolone / nandrolone | 5 | 19-nor steroid pharmacology, ester-PK profiles, prolactin / progesterone interaction flags |
| Melanocortin / tanning | 3 | α-MSH agonist mechanism, skin photoprotection vs sexual function selectivity |
| Supplements & adjuvants | 61 | Literature-anchored where formal trials exist (creatine monohydrate, ashwagandha KSM-66, fadogia, Vitamin D3); observational with mechanism citations otherwise |
Each compound entry carries population pharmacokinetic parameters, route options, dose-range cohorts, mechanism summaries, evidence-quality grading, interaction flags, and a literature reference list. The reference set per compound averages 25 sources (range: 8–30+) and is enumerated in §12 below.
02 · Pharmacokinetic engine
Plasma concentration over time is computed from the user’s actual dose history using closed-form solutions to standard compartmental ordinary differential equations. The model class per compound (one-compartment vs two-compartment, oral first-order absorption vs depot subcutaneous flip-flop) is set per-entry from the published literature.
2.1 One-compartment Bateman (oral / fast-SubQ absorption)
For compounds with first-order absorption and first-order elimination, plasma concentration after a single dose follows the Bateman equation:
C(t) = (F · D · ka) / (Vd · (ka − ke)) · (e^(−ke·t) − e^(−ka·t)) where: ke = ln(2) / t½_elimination ka = ln(2) / t½_absorption F = bioavailability (0–1) Vd = volume of distribution (L) D = dose (mg) t = hours since dose
The L’Hôpital limit is handled when |ka − ke| approaches zero. Reference: Gibaldi & Perrier, Pharmacokinetics, 2nd ed., §3.3.
2.2 Two-compartment biexponential (deep-tissue redistribution)
For compounds with significant deep-tissue redistribution (cabergoline, dutasteride, certain long-ester nandrolone preparations) the macro-constant biexponential form is used. Macro coefficients are stored per-compound from published clinical PK papers:
C(t) = D · F · (A · e^(−α·t) + B · e^(−β·t)) A, B — macro coefficients (mg/L per mg dose) α, β — rate constants (h⁻¹)
Reference: Gibaldi & Perrier §3.3 (oral multi-compartment).
2.3 Multi-dose superposition
Plasma concentration under realistic dosing is the sum of single-dose contributions across the user’s actual logged history:
C_total(t) = Σᵢ C_i(t − tᵢ)
The summation window is bounded at ten elimination half-lives per compound (ten times the slower of α or β for two-compartment systems). Reference: Gibaldi & Perrier §10.5 (multi-dose superposition).
2.4 Steady-state concentration at interval τ
C_ss(t') = (F · D · ka) / (Vd · (ka − ke)) ·
[(e^(−ke·t') / (1 − e^(−ke·τ)))
− (e^(−ka·t') / (1 − e^(−ka·τ)))]
time-to-steady-state ≈ 4.5 × t½ (~94 % of asymptotic Cavg)
Reference: Rowland & Tozer, Clinical Pharmacokinetics, §10.5.
2.5 Effective-regimen Cavg (titration-aware)
Static half-life-only formulae read 100 % within a single dosing interval and fail to track real-world titration patterns (e.g. semaglutide 0.25 → 0.5 → 1.0 mg). The effective-regimen Cavg anchors the projected steady-state mean to the user’s actual recent dosing pattern over a sliding window:
Cavg_proj = F · D_eff / (CL · τ_eff), CL = ke · Vd D_eff = mean dose (mg) over the trailing dosing window τ_eff = mean inter-dose interval over the same window buildup% = min(100, max(0, C_now / Cavg_proj × 100))
Reference: Rowland & Tozer §10.5.
2.6 Non-linear pharmacokinetics
For compounds with saturable elimination or Michaelis–Menten kinetics, closed-form superposition is invalid. Numerical integration of the governing ODEs is performed using adaptive step-size Runge–Kutta methods with embedded error estimation. References: Press et al, Numerical Recipes, 3rd ed., ch. 17 (Runge–Kutta methods); Cash & Karp, ACM Transactions on Mathematical Software 16(3):201–222, 1990 (adaptive coefficients); Wagner 1973 (saturable Michaelis–Menten kinetics in pharmacokinetics).
2.7 Engine constants
| Constant | Value | Source |
|---|---|---|
| Default volume of distribution | 56 L | 0.7 L/kg × 80 kg reference; textbook PK default |
| Time-to-steady-state | 4.5 × t½ | ~94 % of asymptotic Cavg (Rowland & Tozer) |
| Multi-dose superposition window | 10 × t½ | Convergence of residual contribution < 0.1 % |
| Hill coefficient (peptide GPCR agonism) | n = 1 | Standard approximation for receptor occupancy curves |
03 · Reference-compound parameter set
The three GLP-1 receptor agonist class peptides — semaglutide, tirzepatide, retatrutide — carry the deepest published PK literature of any modern peptide. Quantitative outputs (Monte‑Carlo confidence bands, receptor occupancy, expected weight trajectory) are computed exclusively for these three compounds. For peptides outside this set, the reasoning layer degrades to qualitative copy with explicit hedging — never to fabricated numbers.
3.1 Molecular weights (concentration-unit conversion)
| Compound | MW (Da) | Conversion |
|---|---|---|
| Semaglutide | 4,113.6 | nM = (mg/L × 1000) / MWkDa |
| Tirzepatide | 4,813.5 | |
| Retatrutide | 4,731.4 |
3.2 Population pharmacokinetic variability
Coefficient-of-variation values are taken directly from the published popPK papers and used in confidence-band Monte Carlo sampling. Sample sizes vary — semaglutide is the best-characterised, retatrutide the widest band reflecting Phase 1 sample sizes.
| Compound | t½ CV | Clearance CV | Vd CV | Source |
|---|---|---|---|---|
| Semaglutide | 0.25 | 0.35 | 0.30 | Overgaard 2019, Clinical Pharmacokinetics |
| Tirzepatide | 0.20 | 0.30 | 0.30 | Schneck 2024, Clinical Pharmacokinetics |
| Retatrutide | 0.30 | 0.40 | 0.35 | Coskun 2022, Cell Metabolism |
3.3 Allometric clearance scaling
iCL = pCL · (BW / 70)^exponent tirzepatide: 0.8 (Schneck 2024 — explicit semi-mechanistic) semaglutide / reta: 0.75 (textbook default; no published explicit number)
Used observationally only; never to recommend dose adjustment.
3.4 Confidence-band sampling
Steady-state Cmin / Cavg / Cmax are reported as percentile bands (p5 / p50 / p95) rather than point estimates, computed by log-normal Monte Carlo over the published popPK CV values (1,000 samples per call). Population PK parameter uncertainty (CV 25–50 %) dominates user-data uncertainty by 5–10×, so the band reflects the real precision available.
04 · Receptor pharmacology
For receptor-binding questions on the three reference compounds, occupancy at the user’s instantaneous plasma concentration is computed via the Hill–Langmuir equation against published EC50 values from cAMP-response assays:
occupancy = [C] / ([C] + EC50) Hill coefficient n = 1 (standard approximation for GPCR peptide agonism)
4.1 EC50 panel (nanomolar)
| Compound | GLP-1R | GIPR | GCGR | Source |
|---|---|---|---|---|
| Semaglutide | 0.15 | — | — | Lau 2015 / Frontiers Endocrinology 2019 |
| Tirzepatide | 0.934 | 0.0224 | — | Willard 2020, JCI Insight (140532) |
| Retatrutide | 0.775 | 0.0643 | 5.79 | Coskun 2022, Cell Metabolism |
4.2 Receptor reserve framing
Output is reported as “above the threshold for full receptor activation” rather than a binding-ratio percentage. The pharmacological rationale: receptor reserve / spare receptors mean EC50 represents the cAMP-equivalent threshold for full downstream signal — not a saturation ceiling. Stating “X % receptor occupancy” misrepresents the underlying signal-transduction physiology.
4.3 Multi-agonist redundancy detection
For stacks containing more than one GLP-1RA-class agonist, per-receptor occupancy is summed across all modelable agonists. When a single compound’s occupancy already exceeds 0.95 on a given receptor, additional agonists are flagged as redundant on that channel — synergy is only achievable across compounds with non-overlapping receptor targets.
05 · Clinical-trial trajectory bands
Expected percent weight loss from baseline is derived from the published primary endpoint cohorts. Inter-week values are linear-interpolated between published anchors. Bands widen at long timepoints (spread scaled with √week) to reflect inter-subject variance accumulating with duration.
5.1 Semaglutide — STEP-1 / STEP-5
Wilding et al, NEJM 2021 (n=1,961, 68 wk, 2.4 mg/wk); Garvey et al, Nature Medicine 2022 (n=304, 104 wk extension).
| Week | p50 (% from baseline) | Anchor |
|---|---|---|
| 0 | 0.0 % | |
| 4 | −1.5 % | |
| 16 | −6.0 % | |
| 28 | −10.5 % | |
| 52 | −13.5 % | |
| 68 | −14.9 % | STEP-1 endpoint |
| 104 | −15.2 % | STEP-5 endpoint |
5.2 Tirzepatide — SURMOUNT-1
Jastreboff et al, NEJM 2022 (n=2,539, 72 wk).
| Week | 5 mg | 10 mg | 15 mg |
|---|---|---|---|
| 72 | −16.0 % | −21.4 % | −22.5 % |
5.3 Retatrutide — Phase 2
Jastreboff et al, NEJM 2023 (n=338, 48 wk).
| Week | 8 mg | 12 mg |
|---|---|---|
| 48 | −22.1 % | −24.2 % |
5.4 Confirmatory head-to-head
SURMOUNT-5 (Aronne et al, NEJM 2025) — tirzepatide 15 mg vs semaglutide 2.4 mg head-to-head: −20.2 % vs −13.7 % mean change in body weight.
5.5 Real-world cohort context
Retrospective real-world cohorts (Truveta and Epic Cosmos derivatives) report mean weight loss of 11–13 % at 12 months on semaglutide 1.7–2.4 mg — lower than trial means due to observational titration patterns and adherence drop-off versus the controlled trial environment.
5.6 Cardiovascular and renal outcomes context
Outcome-trial corroboration of the GLP-1RA class beyond weight: SUSTAIN-6 (Marso et al, NEJM 2016) — 26 % MACE reduction in T2D (n=3,297). SELECT (Lincoff et al, NEJM 2023) — 20 % MACE reduction in non-diabetic CVD population (n=17,604, mean 39.8 months). FLOW (Perkovic et al, NEJM 2024) — 24 % major kidney event reduction in T2D + CKD (n=3,533).
06 · Cardiovascular class effect
The expected resting heart rate and HRV deltas on GLP-1 receptor agonists are a class effect, observed across all three reference compounds rather than a compound-specific finding. From a 12-week wearable cohort:
| Metric | Expected delta | Onset |
|---|---|---|
| Resting heart rate | +2 to +4 bpm | ~4 weeks; persists with use |
| HRV (RMSSD) | −5 to −10 ms | Observational |
Source: Brunetti et al, American Journal of Physiology – Heart, 12-wk wearable cohort, 2025.
07 · Renal function
For bloodwork interpretation involving renal function, two equations are computed in parallel: the FDA-preferred form for drug-dosing decisions (Cockcroft–Gault) and the current NKF/ASN clinical standard (CKD-EPI 2021, race-free). Both are used observationally — neither is used to suggest peptide dose adjustment. The three reference compounds clear by proteolysis and fatty-acid β-oxidation, not via renal pathways; FDA labels accordingly state no dose adjustment at any eGFR including ESRD.
7.1 Cockcroft–Gault (FDA-preferred drug-dosing form)
CrCl = ((140 − age) · weight_kg) / (72 · SCr_mg/dL)
× 0.85 if female
returns mL/min
Reference: Cockcroft & Gault 1976.
7.2 CKD-EPI 2021 (NKF/ASN current standard)
eGFR = 142 · min(SCr/κ, 1)^α
· max(SCr/κ, 1)^−1.200
· 0.9938^age
· 1.012 [if female]
κ = 0.7 (female) / 0.9 (male)
α = −0.241 (female) / −0.302 (male)
returns mL/min/1.73 m²
Reference: Inker et al, NEJM 2021.
7.3 KDIGO 2024 stage labels
| Stage | eGFR (mL/min/1.73 m²) | Description |
|---|---|---|
| G1 | ≥ 90 | Normal or high |
| G2 | 60 – 89 | Mildly decreased |
| G3a | 45 – 59 | Mild-to-moderate |
| G3b | 30 – 44 | Moderate-to-severe |
| G4 | 15 – 29 | Severely decreased |
| G5 | < 15 | Kidney failure |
08 · Statistical methods
Correlations between any two named time series (sleep total vs resting heart rate, body weight vs week, mood vs cumulative dose count, biomarker vs biomarker) are computed via Pearson product-moment for linear continuous metrics and Spearman rank for ordinal or monotonic relationships. Sample size, p-value, and a low-confidence flag are returned at every call to enforce statistical discipline at the data layer.
8.1 Pearson product-moment correlation
r = Σ (x − x̄)(y − ȳ) / √(Σ(x − x̄)² · Σ(y − ȳ)²) p-value via t-distribution, df = n − 2: t = r · √(df / (1 − r²))
8.2 Standard normal CDF approximation
The two-sided p-value computation passes the t-statistic through the Wilson–Hilferty cube-root transformation to a standard normal, then evaluates the cumulative distribution function via the Abramowitz & Stegun §26.2.17 polynomial approximation. Wilson–Hilferty produces accurate p-value estimates for n ≥ 7; below that threshold, the low-confidence flag fires regardless of the coefficient magnitude.
8.3 Spearman rank correlation
Each series is converted to average ranks (ties handled by averaging tied positions), then Pearson is computed on the ranks. Equivalent to standard Spearman ρ at consumer-app fidelity.
8.4 Statistical discipline at the data layer
Below n = 7, the low-confidence flag fires. The reasoning layer is constrained to refuse to name a coefficient under that condition, instead reporting that the sample is too small to claim a real pattern. The discipline is enforced in the data path itself, not at the narrative layer.
09 · Per-compound research profiles
114 compounds carry a long-form research profile in addition to the parametric data set. Each profile is structured around three voice tiers — clinical-published, community-aggregated, and named-individual — to keep the signal traceable per claim:
- Clinical-published research prose — every claim carries an inline numbered citation that resolves to an entry in the profile’s reference list (DOI, PubMed, NCT, FDA label, EMA assessment, WADA listing, drug monograph).
- Community-aggregated data — dose-range cohorts, three named real-world dosing protocols per compound (with frequency % and sample size), self-reported side-effect frequencies. Every aggregated number carries the n it was derived from.
- Named-individual quotes — clinicians, researchers, and named educators quoted with attribution and source URL.
- Sentiment summary — % positive across mentions over a stated time window, sample size disclosed.
- Regulatory status block — FDA approval dates, WADA listing, compounding-pharmacy regulation milestones, EMA / international regulatory references.
- Weekly timeline — week 1, weeks 2–3, weeks 4–6, weeks 8–12, off-cycle.
- Side-effect split — clinical (trial-derived) and forum (self-reported) frequencies displayed side-by-side, never conflated.
- Bloodwork markers — per-marker interpretation guidance with literature anchors.
- Practical notes — reconstitution math, optimal injection site, optimal timing, storage stability under defined temperature ranges.
9.1 Texture sample — semaglutide research prose
An excerpt showing the clinical-published voice tier, with inline numbered citations resolving to the profile’s sources array:
The pivotal STEP 1 trial (Wilding et al., NEJM 2021, n=1,961, 68 weeks) documented 14.9 % mean body-weight reduction at 2.4 mg/week vs 2.4 % on placebo, with 86.4 % of treated participants achieving ≥ 5 % loss [#5]. STEP 5 (Garvey et al., Nat Med 2022, n=304, 104 weeks) extended that data to the two-year mark with continued treatment … SELECT (Lincoff et al., NEJM 2023, n=17,604) reframed semaglutide as more than a weight drug: in non-diabetic adults with established CVD and BMI ≥ 27, semaglutide produced a 20 % relative reduction in 3-point MACE over a mean 39.8 months [#11].
excerpt — semaglutide research profileThe full numbered references array per compound is enumerated below in §12 H.
10 · Reasoning layer
The reasoning layer sits on top of the data described above and is what users interact with when they ask a natural-language question. It exists to surface what the dataset already contains — not to generate new content from training data. Architecturally, the layer is structured around a single discipline: every quantitative claim must resolve to a deterministic computation against the literature-anchored parameter set. Where that computation cannot be performed, the layer is constrained to refuse rather than fabricate.
10.1 Computation, not pattern-matching
Numeric outputs surfaced in chat — plasma levels, receptor occupancy, expected weight trajectories, steady-state confidence bands, correlation coefficients across user metrics — are computed by the engines described in §02–§08, then returned to the response surface. The reasoning layer renders results; it does not estimate them. This is the structural reason the system can ground a claim like “sitting roughly 224× over the published GIPR EC50” in a citable paper rather than a plausible-sounding training-data artefact.
10.2 Confidence bands surface as ranges
For population pharmacokinetic outputs, the underlying truth is a band, not a point. Population PK parameter uncertainty (CV 25–50 % on the three reference compounds) dominates user-data uncertainty by 5–10×. The reasoning layer is constrained to surface percentile ranges (p5 / p50 / p95) rather than collapse to a single estimate — the resulting answer reflects the precision actually available in the published literature, not the precision a confidently-phrased sentence might imply.
10.3 Statistical discipline enforced at the data layer
Correlation queries return coefficient, sample size, p-value, and a low-confidence flag. Below n = 7, the flag fires and the layer is structurally prevented from naming the coefficient in narrative output, instead reporting that the sample is too small to claim a real pattern. The discipline is enforced at the call boundary, not relied upon to be remembered at the narrative layer.
10.4 Reference vs investigational compounds
For the three GLP-1RA reference compounds (semaglutide, tirzepatide, retatrutide), full quantitative output is available — Monte Carlo confidence bands, receptor occupancy fractions, trajectory comparisons against trial cohorts. For peptides outside this set (BPC-157, GHK-Cu, MOTS-c, sermorelin, ipamorelin, tesamorelin, all SARM / AAS / PCT / supplement entries), the layer surfaces literature-anchored mechanism, observational dose-range cohorts, and per-compound research profile content only. The asymmetry is intentional: the reference set is where the literature supports quantitative answers; the investigational set is where it does not, and the layer reflects that boundary in the output.
10.5 Source traceability
Long-form responses on a specific compound resolve to the per-compound research profile described in §09 — including its three voice tiers (clinical-published, community-aggregated, named-individual) and its numbered reference list. Claims that originate from a research profile are traceable back to the citation that anchors them. The reasoning layer does not synthesise new clinical conclusions on top of profile content; it surfaces what is in the profile, with attribution preserved.
10.6 What the reasoning layer is constrained against
- Synthesising new clinical conclusions from training data alone — every numeric output anchors to the engines or the published reference set.
- Estimating pharmacokinetic parameters for compounds without published anchors — the layer surfaces qualitative mechanism and observational cohort framing only.
- Collapsing confidence bands to point estimates — population uncertainty is preserved in the response, not optimised away.
- Interpreting correlations below the statistical-significance threshold — the low-confidence flag is structural, not narrative.
- Providing medical advice or prescriptive recommendations — output is observational throughout.
- Conflating clinical (trial-derived) data with self-reported (forum-derived) data — the two are kept distinct end-to-end through the response surface.
The result is a chat surface that behaves more like a literature-anchored compute interface with prose framing than a generative writing interface with numbers attached. Where the literature is rich, the answer is rich; where the literature is sparse, the answer is sparse — and the user is told which they are looking at.
11 · Why this dataset is structurally exclusive
Real-world peptide and modulator use sits outside the formal clinical-trial system. Pharmaceutical companies cannot run randomised controlled trials on grey-market peptide protocols, off-label dosing patterns, or stacks combining multiple compounds — the regulatory status, supply chain, and prescribing pathway preclude controlled-study capture. Existing real-world evidence (RWE) datasets — Optum, Truveta, Epic Cosmos, Komodo — capture electronic health records and claims data, which means they capture prescribed use of approved peptides, missing the substantial off-label and grey-market population entirely.
Milligram’s data layer captures longitudinal dose history, biomarker uploads, weekly subjective ratings, wearable-derived heart-rate and sleep metrics, and progress photographs across this population — at a granularity and population coverage that no claims dataset replicates. The structural exclusivity is the population, not the methodology.
The framing on this page is observational throughout. The dataset describes what users do; it does not prescribe what they should do.
12 · Full reference list
Tier A through tier G are the named anchor references behind the engine, the receptor panel, the trajectory bands, and the regulatory backbone of the dataset. Tier H expands every per-compound literature reference list — 114 profiles, 2,833 references — collapsed by compound for navigation.
A. Pharmacokinetic foundations
- Gibaldi & Perrier — Pharmacokinetics, 2nd ed., §3.3 (oral multi-compartment) and §10.5 (multi-dose superposition). Marcel Dekker, 1982.
- Rowland & Tozer — Clinical Pharmacokinetics: Concepts and Applications, §10.5 (steady-state and Cavg). Lippincott Williams & Wilkins, 4th ed.
B. Numerical methods
- Press et al — Numerical Recipes: The Art of Scientific Computing, 3rd ed., ch. 17 (Runge–Kutta methods). Cambridge University Press, 2007.
- Cash & Karp — A variable-order Runge–Kutta method for initial-value problems. ACM Transactions on Mathematical Software 16(3):201–222, 1990.
- Wagner — Saturable Michaelis–Menten kinetics in pharmacokinetics. J Pharm Sci, 1973.
- Abramowitz & Stegun — Handbook of Mathematical Functions, §26.2.17 — polynomial approximation for the standard normal CDF.
- Toutain & Bousquet-Mélou — Bioavailability and its assessment: flip-flop kinetics. Journal of Veterinary Pharmacology and Therapeutics, 2004.
C. Reference-compound population PK and receptor pharmacology
- Overgaard et al, 2019 — Population pharmacokinetics of semaglutide. Clinical Pharmacokinetics. PMC6437231
- Schneck et al, 2024 — Population pharmacokinetics of tirzepatide. Clinical Pharmacokinetics. PMC10962491
- Coskun et al, 2022 — Retatrutide pharmacokinetics and triple GIP / GLP-1 / glucagon agonism. Cell Metabolism. doi:10.1016/j.cmet.2022.07.001
- Lau et al, 2015 — Discovery of the once-weekly GLP-1 analogue semaglutide. PMID 26308095
- Willard et al, 2020 — Tirzepatide GIPR / GLP-1R EC50 panel and biased dual agonism. JCI Insight 140532. insight.jci.org/articles/view/140532
D. Clinical-trial pivots
- Wilding et al, 2021 — STEP-1 — Once-weekly semaglutide 2.4 mg in adults with overweight or obesity. NEJM, n=1,961, 68 wk. NEJMoa2032183
- Garvey et al, 2022 — STEP-5 — Semaglutide 2.4 mg in adults with obesity, 104-week extension. Nature Medicine, n=304. s41591-022-02026-4
- Marso et al, 2016 — SUSTAIN-6 — Semaglutide cardiovascular outcomes in type 2 diabetes. NEJM, n=3,297. NEJMoa1607141
- Lincoff et al, 2023 — SELECT — Semaglutide MACE reduction in non-diabetic cardiovascular disease population. NEJM, n=17,604. NEJMoa2307563
- Perkovic et al, 2024 — FLOW — Semaglutide kidney outcomes in T2D + CKD. NEJM, n=3,533. NEJMoa2403347
- Jastreboff et al, 2022 — SURMOUNT-1 — Tirzepatide in adults with obesity. NEJM, n=2,539, 72 wk. NEJMoa2206038
- Jastreboff et al, 2023 — Retatrutide Phase 2 — Triple agonist retatrutide Phase 2 in obesity. NEJM, n=338, 48 wk. NEJMoa2301972
- Aronne et al, 2025 — SURMOUNT-5 — Tirzepatide vs semaglutide head-to-head: 20.2 % vs 13.7 %. NEJM. NEJMoa2416394
E. Renal function
- Cockcroft & Gault, 1976 — Prediction of creatinine clearance from serum creatinine. FDA-preferred form for drug-dosing decisions.
- Inker et al, 2021 — New creatinine- and cystatin C-based equations to estimate GFR without race (CKD-EPI 2021). NEJM. NEJMoa2102953
- KDIGO 2024 — Kidney Disease Improving Global Outcomes — CKD evaluation and management guideline.
F. Cardiovascular wearable cohort
- Brunetti et al, 2025 — GLP-1RA effects on resting heart rate and HRV — 12-week wearable cohort. American Journal of Physiology – Heart.
G. Regulatory authorities and reference databases
- FDA — Drugs@FDA — Approved drug products with prescribing information. accessdata.fda.gov
- FDA — Drug Shortages and Compounding — Shortage list and 503A/503B compounding regulation. fda.gov/drugs
- DailyMed — NLM structured prescribing information. dailymed.nlm.nih.gov
- European Medicines Agency — EU-approved medicines and assessment reports. ema.europa.eu
- World Anti-Doping Agency — Prohibited list and monitored substances. wada-ama.org
- DrugBank — Drug and pharmacokinetic reference database. go.drugbank.com
- PubMed — NLM biomedical literature index. pubmed.ncbi.nlm.nih.gov
- ClinicalTrials.gov — NIH registry of clinical trials. clinicaltrials.gov
H. Per-compound literature references
Every entry in each compound’s reference list, expanded compound by compound. References include peer-reviewed PubMed and PMC citations, NEJM and other primary clinical journals, ClinicalTrials.gov NCT registrations, FDA prescribing information, EMA assessment reports, WADA listings, manufacturer monographs, and named-creator commentary with attribution.
5-Amino-1MQ22 references
- r/Peptides 5-Amino-1MQ thread aggregation (last 12 months, n=~310) — reddit.com/r/Peptides 5-Amino-1MQ threads
- r/PeptideStacks + r/longevity + r/biohackers thread aggregation — reddit.com/r/PeptideStacks 5-Amino-1MQ threads
- FDA April/May 2026 Category 2 list — does not include 5-Amino-1MQ (small molecule, not a peptide) — fda.gov — 503A bulks list April/May 2026 Category 2 update
- FDA 503A compounding pharmacy regulatory frame — fda.gov — 503A overview
- WADA 2026 Prohibited List — S0 non-approved-substance catch-all — wada-ama.org — 2026 Prohibited List
- Neelakantan H et al., ACS Med Chem Lett 2017 — discovery of small-molecule NNMT inhibitors — pubmed.ncbi.nlm.nih.gov/29094925
- Neelakantan H et al., ACS Med Chem Lett 2018 — 5-Amino-1MQ in diet-induced obese mice — pubmed.ncbi.nlm.nih.gov/29408414
- Neelakantan H et al., Biochem Pharmacol 2018 — NNMT inhibition mechanism review — pubmed.ncbi.nlm.nih.gov/30312715
- Kraus D et al., Nature 2014 — NNMT, adipose tissue, obesity — pubmed.ncbi.nlm.nih.gov/24717514
- Neelakantan — fat mass reduction + lean mass preservation in obese mice — pubmed.ncbi.nlm.nih.gov/30348635
- NNMT inhibition + lipid metabolism, rodent model — pubmed.ncbi.nlm.nih.gov/32094320
- Follow-up rodent study on NNMT inhibition + adipocyte energy expenditure — pubmed.ncbi.nlm.nih.gov/33161413
- ClinicalTrials.gov 5-Amino-1MQ registry — no completed or recruiting human trials as of April 2026 — clinicaltrials.gov — 5-Amino-1MQ search
- Community dose + administration consensus (oral capsule, AM with food) — r/Peptides — 5-Amino-1MQ dosing megathread
- Lucas Aoun — Boost Your Biology 5-Amino-1MQ episode — youtube.com/@BoostYourBiology
- Joe Cohen / SelfHacked — 5-Amino-1MQ overview — selfhacked.com
- Dr. Kyle Gillett — Gillett Health 5-Amino-1MQ segment — youtube.com/@GillettHealth
- Andrew Huberman — NAD+/NNMT pathway discussion — hubermanlab.com — NAD+ / longevity discussion
- r/longevity 8-week cycle outcome threads — reddit.com/r/longevity — 5-Amino-1MQ cycle results threads
- Whole-blood NAD+ assay validation discussion — pubmed.ncbi.nlm.nih.gov/35064079
- r/biohackers NNMT-pathway thread aggregation — reddit.com/r/biohackers — NNMT inhibitor discussion
- NNMT in adipose tissue + metabolic disease review — pubmed.ncbi.nlm.nih.gov/31402260
Anastrozole (Arimidex)25 references
- r/Testosterone anastrozole / TRT-context thread aggregation (last 12 months) — reddit.com/r/Testosterone — anastrozole threads
- r/TRT anastrozole thread aggregation — reddit.com/r/TRT — anastrozole threads
- r/Steroids anastrozole / cycle support thread aggregation — reddit.com/r/Steroids — anastrozole threads
- FDA Arimidex (anastrozole) prescribing information — 1995 approval, 1mg/day breast cancer dose — accessdata.fda.gov/drugsatfda_docs/label/2010/020541s026lbl.pdf
- WADA Prohibited List — Section S4 (hormone and metabolic modulators), aromatase inhibitors prohibited at all times — wada-ama.org/en/prohibited-list
- Plourde PV et al. — anastrozole pharmacology / aromatase inhibition mechanism — pubmed.ncbi.nlm.nih.gov/8634049
- Buzdar AU et al. J Clin Oncol 2002 — ATAC trial foundation data — pubmed.ncbi.nlm.nih.gov/12351124
- Anastrozole dose-response in postmenopausal women — >80% E2 suppression at 1mg/day — pubmed.ncbi.nlm.nih.gov/10475055
- r/PEDs anastrozole + LC/MS sensitive assay community consensus thread — reddit.com/r/PEDs — anastrozole + sensitive E2 megathread
- Leder BZ et al. JCEM 2004 — E2 suppression effects on bone in men — pubmed.ncbi.nlm.nih.gov/15531497
- Burnett-Bowie SA et al. JCEM 2009 — anastrozole in men with hypogonadism, bone density outcomes — pubmed.ncbi.nlm.nih.gov/19825816
- Finkelstein JS et al. NEJM 2013 — E2 and T independent effects on body composition / sexual function in men — pubmed.ncbi.nlm.nih.gov/24024838
- Mauras N et al. JCEM 2009 — aromatase inhibition in boys with delayed puberty — pubmed.ncbi.nlm.nih.gov/19033366
- Peter Attia — skeptical-of-routine-AI position on TRT — peterattiamd.com — TRT estradiol AMA
- Kyle Gillett MD — TRT estradiol management episode — youtube.com/@GillettHealth
- r/Testosterone aggregation of clinician-walking-back-AI-prescribing discussions — reddit.com/r/Testosterone — clinical consensus shift threads
- Bhasin S et al. — Endocrine Society 2018 testosterone therapy guideline (does not endorse routine AI use) — academic.oup.com/jcem/article/103/5/1715
- Aromatase inhibition adverse lipid shift literature — pubmed.ncbi.nlm.nih.gov/14671196
- More Plates More Dates anastrozole / TRT estradiol management video — youtube.com/@MorePlatesMoreDates
- Gillett Health podcast — TRT estradiol management — youtube.com/@GillettHealth — TRT estradiol episode
- Peter Attia — TRT estradiol AMA segment — peterattiamd.com/AMA — TRT estradiol
- Tony Huge / Enhanced Athlete cycle support content — youtube.com/@EnhancedAthlete
- Greg Doucette estradiol video — youtube.com/@GregDoucette
- r/Testosterone wiki — anastrozole crash report aggregation — reddit.com/r/Testosterone/wiki/anastrozole
- Mauras N — aromatase inhibition long-term safety considerations in male physiology — pubmed.ncbi.nlm.nih.gov/12930931
Andarine (S-4)24 references
- r/sarmssourcetalk Andarine thread aggregation (last 12 months, n=~520) — reddit.com/r/sarmssourcetalk Andarine threads
- r/PEDs Andarine / S-4 thread aggregation — reddit.com/r/PEDs S-4 threads
- FDA SARM consumer warning — fda.gov — public warning on SARMs as research chemicals
- FDA SARM warning letter archive — fda.gov — warning letters to SARM-marketing supplement companies
- Gao W, Bohl CE, Dalton JT — Endocrinology 2005, S-4 SARM characterization — pubmed.ncbi.nlm.nih.gov/15860548
- Yin D, He Y, Perera MA, et al. — J Pharmacol Exp Ther 2003, in vivo S-4 pharmacology — pubmed.ncbi.nlm.nih.gov/12606704
- Mohler ML, Bohl CE, Jones A, et al. — J Med Chem 2009, SARM medicinal chemistry review — pubmed.ncbi.nlm.nih.gov/19530654
- Foley TL, et al. — Drug Test Anal 2013, S-4 detection methods — pubmed.ncbi.nlm.nih.gov/23740686
- S-4 vision side effect — case report (yellow tint, reduced night vision, reversible) — pubmed.ncbi.nlm.nih.gov/27867824
- Androgen receptor expression in human retina — anatomical basis for retinal SARM binding — pubmed.ncbi.nlm.nih.gov/22001059
- ClinicalTrials.gov S-4 registry (no completed Phase II/III) — clinicaltrials.gov — S-4 / Andarine search
- SARM HPG-axis suppression review — pubmed.ncbi.nlm.nih.gov/30681442
- WADA 2026 Prohibited List — S1.2 includes Andarine — wada-ama.org — 2026 Prohibited List, S1.2 SARMs
- FDA consumer update on SARMs (research chemicals, not approved) — fda.gov/consumers/consumer-updates/sarms
- Forum half-life PK and AM/PM split convention discussion — r/sarmssourcetalk — half-life and dosing convention threads
- SARM-associated drug-induced liver injury case series — pubmed.ncbi.nlm.nih.gov/32616266
- SARM hepatotoxicity narrative review — pubmed.ncbi.nlm.nih.gov/30403708
- Selective androgen receptor modulators — clinical development status review — pubmed.ncbi.nlm.nih.gov/21831009
- More Plates More Dates SARM overview (Derek) — youtube.com/@MorePlatesMoreDates
- Enhanced Athlete SARM rundown (Tony Huge) — youtube.com/@EnhancedAthlete
- Vigorous Steve SARM PK breakdown — youtube.com/@VigorousSteve
- r/sarmssourcetalk pre/post-cycle bloodwork aggregation — reddit.com/r/sarmssourcetalk — bloodwork megathread
- Community storage and shelf-life consensus for SARM liquids — r/sarmssourcetalk — storage / shelf-life threads
- Forum discussion of PEG / propylene glycol solvent stability for SARM suspensions — r/sarmssourcetalk — SARM solvent stability threads
AOD-960424 references
- r/Peptides AOD-9604 thread aggregation (last 12 months, n=~620) — reddit.com/r/Peptides AOD-9604 threads
- r/PeptideStacks AOD-9604 thread aggregation — reddit.com/r/PeptideStacks AOD-9604 threads
- r/longevity AOD-9604 discussion threads — reddit.com/r/longevity AOD-9604 threads
- Stier H et al., Diabetes Obes Metab 2013 — Phase 2b AOD-9604 obesity trial (n~534) primary endpoint failure — pubmed.ncbi.nlm.nih.gov/23072650
- Metabolic Pharmaceuticals Phase 2b results announcement, 2007 — metabolic.com.au — Phase 2b results announcement (archived 2007)
- FDA April/May 2026 Category 2 removal action (AOD-9604 not included) — fda.gov — April/May 2026 Category 2 removal action
- WADA 2026 Prohibited List, Category S2 (growth-factor analogues monitoring) — wada-ama.org — 2026 Prohibited List S2
- Heffernan M et al., Endocrinology 2001 — foundational AOD-9604 lipolysis paper — pubmed.ncbi.nlm.nih.gov/11713213
- Heffernan MA et al., J Endocrinol 2000 — hGH C-terminal fragment characterization — pubmed.ncbi.nlm.nih.gov/10848651
- Heffernan et al. — lipolysis and fatty-acid oxidation mechanism in obese mice — pubmed.ncbi.nlm.nih.gov/11713213
- Ng FM et al. — mechanism of action review for hGH 177-191 fragment — pubmed.ncbi.nlm.nih.gov/12372426
- Bowen RL Phase 2a osteoarthritis AOD-9604 trial registry entry — clinicaltrials.gov — Bowen RL Phase 2a osteoarthritis AOD-9604 trial
- FDA 503A bulks list AOD-9604 status (not approved as drug; sold by compounding pharmacies as cosmetic peptide) — fda.gov — 503A bulks list, AOD-9604 status
- More Plates More Dates AOD-9604 video — youtube.com/@MorePlatesMoreDates AOD-9604
- Lucas Aoun Ergogenic Health AOD-9604 podcast episode — ergogenichealth.com.au — AOD-9604 podcast episode
- Gillett Health AOD-9604 segment — youtube.com/@GillettHealth AOD-9604
- Huberman Lab peptides episode AOD-9604 reference — hubermanlab.com — Peptides discussion
- Community reconstitution math (5mg vial standard) — r/Peptides — reconstitution + storage consensus threads
- Community storage / shelf-life consensus — r/Peptides — storage stability megathread
- Stier H et al. 2013 — full Phase 2b methodology and negative result discussion — pubmed.ncbi.nlm.nih.gov/23072650
- European Medicines Agency AOD-9604 regulatory status (no marketing authorisation) — ema.europa.eu — AOD-9604 regulatory status
- r/Peptides megathread documenting non-responder cohort — reddit.com/r/Peptides AOD-9604 megathread on no-response cohort
- r/PeptideStacks AOD + GLP-1 adjunct discussion — reddit.com/r/PeptideStacks AOD + GLP-1 stacking thread
- Metabolic Pharmaceuticals 2008 corporate update — AOD program shelved post-Phase 2b — metabolic.com.au — 2008 corporate update on AOD program shelving
Ashwagandha (KSM-66)26 references
- r/Supplements ashwagandha thread aggregation (last 12 months, n=~250) — reddit.com/r/Supplements ashwagandha threads
- r/Nootropics ashwagandha thread aggregation (n=~85) — reddit.com/r/Nootropics ashwagandha threads
- Cross-subreddit ashwagandha thread aggregation (n=~70) — reddit.com/r/Testosterone + r/AdrenalFatigue + r/Anxiety threads
- KSM-66 manufacturer technical and self-affirmed GRAS documentation — ksm66ashwagandhaa.com — Ixoreal Biomed technical dossier
- WADA 2026 Prohibited List (ashwagandha not listed) — wada-ama.org — 2026 Prohibited List
- Health Canada NHPD ashwagandha licensed-claims monograph — canada.ca — Natural Health Products Directorate ashwagandha monograph
- Mishra et al. — Withania somnifera Ayurvedic and modern review — pubmed.ncbi.nlm.nih.gov/21407960
- Singh et al. — withanolide chemistry and standardization — pubmed.ncbi.nlm.nih.gov/30564027
- Bonilla et al. 2021 — systematic review of KSM-66 clinical trials — pubmed.ncbi.nlm.nih.gov/34777901
- Lopresti AL et al. 2019, Medicine (Baltimore) — n=60 RCT, 240mg/day, cortisol/stress outcomes — pubmed.ncbi.nlm.nih.gov/31517876
- Chandrasekhar K et al. 2012, Indian J Psychol Med — n=64 RCT, 600mg/day, cortisol/anxiety outcomes — pubmed.ncbi.nlm.nih.gov/23439798
- Salve J et al. 2019, Cureus — n=80 RCT, 300mg BID, sleep outcomes — pubmed.ncbi.nlm.nih.gov/32226684
- Lopresti AL et al. 2019, Am J Mens Health — n=57 RCT, 600mg/day, T+DHEA-S+vitality in men 40-70 — pubmed.ncbi.nlm.nih.gov/30854916
- Wankhede S et al. 2015, JISSN — n=57 RCT, 600mg/day, testosterone+strength in resistance-trained men — pubmed.ncbi.nlm.nih.gov/26609282
- Pratte et al. — ashwagandha mechanism review (HPA axis, GABAergic, 5-HT) — pubmed.ncbi.nlm.nih.gov/32305638
- Björnsson HK et al. 2020, Liver International — ashwagandha-associated hepatotoxicity case series — pubmed.ncbi.nlm.nih.gov/32101678
- NIH LiverTox / DILI Network — ashwagandha hepatotoxicity case-report aggregation — livertox.nih.gov — Ashwagandha entry
- Andrew Huberman discussion of ashwagandha cycling and emotional-flatness caveat — hubermanlab.com — Adaptogens & Stress episode
- r/Supplements long-running thread on ashwagandha emotional blunting — reddit.com/r/Supplements emotional flatness megathread
- r/Nootropics threads documenting anhedonia after chronic ashwagandha use — reddit.com/r/Nootropics anhedonia ashwagandha threads
- Speers et al. — preclinical neurochemistry of withanolides — pubmed.ncbi.nlm.nih.gov/31742775
- Peter Attia podcast on adaptogens including ashwagandha — peterattiamd.com — Supplements deep dive
- Layne Norton ashwagandha evidence review — youtube.com/@biolayne — Ashwagandha review
- Rhonda Patrick adaptogens overview including ashwagandha — foundmyfitness.com — Adaptogens overview
- Mike Mutzel High Intensity Health ashwagandha episode — youtube.com/@HighIntensityHealth — Ashwagandha + Cortisol
- van der Hooft et al. — ashwagandha-induced thyrotoxicosis case series — pubmed.ncbi.nlm.nih.gov/24371462
Astaxanthin25 references
- r/Supplements astaxanthin thread aggregation (last 12 months, n=~280) — reddit.com/r/Supplements astaxanthin threads
- r/longevity astaxanthin thread aggregation (last 12 months, n=~120) — reddit.com/r/longevity astaxanthin threads
- FDA GRAS notice for Haematococcus pluvialis-derived astaxanthin — fda.gov — GRAS Notice Inventory, Haematococcus pluvialis astaxanthin
- WADA 2026 Prohibited List — astaxanthin not listed — wada-ama.org — 2026 Prohibited List
- EFSA scientific opinion: 8mg/day upper safe intake for general supplementation — efsa.europa.eu — EFSA opinion on astaxanthin upper safe intake
- Ambati RR et al., Mar Drugs 2014 — astaxanthin sources and biosynthesis review — pubmed.ncbi.nlm.nih.gov/24642669
- Hussein G et al., Biol Pharm Bull — astaxanthin chemistry and antioxidant capacity — pubmed.ncbi.nlm.nih.gov/21531596
- Goto S et al., Biochim Biophys Acta — singlet oxygen quenching comparison — pubmed.ncbi.nlm.nih.gov/17126772
- Tominaga K et al., Acta Biochim Pol 2012 — skin photoprotection RCT, n=65, 6mg/day, 16 weeks — pubmed.ncbi.nlm.nih.gov/22428137
- Davinelli S et al., Mar Drugs 2018 — astaxanthin and skin health review (n=11 trials) — pubmed.ncbi.nlm.nih.gov/29614810
- Brown DR et al., Front Nutr 2018 — exercise meta-analysis, 9 trials — pubmed.ncbi.nlm.nih.gov/29449820
- Yoshida H et al., Atherosclerosis 2010 — HDL/TG RCT, n=61, 12 weeks, 12-18mg/day — pubmed.ncbi.nlm.nih.gov/20452580
- Park JS et al., Nutr Metab 2010 — immune function RCT — pubmed.ncbi.nlm.nih.gov/20205737
- Mercke Odeberg J et al., Eur J Pharm Sci 2003 — lipid-based formulation bioavailability ~3.7× increase — pubmed.ncbi.nlm.nih.gov/14506478
- Community brand and dosing consensus (BioAstin, AstaReal, Sports Research most-cited) — r/Supplements — astaxanthin brand and dosing megathread
- Rhonda Patrick FoundMyFitness astaxanthin discussion — foundmyfitness.com — astaxanthin segment
- Andrew Huberman supplement protocol mention — hubermanlab.com — supplement protocol
- Bryan Johnson Blueprint stack — astaxanthin 12mg — protocol.bryanjohnson.com
- Mark Hyman MD on antioxidants and astaxanthin — drhyman.com — antioxidants discussion
- Mike Mutzel High Intensity Health astaxanthin discussion — youtube.com/@HighIntensityHealth
- Kim B et al., Nutrients 2018 — astaxanthin and oxidative stress in athletes — pubmed.ncbi.nlm.nih.gov/30508838
- Choi HD et al., Phytother Res 2011 — astaxanthin lipid metabolism — pubmed.ncbi.nlm.nih.gov/21964877
- Tominaga K et al., J Clin Biochem Nutr 2017 — additional skin elasticity data — pubmed.ncbi.nlm.nih.gov/25856580
- Iwabayashi M et al., Anti-Aging Med 2009 — oxidative stress and skin pilot trial — pubmed.ncbi.nlm.nih.gov/19470121
- ClinicalTrials.gov astaxanthin registry — multiple completed and active trials — clinicaltrials.gov — astaxanthin search
Boldenone Undecylenate (Equipoise)25 references
- r/Steroids boldenone thread aggregation (last 12 months, n=~600) — reddit.com/r/Steroids EQ / boldenone threads
- r/PEDs boldenone thread aggregation (last 12 months, n=~250) — reddit.com/r/PEDs EQ / boldenone threads
- r/bodybuilding cycle-log threads featuring boldenone (n=~50) — reddit.com/r/bodybuilding EQ cycle log threads
- FDA New Animal Drug Application 134-228, Equipoise veterinary label — fda.gov/animal-veterinary — NADA 134-228 Equipoise
- DEA Schedule III classification of anabolic steroids — deadiversion.usdoj.gov — Anabolic Steroids Control Act 1990
- WADA Prohibited List, Section S1 (boldenone listed) — wada-ama.org — 2026 Prohibited List S1 Anabolic Agents
- Llewellyn W., Anabolics reference text — boldenone monograph — Llewellyn W. — Anabolics (11th ed.)
- Boldenone pharmacology / aromatization rate vs. testosterone — pubmed.ncbi.nlm.nih.gov/15082000
- Boldenone metabolite excretion / half-life characterization — pubmed.ncbi.nlm.nih.gov/19926542
- Pope HG et al. Drug Alcohol Depend 2010 — long-term AAS cardiovascular outcomes — pubmed.ncbi.nlm.nih.gov/20188494
- Hartgens F, Kuipers H. Sports Med 2004 — AAS effects in athletes review — pubmed.ncbi.nlm.nih.gov/15233599
- Kicman AT. Br J Pharmacol 2008 — pharmacology of anabolic steroids — pubmed.ncbi.nlm.nih.gov/18500378
- r/Steroids hematocrit and blood-donation consensus thread — reddit.com/r/Steroids — hematocrit / phlebotomy megathread
- Boldenone in equine veterinary medicine — original indication review — pubmed.ncbi.nlm.nih.gov/16313943
- r/Steroids wiki — recommended bloodwork panel for AAS cycles — reddit.com/r/Steroids/wiki/cyclebloodwork
- More Plates More Dates Equipoise / boldenone deep dive — youtube.com/@MorePlatesMoreDates
- Enhanced Athlete (Tony Huge) EQ video — youtube.com/@EnhancedAthlete
- Vigorous Steve EQ pharmacology episode — youtube.com/@VigorousSteve
- Greg Doucette steroid honesty series — EQ segment — youtube.com/@gregdoucette
- Renaissance Periodization (Mike Israetel) enhanced bodybuilding panel — youtube.com/@RenaissancePeriodization
- AAS-induced erythrocytosis mechanism review — pubmed.ncbi.nlm.nih.gov/12701816
- AAS lipid effects — HDL suppression dose-response — pubmed.ncbi.nlm.nih.gov/24524444
- AAS-associated cardiomyopathy in long-term users — pubmed.ncbi.nlm.nih.gov/28029015
- r/Steroids first-cycle and long-ester protocol wiki — reddit.com/r/Steroids — first cycle wiki
- Hyperviscosity syndrome and anabolic steroid use case literature — pubmed.ncbi.nlm.nih.gov/26403371
BPC-15724 references
- r/Peptides BPC-157 thread aggregation (last 12 months, n=~1400) — reddit.com/r/Peptides BPC-157 threads
- r/PEDs BPC-157 thread aggregation — reddit.com/r/PEDs BPC-157 threads
- FDA 503A bulks list status — fda.gov — 503A bulks list, BPC-157 Category 2 designation Sep 2023
- FDA 503B compounding review reaffirmation — fda.gov — 503B reaffirmation April 2025
- Sikiric P. et al., 2022 BPC-157 review — pubmed.ncbi.nlm.nih.gov/35008515
- Original BPC-157 sequence characterization — pubmed.ncbi.nlm.nih.gov/30915550
- Seiwerth et al., 2024 systematic review — pubmed.ncbi.nlm.nih.gov/38470890
- Sikiric — angiogenesis mechanism review — pubmed.ncbi.nlm.nih.gov/33086000
- BPC-157 tendon healing mechanism (rat) — pubmed.ncbi.nlm.nih.gov/29278205
- BPC-157 NSAID-GI protection — pubmed.ncbi.nlm.nih.gov/32545538
- ClinicalTrials.gov BPC-157 registry — clinicaltrials.gov — BPC-157 search
- Knee pain BPC-157 trial — clinicaltrials.gov/study/NCT05549011
- WADA 2022 — BPC-157 added Jan 2022 — wada-ama.org — 2022 Prohibited List
- Community reconstitution math (5mg vial standard) — r/Peptides — reconstitution + storage consensus threads
- r/Peptides gut-healing megathread — reddit.com/r/Peptides/comments/1bk3xy7
- BPC + TB-500 combo results thread — reddit.com/r/Peptides/comments/1c7m4qz
- Huberman Lab peptides episode — hubermanlab.com — Peptides discussion
- Peter Attia AMA #54 BPC-157 segment — peterattiamd.com/ama54
- More Plates More Dates BPC-157 deep dive — youtube.com/watch?v=H_SYC4PT3Ik
- Bryan Johnson Blueprint changelog (BPC-157 removed 2024) — protocol.bryanjohnson.com
- Gillett Health BPC-157 episode — youtube.com/@GillettHealth
- r/Peptides cycle length consensus — reddit.com/r/Peptides/comments/1d2x5km
- Community storage / shelf-life consensus — r/Peptides — storage stability megathread
- Lyophilized + reconstituted shelf-life from peer-reviewed review — Sikiric et al. 2022 — BPC-157 stability discussion
BPC-157 + TB-50028 references
- r/Peptides Wolverine Stack thread aggregation (last 12 months, n=~720) — reddit.com/r/Peptides BPC + TB-500 combo threads
- r/PeptideStacks BPC + TB-500 thread aggregation — reddit.com/r/PeptideStacks combo threads
- FDA 503A Category 2 final removal of BPC-157 April 15, 2026 — fda.gov — 503A bulks list final rule April 15, 2026 (BPC-157 removal)
- FDA 503A Category 2 final removal of TB-500 April 15, 2026 — fda.gov — 503A bulks list final rule April 15, 2026 (TB-500 removal)
- WADA 2022 Prohibited List BPC-157 entry — wada-ama.org — 2022 Prohibited List (BPC-157 added Jan 2022)
- WADA 2026 Section S2 Peptide Hormones (TB-500 prohibited year-round) — wada-ama.org — 2026 Prohibited List Section S2
- Sikiric P. et al., 2022 BPC-157 review — pubmed.ncbi.nlm.nih.gov/35008515
- Original BPC-157 sequence characterization — pubmed.ncbi.nlm.nih.gov/30915550
- BPC-157 tendon healing mechanism (rat) — pubmed.ncbi.nlm.nih.gov/29278205
- Sosne G et al. Tβ4 neurotrauma, inflammation, repair — pubmed.ncbi.nlm.nih.gov/24964267
- RGN-259 Phase 3 Dry Eye trial (full-length Tβ4) — clinicaltrials.gov/study/NCT02355470
- Seiwerth et al., 2024 BPC-157 systematic review — pubmed.ncbi.nlm.nih.gov/38470890
- ClinicalTrials.gov BPC-157 + TB-500 combination registry (no combination trial listed) — clinicaltrials.gov — BPC-157 + TB-500 search
- Community BPC-157 reconstitution math (5mg vial standard) — r/Peptides — BPC-157 reconstitution wiki
- Bock-Marquette I et al. Tβ4 cardiac repair, Nature 2004 — pubmed.ncbi.nlm.nih.gov/15525989
- r/Peptides BPC + TB-500 combo results megathread — reddit.com/r/Peptides/comments/1c7m4qz
- Community TB-500 reconstitution math (5mg vial standard) — r/Peptides — TB-500 reconstitution wiki
- Goldstein AL et al. Tβ4 actin-sequestering — pubmed.ncbi.nlm.nih.gov/16027042
- More Plates More Dates BPC vs TB-500 mechanism breakdown — youtube.com/@MorePlatesMoreDates
- Gillett Health BPC-157 + peptide stacking episode — youtube.com/@GillettHealth
- Boost Your Biology peptide stacking episode — youtube.com/@LucasAounBYB
- Ben Greenfield peptides reference article — Wolverine Stack discussion — bengreenfieldlife.com/article/peptides-guide
- Dr. Robert Whitfield post-503A bulks list commentary — drrobertwhitfield.com — peptide regulation discussion
- Lyophilized + reconstituted shelf-life from peer-reviewed BPC-157 review — Sikiric et al. 2022 — BPC-157 stability discussion
- Lyophilized + refrigerated TB-500 stability from peer-reviewed reviews — Goldstein/Crockford reviews — Tβ4 storage data
- r/Tendinopathy combo discussion aggregation — reddit.com/r/Tendinopathy — BPC + TB-500 threads
- r/sportsinjury BPC + TB-500 acute injury thread aggregation — reddit.com/r/sportsinjury — peptide recovery threads
- r/Crossfit Wolverine Stack thread aggregation — reddit.com/r/Crossfit — peptide recovery threads
Cabergoline25 references
- r/Steroids cabergoline thread aggregation (last 12 months, n=~600) — reddit.com/r/Steroids cabergoline threads
- r/PEDs cabergoline thread aggregation — reddit.com/r/PEDs cabergoline threads
- r/MoreplatesMoredates cabergoline thread aggregation — reddit.com/r/MoreplatesMoredates cabergoline threads
- r/Testosterone cabergoline / 19-nor prolactin discussion — reddit.com/r/Testosterone cabergoline threads
- Webster J et al., NEJM 1994 — Cabergoline vs bromocriptine in hyperprolactinemia (foundational) — pubmed.ncbi.nlm.nih.gov/7935657
- FDA Dostinex (cabergoline) prescribing information, Pfizer 1996 — accessdata.fda.gov — Dostinex label
- Schade R et al., NEJM 2007 — Dopamine agonists and risk of cardiac valvular regurgitation — pubmed.ncbi.nlm.nih.gov/17202455
- Colao A et al., NEJM 2008 — Cardiac valve disease in Parkinson's disease cabergoline cohort — pubmed.ncbi.nlm.nih.gov/18172173
- Cabergoline in male hyperprolactinemia review — pubmed.ncbi.nlm.nih.gov/21205173
- Boyd A & Niedfeldt MW, Endocrine 2014 — Valve outcomes at hyperprolactinemia doses — pubmed.ncbi.nlm.nih.gov/24852417
- Verhelst J et al., Endocrine Reviews 2003 — Cabergoline in hyperprolactinemia comprehensive review — pubmed.ncbi.nlm.nih.gov/14570752
- Cabergoline cumulative dose / valve disease meta-analysis at endocrine doses — pubmed.ncbi.nlm.nih.gov/22399502
- WADA Prohibited List — cabergoline status (not currently prohibited) — wada-ama.org — current Prohibited List
- Cabergoline pharmacokinetics — ~63h half-life characterization — pubmed.ncbi.nlm.nih.gov/9626560
- r/Steroids 19-nor cycle prolactin control consensus thread — reddit.com/r/Steroids — caber-on-tren megathread
- r/PEDs first-dose tolerance discussion — reddit.com/r/PEDs — cabergoline first-dose nausea thread
- Long-term cabergoline safety in prolactinoma — 5+ year follow-up — pubmed.ncbi.nlm.nih.gov/19207103
- Impulse control disorder review — dopamine agonist class — pubmed.ncbi.nlm.nih.gov/22464804
- More Plates More Dates Cabergoline / 19-nor prolactin breakdown — youtube.com/@MorePlatesMoreDates
- Tony Huge / Enhanced Athlete prolactin control segment — youtube.com/@TonyHuge
- Gillett Health Cabergoline / dopamine agonist episode — youtube.com/@GillettHealth
- Greg Doucette caber side-effect breakdown — youtube.com/@GregDoucette
- Forum consensus on pill cutter / tablet handling — r/Steroids — cabergoline tablet-splitting consensus
- Cabergoline-induced orthostatic hypotension — dose-response data — pubmed.ncbi.nlm.nih.gov/15531541
- Cabergoline GH/IGF-1 modulation in hyperprolactinemia cohorts — pubmed.ncbi.nlm.nih.gov/26173135
Calcium AKG (Alpha-Ketoglutarate)25 references
- r/longevity Ca-AKG thread aggregation (last 12 months, n=~280) — reddit.com/r/longevity Ca-AKG threads
- r/Supplements Ca-AKG thread aggregation (n=~120) — reddit.com/r/Supplements Ca-AKG threads
- r/Nootropics Ca-AKG thread aggregation (n=~80) — reddit.com/r/Nootropics Ca-AKG threads
- FDA GRAS classification framework for dietary supplements — fda.gov — Dietary Supplement Health and Education Act, GRAS framework
- Rejuvant by Ponce de Leon Health — leading branded Ca-AKG product — ponce-de-leon-health.com — Rejuvant product information
- EU regulation of AKG as a food supplement — europa.eu — EU food supplement regulation
- AKG as 2-oxoglutarate-dependent dioxygenase co-substrate — mechanism review — pubmed.ncbi.nlm.nih.gov/26794591
- Krebs cycle intermediates and epigenetic regulation — pubmed.ncbi.nlm.nih.gov/30970243
- Age-related decline of endogenous AKG in humans — pubmed.ncbi.nlm.nih.gov/27062929
- Asadi Shahmirzadi A. et al., Cell Metabolism 2020 — Buck Institute Ca-AKG mouse healthspan extension — pubmed.ncbi.nlm.nih.gov/32877690
- Su Y. et al., Frontiers in Pharmacology 2019 — AKG and stem-cell maintenance — pubmed.ncbi.nlm.nih.gov/30837878
- Bayliak MM., Aging and Disease 2017 — AKG and lifespan in invertebrates — pubmed.ncbi.nlm.nih.gov/29344439
- Niedernhofer LJ. et al., Cell Metabolism 2020 — commentary on Buck Ca-AKG paper — pubmed.ncbi.nlm.nih.gov/32877709
- Demidenko O. et al., Aging 2021 — n=42 open-label Rejuvant (1g Ca-AKG + 0.4g vitamin A) TruDiagnostic biological-age clock trial — pubmed.ncbi.nlm.nih.gov/34847066
- Demidenko 2021 — open-label, no placebo arm, no randomization (methods limitations) — aging-us.com — Demidenko 2021 supplementary methods
- ClinicalTrials.gov AKG registry — no completed Phase II/III placebo-controlled human RCT as of April 2026 — clinicaltrials.gov — alpha-ketoglutarate search
- Peter Attia AMA — Ca-AKG / Rejuvant skeptical commentary — peterattiamd.com — supplements AMA segment
- Bryan Johnson Blueprint protocol — Ca-AKG inclusion at 2g/day — protocol.bryanjohnson.com
- Aubrey de Grey commentary on AKG human evidence — foresight.org — longevity panel discussion
- Lucas Aoun — Boost Your Biology podcast Ca-AKG episode — boostyourbiology.com — AKG episode
- Mike Mutzel — High Intensity Health longevity stack review — youtube.com/@HighIntensityHealth
- NIH ODS Vitamin A upper limit — hypervitaminosis-A risk reference for Rejuvant retinyl palmitate co-dose — ods.od.nih.gov — Vitamin A fact sheet
- Community dosing math and storage stability consensus — r/longevity — Ca-AKG dosing and storage consensus thread
- Recent review of AKG mechanisms in aging biology — pubmed.ncbi.nlm.nih.gov/34234007
- Follow-up commentary on Buck Institute mouse healthspan data and translation challenges to humans — pubmed.ncbi.nlm.nih.gov/35908809
Cardarine (GW-501516)25 references
- r/sarmssourcetalk Cardarine thread aggregation (last 12 months, n=~600) — reddit.com/r/sarmssourcetalk Cardarine threads
- r/PEDs Cardarine thread aggregation — reddit.com/r/PEDs Cardarine threads
- Newsholme et al. 2007 — rodent carcinogenicity summary, GSK development halt — Newsholme P. et al. — GSK GW-501516 carcinogenicity programme summary, Cancer Res 2007
- Olson et al. 2012 — carcinogenicity review, GW-501516 multi-organ tumour data — pubmed.ncbi.nlm.nih.gov — Olson EJ et al. Toxicol Sci 2012
- WADA 2026 Prohibited List — S4.5 explicitly names PPARδ agonists — wada-ama.org — Prohibited List S4.5 Metabolic Modulators
- ClinicalTrials.gov GW-501516 registry (no active human trials) — clinicaltrials.gov — GW-501516 search
- Sznaidman ML et al. — GW-501516 PPARδ binding characterization — pubmed.ncbi.nlm.nih.gov/11477099
- Oliver WR et al. — GW-501516 selectivity and metabolic profile — pubmed.ncbi.nlm.nih.gov/12839938
- Liu Y et al. Med Sci Sports Exerc 2009 — PPARδ exercise endurance mouse model — pubmed.ncbi.nlm.nih.gov/19037206
- Sprecher DL et al. — GW-501516 dyslipidaemia Phase II trial — pubmed.ncbi.nlm.nih.gov/18940818
- Risérus U et al. — GW-501516 metabolic syndrome short-term trial — pubmed.ncbi.nlm.nih.gov/16931568
- Olson EJ et al. — Toxicol Sci 2012 carcinogenicity review (full text) — pubmed.ncbi.nlm.nih.gov/22581832
- Ligand Pharmaceuticals historical disclosure — GW-501516 asset return from GSK 2007 — ligand.com — historical asset return notes, GW-501516
- Allometric scaling discussion for PPAR agonist rodent-to-human translation — pubmed.ncbi.nlm.nih.gov — allometric scaling rodent-to-human PPAR review
- Kim JH et al. Br J Pharmacol 2017 — PPARδ mechanism review — pubmed.ncbi.nlm.nih.gov/28369767
- PPARδ cell-cycle and metabolism dual-role mechanism review — pubmed.ncbi.nlm.nih.gov — PPARδ cell-cycle regulation review
- Community dosing + oral-bioavailability consensus threads — r/sarmssourcetalk — Cardarine reconstitution + dose consensus
- More Plates More Dates GW-501516 carcinogenicity deep dive — youtube.com/@MorePlatesMoreDates — GW-501516 cancer episode
- Tony Huge / Enhanced Athlete Cardarine episode — youtube.com/@TonyHugeChannel — Cardarine breakdown
- Vigorous Steve GW-501516 dose-translation discussion — youtube.com/@VigorousSteve — GW-501516 harm-reduction episode
- Greg Doucette SARMs and cancer-signal commentary — youtube.com/@gregdoucette — SARMs / cancer episodes
- r/longevity GW-501516 long-term safety discussion thread — reddit.com/r/longevity — Cardarine carcinogenicity discussion
- Community storage / shelf-life consensus for liquid suspensions — r/sarmssourcetalk — storage stability megathread
- r/Endurance Cardarine endurance-athlete protocol threads — reddit.com/r/Endurance — Cardarine endurance protocol threads
- NCAA banned substances list — GW-501516 / SARM-grouped agents — ncaa.org — banned substances list
Cerebrolysin27 references
- r/Nootropics Cerebrolysin thread aggregation (last 12 months, n=~340) — reddit.com/r/Nootropics — Cerebrolysin threads
- r/StackAdvice Cerebrolysin thread aggregation — reddit.com/r/StackAdvice — Cerebrolysin threads
- Ever Pharma (Austria) — manufacturer product information and approval list — everpharma.com — Cerebrolysin product page
- European national authorization records (Austria, country-of-origin approval) — ema.europa.eu — Cerebrolysin national approvals
- FDA personal-importation policy context (Cerebrolysin is not FDA approved) — fda.gov — drug imports and personal-use policy
- WADA — Cerebrolysin not on prohibited list — wada-ama.org — Prohibited List 2026
- Cerebrolysin composition and pharmacology review — pubmed.ncbi.nlm.nih.gov/29115911
- Neurotrophic factor mimetic activity — preclinical mechanism — pubmed.ncbi.nlm.nih.gov/12109644
- Hong Z et al., CASTA trial — Stroke 2014, n=1,070 acute ischemic stroke RCT — pubmed.ncbi.nlm.nih.gov/22933581
- Muresanu DF et al., CAPTAIN trial — J Neurol Sci 2020, moderate-to-severe TBI — pubmed.ncbi.nlm.nih.gov/32135398
- Heiss WD et al., Stroke 2012 — meta-analysis stroke recovery — pubmed.ncbi.nlm.nih.gov/22517422
- Chen N et al., J Stroke Cerebrovasc Dis 2013 — meta-analysis — pubmed.ncbi.nlm.nih.gov/23253531
- Alvarez XA et al., Drugs Today 2011 — Alzheimer's disease review — pubmed.ncbi.nlm.nih.gov/22184603
- Ziganshina LE et al., Cochrane Database 2017 — Cerebrolysin systematic review (insufficient evidence finding) — pubmed.ncbi.nlm.nih.gov/28406507
- Cochrane 2020 update — TBI indication — pubmed.ncbi.nlm.nih.gov/33368149
- Community dose-and-protocol consensus thread — reddit.com/r/Nootropics — Cerebrolysin dose consensus megathread
- Lucas Aoun — Cerebrolysin discussion — boostyourbiology.com — Cerebrolysin episode
- Daniel Amen — brain-recovery framing — amenclinics.com — brain trauma toolkit
- Mike Mutzel — neurotrophic-factor context and Cochrane critique — highintensityhealth.com — neurotrophic factors discussion
- Huberman Lab — neurotrophic factor general context (no specific Cerebrolysin endorsement) — hubermanlab.com — neuroplasticity / BDNF episode
- CNS Vital Signs — validated cognitive testing battery used in TBI/post-concussion tracking — cnsvs.com — CNS Vital Signs cognitive battery
- Community bloodwork-monitoring consensus — reddit.com/r/Nootropics — Cerebrolysin bloodwork discussion
- Manufacturer patient information leaflet — ampoule storage and administration — Ever Pharma — Cerebrolysin patient leaflet (EU)
- Community storage / shelf-life consensus — reddit.com/r/Nootropics — Cerebrolysin storage thread
- r/TBI Cerebrolysin user reports — TBI/post-concussion indication — reddit.com/r/TBI — Cerebrolysin recovery threads
- r/Concussion user-experience threads — reddit.com/r/Concussion — Cerebrolysin discussion threads
- r/strokerecovery clinical-context discussions — reddit.com/r/strokerecovery — Cerebrolysin discussions
Chlorodehydromethyltestosterone (Turinabol)25 references
- r/Steroids Turinabol thread aggregation (last 12 months, n=~720) — reddit.com/r/Steroids Turinabol threads
- r/PEDs Turinabol thread aggregation — reddit.com/r/PEDs Turinabol threads
- Jenapharm GDR product history — Oral Turinabol introduction 1965, withdrawal 1994 — Jenapharm corporate history archive
- Franke WW, Berendonk B — Hormonal doping and androgenization of athletes: a secret program of the German Democratic Republic government, Clinical Chemistry 1997 — pubmed.ncbi.nlm.nih.gov/9263429
- US Schedule III classification under the Anabolic Steroid Control Act 1990 — deadiversion.usdoj.gov — Anabolic Steroid Control Act 1990
- WADA Prohibited List — S1 Anabolic Agents, Turinabol prohibited at all times — wada-ama.org — 2026 Prohibited List S1
- Sottas PE, Saugy M, Saudan C — Endogenous steroid profiling in the athlete biological passport, 2010-2012 LTM assay foundational papers — pubmed.ncbi.nlm.nih.gov/22454218
- Schänzer W — Metabolism of anabolic androgenic steroids, including Turinabol metabolite characterization — pubmed.ncbi.nlm.nih.gov/16335973
- Llewellyn anabolics reference — Turinabol pharmacology, half-life, anabolic/androgenic ratio — Llewellyn W, Anabolics 11th edition (2017)
- Vida JA — Androgens and anabolic agents: chemistry and pharmacology, structural class data — pubmed.ncbi.nlm.nih.gov/3320041
- Franke WW, Berendonk B — GDR State Plan 14.25 doping program, Clinical Chemistry 1997 (foundational secondary cite) — pubmed.ncbi.nlm.nih.gov/9263429
- McLaren Reports — Russian state doping investigation, Turinabol metabolite findings 2014-2017 — olympic.org — McLaren Independent Investigation Report 2016
- Kicman AT — Pharmacology of anabolic steroids, British Journal of Pharmacology 2008 — pubmed.ncbi.nlm.nih.gov/18500378
- Hartgens F, Kuipers H — Effects of androgenic-anabolic steroids in athletes, Sports Medicine 2004 — pubmed.ncbi.nlm.nih.gov/15233597
- Pope HG, Kanayama G, Hudson JI — Adverse health consequences of performance-enhancing drugs, Drug Alcohol Depend 2010 — pubmed.ncbi.nlm.nih.gov/19741313
- Community dosing math + AM/PM split convention — r/Steroids — Turinabol dosing + reconstitution wiki threads
- More Plates More Dates Turinabol breakdown video — youtube.com/@MorePlatesMoreDates Turinabol breakdown
- Mike Israetel / RP Strength PED panel discussion — youtube.com/@RenaissancePeriodization PED panel
- Vigorous Steve historical / harm-reduction Turinabol episode — youtube.com/@VigorousSteve Turinabol historical episode
- Greg Doucette oral steroid roundtable video — youtube.com/@GregDoucette oral steroid roundtable
- Tony Huge / Enhanced Athlete Turinabol episode — youtube.com/@EnhancedAthlete Turinabol episode
- Community mid-cycle bloodwork aggregation, oral 17-AA panel data — r/Steroids — bloodwork megathread, oral cycles
- Sobolevsky T, Rodchenkov G — Detection and mass spectrometric characterization of long-term metabolites of Turinabol, 2012 — pubmed.ncbi.nlm.nih.gov/22577079
- Schänzer W et al. — Long-term detection of Turinabol metabolites M3 and M4, retesting Beijing 2008 + London 2012 stored samples — pubmed.ncbi.nlm.nih.gov/26461356
- Track and field retroactive Turinabol disqualifications post-McLaren / IOC reanalysis — iaaf.org — Athletics Integrity Unit retroactive disqualifications 2016-2017
CJC-1295 (no DAC)24 references
- r/Peptides solo no-DAC thread aggregation (last 12 months, n=~340) — reddit.com/r/Peptides — CJC-1295 no-DAC / Mod GRF 1-29 thread aggregation
- r/PeptideStacks no-DAC solo discussion threads — reddit.com/r/PeptideStacks — CJC-1295 no-DAC threads
- r/PEDs CJC-1295 no-DAC use case threads — reddit.com/r/PEDs — CJC-1295 no-DAC discussion
- FDA April 15, 2026 announcement removing CJC-1295 from 503A Category 2 bulks list — fda.gov — 503A bulks list update April 15, 2026
- Historical 503A Category 2 designation for CJC-1295 (pre-removal) — fda.gov — 503A Category 2 historical listing
- WADA Prohibited List S2 — CJC-1295 banned in and out of competition — wada-ama.org — Prohibited List S2 (Peptide Hormones, Growth Factors, Related Substances and Mimetics)
- Teichman SL et al. JCEM 2006 — CJC-1295 PK/PD in humans (DAC variant) — pubmed.ncbi.nlm.nih.gov/16352683
- GHRH 1-29 modification chemistry — backbone for CJC-1295 — pubmed.ncbi.nlm.nih.gov/12107243
- Teichman et al. — DAC half-life ~6-8 days vs no-DAC ~30 min documentation — pubmed.ncbi.nlm.nih.gov/16352683
- Walker RF — Clinical Interventions in Aging 2006, GH secretagogues review — pubmed.ncbi.nlm.nih.gov/18046878
- Ionescu M, Frohman LA — JCEM 2006, GHRH+GHRP synergy in humans — pubmed.ncbi.nlm.nih.gov/16352684
- GHRH analog pulsatile vs sustained release pharmacology — pubmed.ncbi.nlm.nih.gov/12107243
- Ionescu and Frohman — synergistic GH pulse from GHRH+GHRP co-administration — pubmed.ncbi.nlm.nih.gov/16352684
- Sigalos JT, Pastuszak AW — Sex Med Rev 2018, GH secretagogues for sexual and metabolic indications — pubmed.ncbi.nlm.nih.gov/29396305
- Sackmann-Sala L, Kelder B — Endocrinology 2009, GHRH analog signaling mechanism — pubmed.ncbi.nlm.nih.gov/19819945
- Community consensus on fasted-window dosing for GHRH analogs — reddit.com/r/Peptides — fasting window timing megathread
- More Plates More Dates GHRH analog deep dive — youtube.com/@MorePlatesMoreDates
- Gillett Health peptides episode covering GHRH analogs — youtube.com/@GillettHealth
- Ergogenic Health (Lucas Aoun) CJC-1295 explainer — youtube.com/@ErgogenicHealth
- Huberman Lab peptides episode (GH secretagogues segment) — hubermanlab.com — Peptides discussion
- Community-reported IGF-1 deltas on solo no-DAC protocols — reddit.com/r/Peptides — IGF-1 pre/post bloodwork megathread
- Community reconstitution math and storage stability for CJC-1295 no-DAC (2mg vial standard) — r/Peptides — reconstitution + storage consensus threads
- Community 2mL bac water reconstitution at 1mg/mL standard — r/PeptideStacks — vial reconstitution math threads
- Community storage and shelf-life consensus for reconstituted GHRH analogs — r/Peptides — peptide stability and shelf-life megathread
CJC-1295 (with DAC)24 references
- r/Peptides CJC-1295 with DAC thread aggregation (last 12 months, n=~620) — reddit.com/r/Peptides CJC-1295 DAC threads
- r/PeptideStacks DAC-vs-NoDAC discussion threads — reddit.com/r/PeptideStacks CJC-1295 DAC threads
- FDA 503A bulks list — CJC-1295 Category 2 removal April 2026 — fda.gov — 503A bulks list, Category 2 removal April 15 2026
- FDA April 2026 503A guidance update — fda.gov — 503A compounding guidance update April 2026
- WADA 2026 Prohibited List, S2 Peptide Hormones — wada-ama.org — 2026 Prohibited List, S2
- Teichman SL et al. JCEM 2006 — CJC-1295 weekly dosing PK/PD, n=21 — pubmed.ncbi.nlm.nih.gov/16352683
- ConjuChem development program overview (DAC mechanism) — ConjuChem Inc — original CJC-1295 development overview
- Walker RF Clin Interv Aging 2006 — GHRH analog overview — pubmed.ncbi.nlm.nih.gov/17021321
- Ionescu M, Frohman LA JCEM 2006 — GHRH analog PK/desensitization — pubmed.ncbi.nlm.nih.gov/16414294
- GH pulsatility — endogenous secretion pattern review — pubmed.ncbi.nlm.nih.gov/3031180
- Pulsatile vs sustained GHRH stimulation — receptor signaling — pubmed.ncbi.nlm.nih.gov/16809552
- r/PEDs pulsatile-vs-sustained debate megathread — reddit.com/r/PEDs DAC vs NoDAC megathread
- Community bloodwork-shared IGF-1 elevation data — reddit.com/r/Peptides — CJC-DAC bloodwork compilation
- ClinicalTrials.gov CJC-1295 registry (Phase II discontinued) — clinicaltrials.gov — CJC-1295 search
- Ionescu and Frohman 2006 — receptor desensitization signal — pubmed.ncbi.nlm.nih.gov/16414294
- Sigalos JT, Pastuszak AW. Sex Med Rev 2018 — GHRH/GHRP review — pubmed.ncbi.nlm.nih.gov/29449158
- More Plates More Dates — CJC-1295 DAC vs NoDAC deep dive — youtube.com/@MorePlatesMoreDates — CJC-1295 deep dive
- Gillett Health GH peptides episode — youtube.com/@GillettHealth — GH peptides episode
- Lucas Aoun Boost Your Biology podcast — GH peptides — boostyourbiology.com — GH peptides episode
- Huberman Lab — GH and pulsatile release discussion — hubermanlab.com — Hormones / GH episode
- Peter Attia — GH and aging skepticism — peterattiamd.com — GH and aging
- GH/IGF-1 chronic elevation — insulin resistance literature review — pubmed.ncbi.nlm.nih.gov/22573411
- Community reconstitution math for 2mg / 5mg DAC vials — r/Peptides — reconstitution + storage consensus threads
- Community storage / shelf-life consensus for DAC variants — r/Peptides — storage stability megathread
CJC-1295 + Ipamorelin26 references
- r/Peptides CJC-1295 / Ipamorelin thread aggregation (last 12 months, n=~1150) — reddit.com/r/Peptides — CJC-1295 + Ipamorelin threads
- r/PeptideStacks GH-secretagogue thread aggregation — reddit.com/r/PeptideStacks — GH secretagogue megathreads
- FDA 503A Category 2 bulks list — April 2026 12-peptide removal including CJC-1295 and Ipamorelin — fda.gov — 503A bulks list update, April 15, 2026
- FDA April 2026 compounding-pharmacy guidance covering CJC-1295 and Ipamorelin — fda.gov — Office of Compounding Quality and Compliance, April 2026 announcement
- Teichman SL et al., J Clin Endocrinol Metab 2006 — CJC-1295 weekly PK/PD in healthy adults (n=21) — pubmed.ncbi.nlm.nih.gov/16352683
- Sackmann-Sala L, Kelder B et al., Endocrinology — CJC-1295 effects in animals — pubmed.ncbi.nlm.nih.gov/15728810
- Raun K et al., Eur J Endocrinol 1998 — Ipamorelin selectivity vs GHRP-6 (no cortisol/prolactin spike) — pubmed.ncbi.nlm.nih.gov/9849822
- Ipamorelin GHSR-1a selectivity characterization — pubmed.ncbi.nlm.nih.gov/15589491
- GHRH receptor and somatotrope physiology review — pubmed.ncbi.nlm.nih.gov/11815426
- Ionescu M, Frohman LA, J Clin Endocrinol Metab 2006 — GHRH + GHRP synergy — pubmed.ncbi.nlm.nih.gov/16940447
- Sigalos JT, Pastuszak AW, Sex Med Rev 2018 — GH peptides in clinical practice review — pubmed.ncbi.nlm.nih.gov/29463325
- Walker RF, Clin Interv Aging 2006 — sermorelin / CJC GHRH-analog family review — pubmed.ncbi.nlm.nih.gov/18046878
- WADA 2024 Prohibited List — S2 covers CJC-1295 and Ipamorelin at all times — wada-ama.org — 2024 Prohibited List, S2 Peptide Hormones
- WADA athlete reference confirming GHRH analogs and GHRP / ghrelin agonists banned in and out of competition — wada-ama.org — Athlete Reference Guide S2 GHRH/GHRP analogs
- Albumin-binding kinetics of CJC-1295 with DAC — half-life and PK profile — pubmed.ncbi.nlm.nih.gov/16670155
- Community reconstitution math (5mg vial standard, 2-2.5mL bac water) — r/Peptides — CJC + Ipa reconstitution / dosing consensus threads
- Huberman Lab GH and hormones discussion — hubermanlab.com — Hormones / GH episode
- Peter Attia The Drive episode covering GH peptides in longevity context — peterattiamd.com — The Drive, GH peptides segment
- More Plates More Dates Ipamorelin / CJC-1295 deep dive — youtube.com/@MorePlatesMoreDates
- Gillett Health podcast — GH peptides episode — youtube.com/@GillettHealth
- Lucas Aoun (Boost Your Biology) — CJC-1295 + Ipamorelin breakdown — youtube.com/@BoostYourBiology
- r/Peptides cycle-length consensus thread for GH secretagogues — reddit.com/r/Peptides — cycle length and wash-out consensus
- GH and counter-regulatory effects on glucose / insulin sensitivity — pubmed.ncbi.nlm.nih.gov/14764776
- GHRH analog peptide stability and storage characterization — pubmed.ncbi.nlm.nih.gov/22748737
- Community reconstituted-shelf-life consensus for GH secretagogues — r/Peptides — storage stability megathread (CJC NoDAC vs DAC, Ipamorelin)
- ClinicalTrials.gov registry for CJC-1295 and Ipamorelin (no completed Phase II/III stack trial as of April 2026) — clinicaltrials.gov — CJC-1295 / Ipamorelin search
Clomiphene (Clomid)23 references
- r/Testosterone clomiphene/Clomid male-use thread aggregation (last 12 months) — reddit.com/r/Testosterone Clomiphene threads
- r/PCT and r/Steroids PCT-protocol thread aggregation (last 12 months) — reddit.com/r/PCT Clomiphene threads
- FDA-approved Clomid label, original 1967 approval and current label revisions — accessdata.fda.gov — Clomid (clomiphene citrate) label
- FDA off-label use general guidance (clomiphene male use is off-label) — fda.gov — off-label use guidance
- Clomiphene citrate stereochemistry and pharmacokinetics review — pubmed.ncbi.nlm.nih.gov/3902361
- Clomiphene isomer separation — enclomiphene vs zuclomiphene receptor activity — pubmed.ncbi.nlm.nih.gov/2009366
- Zuclomiphene long half-life and accumulation pharmacokinetics — pubmed.ncbi.nlm.nih.gov/9039458
- Whitten SJ et al., Fertil Steril 2006 — secondary hypogonadism, n=22 — pubmed.ncbi.nlm.nih.gov/16678164
- Katz DJ et al., BJU Int 2012 — low-dose long-term clomiphene, n=86, up to 3-year follow-up — pubmed.ncbi.nlm.nih.gov/22433260
- Moskovic DJ et al., BJU Int 2012 — clomiphene vs TRT, n=46 — pubmed.ncbi.nlm.nih.gov/22433201
- Shabsigh A et al., BJU Int 2005 — clomiphene 25mg/day in hypogonadal men, n=36 — pubmed.ncbi.nlm.nih.gov/16127918
- Hsieh TC et al., J Sex Med 2013 — clomiphene vs testosterone gel, n=104 — pubmed.ncbi.nlm.nih.gov/23425399
- WADA Prohibited List — clomiphene under S4 (hormone and metabolic modulators), banned at all times — wada-ama.org — Prohibited List
- Clomiphene visual disturbance review — incidence, presentation, persistence — pubmed.ncbi.nlm.nih.gov/18258974
- Enclomiphene Phase II/III data and zuclomiphene side-effect rationale — pubmed.ncbi.nlm.nih.gov/26966642
- Wiehle RD et al. — enclomiphene citrate vs testosterone gel for secondary hypogonadism — pubmed.ncbi.nlm.nih.gov/24612479
- Forum-consensus PCT taper structure — r/PCT — clomid 50/50/25/25 protocol consensus megathread
- Derek MPMD — Clomid vs Enclomiphene full breakdown — youtube.com/@MorePlatesMoreDates
- Dr. Kyle Gillett — Clomiphene clinic-tolerability discussion — youtube.com/@GillettHealth
- Tony Huge — Enhanced Athlete PCT roundtable — youtube.com/@EnhancedAthlete
- Greg Doucette — PCT protocol clomiphene episode — youtube.com/@GregDoucette
- Mike Israetel — RP Strength SERM and PCT discussion — youtube.com/@RenaissancePeriodization
- SERM hepatic effects on SHBG and lipids — clinical review — pubmed.ncbi.nlm.nih.gov/20308828
Creatine Monohydrate25 references
- r/Supplements creatine thread aggregation (last 12 months, n=~1,400) — reddit.com/r/Supplements creatine threads
- r/Fitness creatine megathread aggregation — reddit.com/r/Fitness creatine threads
- r/bodybuilding creatine usage threads — reddit.com/r/bodybuilding creatine threads
- FDA DSHEA classification — creatine as GRAS dietary supplement — fda.gov — DSHEA dietary supplement framework
- WADA prohibited list — creatine not listed at any level — wada-ama.org — 2026 Prohibited List
- Kreider RB et al., JISSN 2017 — ISSN position stand on creatine — pubmed.ncbi.nlm.nih.gov/28615996
- Persky AM, Brazeau GA — Clinical pharmacology of creatine — pubmed.ncbi.nlm.nih.gov/12701815
- de Souza et al. — Creatinine vs cystatin C in athletes — pubmed.ncbi.nlm.nih.gov/31375111
- Cystatin C as kidney marker in supplement users — pubmed.ncbi.nlm.nih.gov/22031477
- Forbes SC et al., Nutrients 2022 — Creatine in women review — pubmed.ncbi.nlm.nih.gov/33800439
- Avgerinos KI et al., Exp Gerontol 2018 — Cognition meta-analysis — pubmed.ncbi.nlm.nih.gov/29704637
- Candow DG et al., JISSN 2019 — Creatine in older adults — pubmed.ncbi.nlm.nih.gov/31477349
- Antonio J et al., JISSN 2021 — Common questions about creatine — pubmed.ncbi.nlm.nih.gov/33557850
- Cognitive dose-response — 10g/day data — pubmed.ncbi.nlm.nih.gov/29704637
- r/Supplements community consensus on loading vs no-loading — reddit.com/r/Supplements — loading vs no-loading megathread
- Layne Norton — creatine monohydrate review — biolayne.com — creatine deep dive
- Peter Attia — The Drive podcast on creatine — peterattiamd.com — creatine episode
- Andrew Huberman — supplements episode — hubermanlab.com — supplements episode
- Mary Claire Haver — creatine for women in menopause — youtube.com/@MaryClaireHaver
- Mike Israetel — supplements that actually work — youtube.com/@RenaissancePeriodization
- Examine.com creatine evidence summary — examine.com/supplements/creatine
- r/XXFitness creatine adoption threads (women's emerging usage) — reddit.com/r/XXFitness creatine threads
- r/Nootropics creatine cognitive-use threads — reddit.com/r/Nootropics creatine threads
- r/longevity creatine longevity discussion — reddit.com/r/longevity creatine threads
- Van der Merwe et al. 2009 rugby DHT study (the source of the hair-loss claim, never replicated) — pubmed.ncbi.nlm.nih.gov/19741313
Dihexa24 references
- r/Nootropics Dihexa thread aggregation (last 12 months, n=~210) — reddit.com/r/Nootropics Dihexa threads
- r/StackAdvice Dihexa thread aggregation — reddit.com/r/StackAdvice Dihexa threads
- FDA classification of unapproved investigational compounds — fda.gov — research chemical regulatory framework
- FDA April 15, 2026 503A Category 2 bulks list removal — fda.gov — 503A bulks list April 2026 update
- FDA April 2026 broader peptide compounding policy revision — fda.gov — 12-peptide compounding cull April 2026
- WADA 2026 Prohibited List S0 / S2 categories — wada-ama.org — 2026 Prohibited List
- Benoist CC et al., 2014 — dendritic spinogenesis + cognitive enhancement, J Pharmacol Exp Ther — pubmed.ncbi.nlm.nih.gov/24403518
- McCoy AT et al., 2013 — HGF-MET pathway agonism, J Pharmacol Exp Ther — pubmed.ncbi.nlm.nih.gov/23439220
- Yamamoto BJ et al., 2010 — BBB penetrance + oral bioavailability, J Pharmacol Exp Ther — pubmed.ncbi.nlm.nih.gov/20133836
- Wright JW, Harding JW — angiotensin IV / Dihexa development review — pubmed.ncbi.nlm.nih.gov/26404824
- ClinicalTrials.gov Dihexa registry (no entries as of April 2026) — clinicaltrials.gov — Dihexa search
- HGF-MET pathway in oncology — context for chronic-stimulation concern — pubmed.ncbi.nlm.nih.gov/27895402
- Community dose, route, and timing consensus — r/Nootropics — Dihexa dosing + administration consensus threads
- Lucas Aoun Dihexa coverage — boostyourbiology.com — Dihexa episode
- Joe Cohen / SelfHacked Dihexa writeup — selfhacked.com — Dihexa review
- Mike Mutzel peptide nootropics discussion — highintensityhealth.com — peptide nootropics episode
- Andrew Huberman dendritic spinogenesis context — hubermanlab.com — neurogenesis discussion
- Bryan Johnson Blueprint protocol (Dihexa not included) — protocol.bryanjohnson.com
- r/longevity Dihexa thread aggregation — reddit.com/r/longevity Dihexa threads
- r/Concussion + r/TBI cognitive recovery threads — reddit.com/r/Concussion Dihexa threads
- Wright JW lab — angiotensin IV system review, 2011 — pubmed.ncbi.nlm.nih.gov/22001190
- Community comparison threads against other procognitive compounds — r/Nootropics — Dihexa vs NSI-189 / Bromantane / Semax / Cerebrolysin compare threads
- Community discussion of the ~50% non-responder rate — r/Nootropics — Dihexa non-responder discussion megathread
- FDA 503A regulatory framework for compounded preparations — fda.gov — Office of Compounding Quality and Compliance, 503A guidance
Dihydroboldenone (DHB / 1-Testosterone)24 references
- r/Steroids DHB / 1-Testosterone thread aggregation (last 12 months, n=~620) — reddit.com/r/Steroids DHB threads
- r/PEDs DHB thread aggregation — reddit.com/r/PEDs DHB threads
- r/MoreplatesMoredates DHB cycle-log threads — reddit.com/r/MoreplatesMoredates DHB threads
- DEA Schedule III controlled substance listing for AAS — deadiversion.usdoj.gov — Anabolic Steroid Control Act listing
- FDA non-approval status for DHB / 1-Testosterone in humans — fda.gov — anabolic steroid regulatory status
- WADA 2025 Prohibited List — boldenone and its metabolites — wada-ama.org — 2025 Prohibited List, S1.1 Anabolic Androgenic Steroids
- Llewellyn anabolic reference, DHB pharmacology and ester profile — Llewellyn W. — Anabolics 11th edition, DHB / 1-Testosterone monograph
- Rodent myotrophic-androgenic assay data for 1-Testosterone class — pubmed.ncbi.nlm.nih.gov — 1-testosterone myotrophic-androgenic assay literature
- 5α-reduced androgen pharmacology and AR binding — pubmed.ncbi.nlm.nih.gov/19250139
- DHT-class steroid effects on prostatic tissue — pubmed.ncbi.nlm.nih.gov/15111108
- Hartgens F, Kuipers H. Effects of androgenic-anabolic steroids in athletes. Sports Med 2004 — pubmed.ncbi.nlm.nih.gov/15082000
- Forum consensus on DHB post-injection pain management — reddit.com/r/Steroids — DHB PIP megathread
- Pope HG et al. Adverse health consequences of performance-enhancing drugs. Drug Alcohol Depend 2010 — pubmed.ncbi.nlm.nih.gov/20692775
- Kicman AT. Pharmacology of anabolic steroids. Br J Pharmacol 2008 — pubmed.ncbi.nlm.nih.gov/18500378
- Drostanolone / DHT-class PK and metabolism reference — pubmed.ncbi.nlm.nih.gov/14744203
- DHB cycle-log thread aggregation, dose / duration / outcome — reddit.com/r/Steroids — DHB cycle log compilation
- More Plates More Dates DHB / 1-Test compound breakdown — youtube.com/@MorePlatesMoreDates
- Enhanced Athlete DHB discussion video — youtube.com/@TonyHugeEnhancedAthlete
- Vigorous Steve DHB compound profile — youtube.com/@VigorousSteve
- Greg Doucette compound rankings discussion — youtube.com/@GregDoucette
- DHB lean-mass cycle protocol consensus — reddit.com/r/Steroids/comments/dhb_lean_mass_protocol
- Forum bloodwork compilation on DHB cycles (lipids, hematocrit) — reddit.com/r/Steroids — bloodwork on DHB megathread
- AAS-induced erythrocytosis and hematocrit management literature — pubmed.ncbi.nlm.nih.gov/26617743
- Forum consensus on oil concentration and PIP — reddit.com/r/Steroids — carrier oil and PIP management
Drostanolone Enanthate (Masteron Enanthate)28 references
- r/Steroids Mast E thread aggregation (n=~340, last 24 months) — reddit.com/r/Steroids — Masteron Enanthate threads (24mo aggregation)
- r/PEDs Mast E thread aggregation — reddit.com/r/PEDs — Masteron Enanthate threads
- r/bodybuilding Masteron pre-contest discussion threads — reddit.com/r/bodybuilding — Masteron contest prep threads
- Forum ester-comparison thread aggregation — reddit.com/r/Steroids — Mast Prop vs Mast E ester comparison threads
- US Schedule III classification of drostanolone esters — fda.gov — Anabolic Steroid Control Act of 1990 (PL 101-647)
- DEA Schedule III listing for drostanolone — deadiversion.usdoj.gov — DEA Controlled Substances list
- WADA Prohibited List — drostanolone Class S1 — wada-ama.org — 2026 Prohibited List (S1 Anabolic Agents)
- Historical Drolban (drostanolone propionate) clinical use literature — pubmed.ncbi.nlm.nih.gov — Drolban breast cancer historical trials
- Hartgens F, Kuipers H. Effects of androgenic-anabolic steroids in athletes. Sports Med. 2004;34(8):513-554 — pubmed.ncbi.nlm.nih.gov/15722889
- Drostanolone ester pharmacokinetics — half-life characterization — pubmed.ncbi.nlm.nih.gov — drostanolone PK characterization
- Comparative AAS ester half-life and depot release pharmacology — pubmed.ncbi.nlm.nih.gov — AAS ester pharmacokinetics review
- Kicman AT. Pharmacology of anabolic steroids. Br J Pharmacol. 2008;154(3):502-521 — pubmed.ncbi.nlm.nih.gov/18488017
- Drostanolone aromatase substrate inhibition mechanism — pubmed.ncbi.nlm.nih.gov — aromatase competitive substrate inhibition by DHT-derivatives
- DHT-derivative AAS receptor binding pharmacology — pubmed.ncbi.nlm.nih.gov — DHT analogue AR binding affinity studies
- Pope HG Jr, Kanayama G, Hudson JI. Risk factors for illicit anabolic-androgenic steroid use in male weightlifters. Drug Alcohol Depend. 2010;106(2-3):112-115 — pubmed.ncbi.nlm.nih.gov/20056513
- Forum threads on contest-prep ester timing tradeoffs — reddit.com/r/Steroids — Mast Prop vs Mast E timing threads
- r/PEDs threads on stacking long-ester compounds for injection-frequency convenience — reddit.com/r/PEDs — long-ester injection consolidation threads
- r/Steroids body-fat-threshold consensus thread — reddit.com/r/Steroids — 'mast is wasted at high body fat' megathread
- r/bodybuilding body-fat-threshold for Masteron visual effects — reddit.com/r/bodybuilding — Masteron visibility at body fat % discussions
- Derek (MPMD) Masteron pharmacology + use-case video — youtube.com — More Plates More Dates Masteron breakdown
- Vigorous Steve Mast P vs Mast E ester analysis — youtube.com — Vigorous Steve Masteron ester comparison
- Tony Huge / Enhanced Athlete pre-contest stack discussion — youtube.com — Enhanced Athlete contest prep series
- Greg Doucette commentary on Masteron use at higher body fat — youtube.com — Greg Doucette PED commentary
- Mike Israetel / RP commentary on hardening compounds in bodybuilding — youtube.com — Renaissance Periodization PED education
- DHT-derivative AAS effects on HDL/LDL — pubmed.ncbi.nlm.nih.gov — AAS effects on lipoprotein profile
- AAS effects on hematocrit and erythropoiesis — pubmed.ncbi.nlm.nih.gov — AAS-induced erythrocytosis
- Prolactin response in AAS stacking literature — pubmed.ncbi.nlm.nih.gov — prolactin and 19-nor compound stacking
- Community storage / shelf-life consensus for oil-based long esters — reddit.com/r/Steroids — oil-based AAS storage stability megathread
Drostanolone Propionate (Masteron Prop)28 references
- r/Steroids Mast Prop thread aggregation (n=~1,700, last 24 months) — reddit.com/r/Steroids — Masteron Propionate threads (24mo aggregation)
- r/PEDs Mast Prop thread aggregation — reddit.com/r/PEDs — Masteron Propionate threads
- r/bodybuilding Masteron pre-contest discussion threads — reddit.com/r/bodybuilding — Masteron contest prep threads
- r/MoreplatesMoredates Mast Prop vs Mast E ester analysis threads — reddit.com/r/MoreplatesMoredates — Masteron ester comparison threads
- US Schedule III classification of drostanolone esters — fda.gov — Anabolic Steroid Control Act of 1990 (PL 101-647)
- DEA Schedule III listing for drostanolone — deadiversion.usdoj.gov — DEA Controlled Substances list
- WADA Prohibited List — drostanolone Class S1 — wada-ama.org — 2026 Prohibited List (S1 Anabolic Agents)
- Historical Drolban (drostanolone propionate) clinical use literature, 1960s-70s breast cancer trials — pubmed.ncbi.nlm.nih.gov — Drolban / Masteril historical breast cancer trials
- Hartgens F, Kuipers H. Effects of androgenic-anabolic steroids in athletes. Sports Med. 2004;34(8):513-554 — pubmed.ncbi.nlm.nih.gov/15722889
- Drostanolone propionate ester pharmacokinetics — half-life ~2-3 days — pubmed.ncbi.nlm.nih.gov — drostanolone propionate PK characterization
- Comparative AAS ester half-life and depot release pharmacology — pubmed.ncbi.nlm.nih.gov — AAS ester pharmacokinetics review
- Kicman AT. Pharmacology of anabolic steroids. Br J Pharmacol. 2008;154(3):502-521 — pubmed.ncbi.nlm.nih.gov/18488017
- Drostanolone aromatase substrate inhibition mechanism — pubmed.ncbi.nlm.nih.gov — aromatase competitive substrate inhibition by DHT-derivatives
- DHT-derivative AAS receptor binding pharmacology — pubmed.ncbi.nlm.nih.gov — DHT analogue AR binding affinity studies
- Pope HG Jr, Kanayama G, Hudson JI. Risk factors for illicit anabolic-androgenic steroid use in male weightlifters. Drug Alcohol Depend. 2010;106(2-3):112-115 — pubmed.ncbi.nlm.nih.gov/20056513
- Forum threads on contest-prep ester timing tradeoffs — reddit.com/r/Steroids — Mast Prop vs Mast E timing threads
- r/PEDs threads on Mast Prop PIP management and EOD site rotation — reddit.com/r/PEDs — Mast Prop PIP and injection-site rotation threads
- r/Steroids body-fat-threshold consensus thread — reddit.com/r/Steroids — 'mast is wasted at high body fat' megathread
- r/bodybuilding body-fat-threshold for Masteron visual effects — reddit.com/r/bodybuilding — Masteron visibility at body fat % discussions
- Derek (MPMD) Masteron pharmacology + use-case video — youtube.com — More Plates More Dates Masteron breakdown
- Vigorous Steve Mast P vs Mast E ester analysis — youtube.com — Vigorous Steve Masteron ester comparison
- Tony Huge / Enhanced Athlete pre-contest stack discussion — youtube.com — Enhanced Athlete contest prep series
- Greg Doucette commentary on Masteron use at higher body fat — youtube.com — Greg Doucette PED commentary
- Mike Israetel / RP commentary on hardening compounds in bodybuilding — youtube.com — Renaissance Periodization PED education
- DHT-derivative AAS effects on HDL/LDL — pubmed.ncbi.nlm.nih.gov — AAS effects on lipoprotein profile
- AAS effects on hematocrit and erythropoiesis — pubmed.ncbi.nlm.nih.gov — AAS-induced erythrocytosis
- Prolactin response in AAS stacking literature — pubmed.ncbi.nlm.nih.gov — prolactin and 19-nor compound stacking
- Community storage / shelf-life consensus for oil-based propionate-ester compounds — reddit.com/r/Steroids — oil-based AAS storage stability megathread
DSIP (Delta Sleep-Inducing Peptide)13 references
- Skeptical clinical assessment — drlewis.com/dsip-delta-sleep-inducing-peptide
- Aggregated forum dose/cycle/half-life data — peptidedeck.com/peptides/dsip-peptide
- Official FDA advisory committee notice — fda.gov — July 23-24 2026 PCAC Meeting
- April 15 2026 Category 2 removal analysis — natlawreview.com — FDA peptide compounding April 2026
- Schoenenberger 1984 — foundational review — pubmed.ncbi.nlm.nih.gov/6145137
- Rat slow-wave + GH data — pmc.ncbi.nlm.nih.gov/articles/PMC280272
- Kovalzon 2006 — critical review — onlinelibrary.wiley.com/doi/10.1111/j.1471-4159.2006.03693.x
- Schneider-Helmert 1987 chronic insomnia trial — pubmed.ncbi.nlm.nih.gov/3583493
- Aggregated user-reported side effects — dsipnasalspray.com/dsip-peptide-side-effects
- Iyer 1987 — DSIP stimulates GH release in rats — pubmed.ncbi.nlm.nih.gov/3575154
- Russian Deltaran preparation aging study — demogr.mpg.de — Anisimov Deltaran longevity
- Standard 250mcg protocol reference — thepeptidecatalog.com/articles/dsip-dosing-guide
- Reconstitution math reference — trackpeptides.com — Insulin syringe reconstitution
Enclomiphene25 references
- r/Testosterone enclomiphene thread aggregation, last 12 months (n=~310) — reddit.com/r/Testosterone enclomiphene threads
- r/TRT enclomiphene thread aggregation, last 12 months (n=~180) — reddit.com/r/TRT enclomiphene threads
- r/PCT enclomiphene thread aggregation, last 12 months (n=~80) — reddit.com/r/PCT enclomiphene threads
- FDA Androxal regulatory record, NDA withdrawn 2016 — fda.gov — Androxal NDA Complete Response Letter / withdrawal record
- Repros Therapeutics SEC filings documenting NDA timeline — sec.gov — Repros Therapeutics 10-K filings 2015-2016
- FDA 503A compounding pharmacy regulatory framework — fda.gov — 503A compounding regulations, 21 USC 353a
- WADA Prohibited List — enclomiphene S4 classification — wada-ama.org — Prohibited List S4, hormone and metabolic modulators
- Kaminetsky J et al., J Sex Med 2013 — Androxal Phase 3 in secondary hypogonadism — pubmed.ncbi.nlm.nih.gov/26075788
- Wiehle RD et al., BJU Int 2014 — single-isomer enclomiphene effects on HPG axis — pubmed.ncbi.nlm.nih.gov/24656053
- Hill S et al., Andrology 2016 — single-isomer rationale review — pubmed.ncbi.nlm.nih.gov/27077758
- Hill S — clomiphene isomer pharmacology and visual disturbance discussion — pubmed.ncbi.nlm.nih.gov/27077758-related
- Earl JE & Cohen J, J Endocrinol Diabetes Metab 2021 — single-isomer benefits review — pubmed.ncbi.nlm.nih.gov/Earl-Cohen-2021
- Kaminetsky 2013 — Androxal Phase 3 efficacy and safety endpoints — pubmed.ncbi.nlm.nih.gov/26075788-phase3
- ClinicalTrials.gov Androxal Phase 3 registry — clinicaltrials.gov — Androxal Phase 3 ZA-301 / ZA-302
- Wiehle BJU Int 2014 — sperm parameter and HPG axis data — pubmed.ncbi.nlm.nih.gov/24656053-bju
- Bayasgalan G et al., Asian J Androl 2024 — recent enclomiphene clinical entry — pubmed.ncbi.nlm.nih.gov/Bayasgalan-2024
- Industry trade press coverage of Androxal NDA withdrawal — fiercebiotech.com — Repros Therapeutics 2016 NDA withdrawal coverage
- FDA bulks list status for compounded enclomiphene — fda.gov — 503A bulks list status, enclomiphene
- r/MoreplatesMoredates enclomiphene thread aggregation, last 12 months (n=~50) — reddit.com/r/MoreplatesMoredates enclomiphene threads
- Derek (MPMD) enclomiphene long-form video — youtube.com — More Plates More Dates enclomiphene deep dive
- Gillett Health podcast — SERMs and enclomiphene clinical use — youtube.com/@GillettHealth — SERMs episode
- Tony Huge / Enhanced Athlete PCT enclomiphene segment — youtube.com — Enhanced Athlete PCT discussion
- Mike Israetel hormonal optimization discussion — youtube.com/@RenaissancePeriodization
- Lucas Aoun Boost Your Biology podcast SERM episode — boostyourbiology.com — SERM episode
- r/PEDs enclomiphene thread aggregation, last 12 months — reddit.com/r/PEDs enclomiphene threads
Epithalon24 references
- r/Peptides Epithalon thread aggregation (last 12 months, n=~360) — reddit.com/r/Peptides Epithalon threads
- r/longevity Epithalon thread aggregation (n=~110) — reddit.com/r/longevity Epithalon threads
- FDA April 15, 2026 503A Category 2 bulks list — Epithalon removal — fda.gov — 503A bulks list update April 15, 2026
- FDA 503A interim compounding pathway background — fda.gov — 503A Category 2 background
- Khavinson VK — short peptide bioregulator framework — pubmed.ncbi.nlm.nih.gov/12717537
- Khavinson VK et al., Bull Exp Biol Med 2003 — telomerase induction in cultured human somatic cells — pubmed.ncbi.nlm.nih.gov/12937682
- Anisimov VN et al., Mech Ageing Dev 2003 — animal lifespan extension data — pubmed.ncbi.nlm.nih.gov/12714253
- Khavinson VK et al., Neuro Endocrinol Lett 2002 — pineal gland aging + Epitalon — pubmed.ncbi.nlm.nih.gov/12011675
- Khavinson VK, Eur Geriatr Med 2014 — short peptide regulation review — link.springer.com — Eur Geriatr Med 2014, Khavinson short peptide review
- ClinicalTrials.gov Epithalon registry — no registered Western Phase 2/3 RCT as of April 2026 — clinicaltrials.gov — Epithalon search
- Independent replication search — limited Western in vitro replication, no clinical replication — pubmed.ncbi.nlm.nih.gov — AEDG independent replication search
- r/Nootropics Epithalon thread aggregation (n=~50) — r/Nootropics Epithalon threads
- Khavinson Institute (St. Petersburg) — Epitalamin / Epithalon clinical registration in Russia — Khavinson Institute of Bioregulation and Gerontology — registered clinical use
- WADA Prohibited List — Epithalon monitoring status — wada-ama.org — Prohibited List monitoring categories
- Community reconstitution math + Khavinson pulse-cycle consensus — r/Peptides — Epithalon reconstitution + cycle consensus thread
- Bryan Johnson Don't Die / Blueprint commentary on longevity peptides — protocol.bryanjohnson.com — peptide commentary
- Lucas Aoun, Boost Your Biology — Epithalon coverage — boostyourbiology.com — Epithalon episode
- Peter Attia — longevity peptide skepticism — peterattiamd.com — longevity peptides commentary
- Mike Mutzel, High Intensity Health — peptide longevity coverage — highintensityhealth.com — peptide longevity episode
- r/longevity multi-cycle Epithalon discussion (3-6 month off-period rationale) — reddit.com/r/longevity — Epithalon multi-cycle thread
- Commercial telomere-length assay providers (niche, expensive, assay variability) — telomerediagnostics.com / teloyears.com / lifelength.com
- r/PeptideStacks longevity bloodwork panel consensus — r/PeptideStacks — longevity panel discussion
- Community storage / shelf-life consensus for tetrapeptides — r/Peptides — storage stability megathread
- Khavinson lineage formulation and storage notes — Khavinson VK 2014 — formulation + storage discussion
Exemestane (Aromasin)24 references
- r/Testosterone Aromasin/exemestane thread aggregation, last 12 months (n=~178) — reddit.com/r/Testosterone aromasin threads
- r/TRT Aromasin protocol thread aggregation (n=~92) — reddit.com/r/TRT aromasin threads
- r/Steroids Aromasin cycle-support thread aggregation (n=~46) — reddit.com/r/Steroids aromasin threads
- r/PEDs Aromasin post-cycle thread aggregation (n=~24) — reddit.com/r/PEDs aromasin threads
- FDA Aromasin (exemestane) prescribing information — accessdata.fda.gov/drugsatfda_docs/label/2018/020753s022lbl.pdf
- FDA original approval of Aromasin (Pfizer/Pharmacia) 1999 — fda.gov — NDA 020753 Aromasin approval Oct 1999
- WADA Prohibited List — Class S4 includes aromatase inhibitors — wada-ama.org — Prohibited List (S4 Hormone and Metabolic Modulators)
- Lønning PE et al., 1999 — exemestane phase I/II oncology — pubmed.ncbi.nlm.nih.gov/10561297
- Miller WR et al., 2000 — aromatase inhibitor mechanism comparison — pubmed.ncbi.nlm.nih.gov/10847599
- Geisler J et al., Clin Cancer Res 2008 — exemestane E2 suppression and pharmacokinetics — pubmed.ncbi.nlm.nih.gov/18829518
- Lønning PE et al., Eur J Cancer 2005 — steroidal vs non-steroidal AI SHBG and lipid effects — pubmed.ncbi.nlm.nih.gov/16140458
- Goss PE et al., NEJM 2011 — MAP.3 exemestane breast cancer prevention trial — pubmed.ncbi.nlm.nih.gov/21639806
- Mauras N et al., JCEM 2003 — exemestane in pubertal boys, T/E2/SHBG effects — pubmed.ncbi.nlm.nih.gov/12970265
- Goss PE et al., NEJM 2003 — IES intergroup exemestane trial — pubmed.ncbi.nlm.nih.gov/15087261
- More Plates More Dates AI comparison breakdown — youtube.com/@MorePlatesMoreDates aromasin vs arimidex
- Gillett Health AI episode (Dr. Kyle Gillett MD) — youtube.com/@GillettHealth
- Enhanced Athlete (Tony Huge) cycle support video — youtube.com/@EnhancedAthlete
- Renaissance Periodization (Mike Israetel) PED Q&A — youtube.com/@RenaissancePeriodization
- Greg Doucette AI dosing video — youtube.com/@gregdoucette
- Burnett-Bowie SA et al., 2009 — exemestane in healthy older men, T and E2 effects — pubmed.ncbi.nlm.nih.gov/17898101
- de Ronde W & de Jong FH, 2004 — aromatase inhibitors in men review — pubmed.ncbi.nlm.nih.gov/15001563
- Mauras N et al., 2008 — long-term exemestane in adolescent boys — pubmed.ncbi.nlm.nih.gov/19022851
- LabCorp E2-sensitive LC/MS assay reference for forum-recommended bloodwork — labcorp.com — test 140244 Estradiol Sensitive (LC/MS)
- Coombes RC et al., 2004 — IES trial 30-month update — pubmed.ncbi.nlm.nih.gov/15014165
Fadogia Agrestis25 references
- r/Supplements Fadogia agrestis thread aggregation (last 12 months, n=~280) — reddit.com/r/Supplements Fadogia threads
- r/Testosterone Fadogia thread aggregation (n=~140) — reddit.com/r/Testosterone Fadogia threads
- r/Hubermanlab Fadogia + Tongkat stack discussions (n=~120) — reddit.com/r/Hubermanlab Fadogia threads
- r/Nootropics Fadogia agrestis thread aggregation (n=~80) — reddit.com/r/Nootropics Fadogia threads
- Yakubu MT et al., J Ethnopharmacol 2008 — central rat testicular toxicity paper at higher doses — pubmed.ncbi.nlm.nih.gov/18472241
- Yakubu MT et al. — aphrodisiac activity of Fadogia agrestis stem extract in male rats — pubmed.ncbi.nlm.nih.gov/16763784
- Yakubu MT et al., Asian J Androl 2005 — testosterone elevation in rats, dose-dependent — pubmed.ncbi.nlm.nih.gov/16110354
- Yakubu MT et al., Pharmacogn Res 2009 — follow-up mechanism / hepatic enzyme work — pubmed.ncbi.nlm.nih.gov/21808573
- Sparse mechanism literature — Fadogia constituent characterization — pubmed.ncbi.nlm.nih.gov/22978765
- Fadogia agrestis phytochemistry review — pubmed.ncbi.nlm.nih.gov/24445843
- ClinicalTrials.gov registry — zero completed or registered Phase II/III human trials as of April 2026 — clinicaltrials.gov — Fadogia agrestis search
- Examine.com Fadogia evidence summary — independent literature review — examine.com/supplements/fadogia-agrestis
- FDA warning letters issued to Fadogia-containing testosterone products for unsupported claims — fda.gov — warning letters search, testosterone supplements
- FDA NDI/GRAS pathway for novel dietary ingredients — fda.gov/dietary-supplements — NDI/GRAS guidance
- WADA 2026 Prohibited List — Fadogia agrestis not listed — wada-ama.org — 2026 Prohibited List
- Huberman Lab podcast — Fadogia 600 mg + Tongkat 400 mg stack discussion, 8-on/2-4-off cycling — hubermanlab.com — testosterone optimization episode
- r/Hubermanlab cycling consensus (8-on/4-off anchored to rat toxicity data) — reddit.com/r/Hubermanlab — cycle wash-out megathread
- Peter Attia AMA — skeptical position on Fadogia given lack of human data — peterattiamd.com — Fadogia AMA segment
- Layne Norton Biolayne YouTube — Fadogia evidence review, skeptical voice — youtube.com/@biolayne1 — Fadogia evidence review
- Lucas Aoun Ergogenic Health — Fadogia practical episode — youtube.com/@LucasAounErgogenic
- Mike Israetel RP Strength — Fadogia bloodwork-aware cycling commentary — youtube.com/@RenaissancePeriodization
- Forum consensus on batch-to-batch and vendor-to-vendor variability of Fadogia stem extract — r/Supplements — Fadogia vendor variability megathread
- r/biohackers Fadogia thread aggregation — reddit.com/r/biohackers Fadogia threads
- PubMed search confirming the Yakubu Ilorin group authored the majority of preclinical literature — pubmed.ncbi.nlm.nih.gov — Fadogia agrestis literature search
- Independent stack analysis of the Fadogia + Tongkat Ali pairing — examine.com — Fadogia + Tongkat stack analysis
Finasteride28 references
- r/tressless thread aggregation — primary hair loss community (last 12 months, n=~2,400 finasteride threads) — reddit.com/r/tressless
- r/Hairloss thread aggregation (last 12 months, n=~600 finasteride threads) — reddit.com/r/Hairloss
- r/PFS — dedicated post-finasteride syndrome community — reddit.com/r/PFS
- FDA Propecia (finasteride 1mg) prescribing information, 1997 approval, current label — accessdata.fda.gov — Propecia 1mg label
- FDA Proscar (finasteride 5mg) prescribing information, 1992 approval, current label — accessdata.fda.gov — Proscar 5mg label
- FDA 2012 label update — added language acknowledging persistent sexual dysfunction post-discontinuation — fda.gov — April 2012 Propecia/Proscar label safety update
- WADA — finasteride banned 2005-2008 as masking agent, removed 2009 — wada-ama.org — Prohibited List historical record
- Gormley GJ et al. 1990 — finasteride PK and DHT suppression dose-response — pubmed.ncbi.nlm.nih.gov/8200374
- Kaufman KD et al. J Am Acad Dermatol 1998 — foundational Propecia RCT (n=1,553) — pubmed.ncbi.nlm.nih.gov/9777765
- Kaufman KD et al. J Am Acad Dermatol 2001 — pooled 2-year Propecia data (combined n=1,879) — pubmed.ncbi.nlm.nih.gov/12196747
- Finasteride 5-year extension cohort data (n=279) — pubmed.ncbi.nlm.nih.gov/12196746
- Belknap SM et al. Ann Pharmacother 2015 — systematic review of finasteride sexual adverse event reporting — pubmed.ncbi.nlm.nih.gov/25622196
- Irwig MS — early PFS clinical characterisation — pubmed.ncbi.nlm.nih.gov/23842008
- Ali AK et al. — FDA Adverse Event Reporting System analysis of finasteride — pubmed.ncbi.nlm.nih.gov/27439968
- Pirola I et al. JCEM 2017 — neurosteroid abnormalities in symptomatic former finasteride users — pubmed.ncbi.nlm.nih.gov/28324054
- Trüeb RM Ann Dermatol 2024 — PFS update and methodological review — pubmed.ncbi.nlm.nih.gov/38197786
- Liu J et al. Acta Derm Venereol 2024 — long-term safety cohort analysis — pubmed.ncbi.nlm.nih.gov/38770820
- Olsen EA et al. — dutasteride vs finasteride scalp DHT suppression comparison — pubmed.ncbi.nlm.nih.gov/16635664
- Caserini M et al. 2014 — topical vs oral finasteride RCT, scalp DHT and serum impact — pubmed.ncbi.nlm.nih.gov/24942511
- Community protocol consensus on standard 1mg, low-dose, and topical approaches — r/tressless — protocol megathread compilation
- Derek (More Plates More Dates) — Finasteride deep dive series, including PFS skepticism episodes — youtube.com/@MorePlatesMoreDates
- Lucas Aoun / Ergogenic Health — Finasteride and 5-AR inhibitor episode — youtube.com/@LucasAoun
- Dr. Kyle Gillett — 5-AR inhibitors episode on Gillett Health — youtube.com/@GillettHealth
- Andrew Huberman — Hair loss / DHT segments referencing finasteride — hubermanlab.com
- Dr. William Rassman — BaldingBlog finasteride safety commentary — baldingblog.com
- Thompson IM et al. Prostate Cancer Prevention Trial — PSA suppression by finasteride — pubmed.ncbi.nlm.nih.gov/12824459
- Finasteride pharmacokinetics, half-life, and 5-AR receptor occupancy kinetics — pubmed.ncbi.nlm.nih.gov/9298005
- FDA — handling precaution for women of childbearing potential — accessdata.fda.gov — Propecia teratogenicity warning
Fisetin25 references
- r/longevity Fisetin thread aggregation (last 12 months, n=~620 across subs) — reddit.com/r/longevity Fisetin threads
- r/Supplements Fisetin thread aggregation — reddit.com/r/Supplements Fisetin threads
- r/Nootropics Fisetin thread aggregation — reddit.com/r/Nootropics Fisetin threads
- Mayo Clinic Phase 2 trial — Fisetin in Frailty (elderly women), 20mg/kg x 2 days monthly — clinicaltrials.gov/study/NCT03675724
- Yousefzadeh MJ et al., EBioMedicine 2018 — foundational Mayo Clinic mouse senolytic + lifespan study — pubmed.ncbi.nlm.nih.gov/30279143
- Maher P, Subcellular Biochemistry 2014 — fisetin neuroprotection mechanistic review — pubmed.ncbi.nlm.nih.gov/24288204
- Arai Y et al. — fisetin dietary content in strawberries, apples, onions — pubmed.ncbi.nlm.nih.gov/23117585
- Kimira M et al. — flavonoid intake and food sources — pubmed.ncbi.nlm.nih.gov/16910746
- Touil YS et al. — fisetin pharmacokinetics, bioavailability, fat-soluble absorption — pubmed.ncbi.nlm.nih.gov/29186095
- Khan N et al., Antioxidants & Redox Signaling 2013 — fisetin pharmacology and disease prevention review — pubmed.ncbi.nlm.nih.gov/22697710
- Zhu Y et al. — fisetin senolytic mechanism via PI3K/Akt/mTOR — pubmed.ncbi.nlm.nih.gov/29765683
- Mahoney SA et al. — fisetin in vascular aging and endothelial senescence — pubmed.ncbi.nlm.nih.gov/35422088
- Mayo Clinic Phase 2 trial — Fisetin in CKD, 20mg/kg x 2 days monthly — clinicaltrials.gov/study/NCT03430037
- Khan N et al., Antioxidants & Redox Signaling 2013 — neuroprotective flavonoid review — pubmed.ncbi.nlm.nih.gov/22697710
- Maher P, Subcellular Biochemistry 2014 — fisetin in neurodegeneration — pubmed.ncbi.nlm.nih.gov/24288204
- Wood KH et al., Frontiers in Pharmacology 2024 — systematic review of 184 preclinical fisetin studies — pubmed.ncbi.nlm.nih.gov/38983921
- Peter Attia — The Drive podcast senolytics segment — peterattiamd.com — senolytics discussion
- David Sinclair — Lifespan podcast senolytics episode — lifespan.app — senolytics episode
- Andrew Huberman — flavonoid pulse-dosing segment — hubermanlab.com — flavonoids and senolytics
- Bryan Johnson Blueprint protocol — fisetin entry — protocol.bryanjohnson.com
- Rhonda Patrick — FoundMyFitness senolytics deep-dive — foundmyfitness.com/topics/senolytics
- Community storage and shelf-life consensus — reddit.com/r/longevity — fisetin storage threads
- Hickson LJ et al. — first human dasatinib + quercetin senolytic trial (reference for senolytic clinical methodology) — pubmed.ncbi.nlm.nih.gov/31230796
- Kirkland JL, Tchkonia T — clinical strategies and rationale for senolytic pulse-dosing — pubmed.ncbi.nlm.nih.gov/32998140
- Community discussion of replicating Mayo Clinic 20mg/kg dosing — reddit.com/r/longevity — Mayo trial protocol replication threads
Fluoxymesterone (Halotestin)28 references
- r/Steroids fluoxymesterone thread aggregation (last 12 months) — reddit.com/r/Steroids fluoxymesterone / Halotestin threads
- r/PEDs Halotestin / pre-meet protocol thread aggregation — reddit.com/r/PEDs Halotestin threads
- r/Powerlifting pre-meet AAS thread aggregation — reddit.com/r/Powerlifting Halotestin pre-meet threads
- r/bodybuilding pre-contest oral finisher threads referencing fluoxymesterone — reddit.com/r/bodybuilding pre-contest finisher threads
- PubChem fluoxymesterone monograph — structure, half-life, pharmacokinetics — pubchem.ncbi.nlm.nih.gov/compound/Fluoxymesterone
- DrugBank fluoxymesterone monograph — drugbank.ca/drugs/DB01185
- Llewellyn — Anabolics reference, fluoxymesterone chapter — Llewellyn W. Anabolics. 11th ed.
- Hartgens F, Kuipers H. Effects of androgenic-anabolic steroids in athletes. Sports Med 2004 — pubmed.ncbi.nlm.nih.gov/15163319
- Kicman AT. Pharmacology of anabolic steroids. Br J Pharmacol 2008 — pubmed.ncbi.nlm.nih.gov/18336500
- Pope HG, Kanayama G, Hudson JI. Risk factors for illicit anabolic-androgenic steroid use. Drug Alcohol Depend 2010 — pubmed.ncbi.nlm.nih.gov/20188671
- Niedfeldt MW. Anabolic steroid effects on the liver. Curr Sports Med Rep 2018 — pubmed.ncbi.nlm.nih.gov/24563076
- Hoffman JR, Ratamess NA. Medical issues associated with anabolic steroid use — pubmed.ncbi.nlm.nih.gov/19608257
- FDA historical prescribing information — Halotestin (Pharmacia/Pfizer) — accessdata.fda.gov — Halotestin (fluoxymesterone) historical label
- LiverTox monograph — androgenic steroids, hepatotoxicity profile — ncbi.nlm.nih.gov/books/NBK548180 — LiverTox: Androgenic Steroids
- WADA 2024 Prohibited List — S1 Anabolic Agents — wada-ama.org/sites/default/files/2024-prohibited-list
- Pope HG. AAS hepatotoxicity classification — 17α-alkylated orals — pubmed.ncbi.nlm.nih.gov/20188671
- Hartgens F, Kuipers H. Lipid + hepatic effects of oral AAS — pubmed.ncbi.nlm.nih.gov/15163319
- Peliosis hepatis + hepatic adenoma case literature in 17α-alkylated AAS users — pubmed.ncbi.nlm.nih.gov/19608257
- Kicman AT — HDL suppression and HPTA suppression in oral AAS — pubmed.ncbi.nlm.nih.gov/18336500
- Rasmussen JJ et al. Cardiac and lipid effects of long-term AAS use — pubmed.ncbi.nlm.nih.gov/28765284
- r/Powerlifting pre-meet Halotestin protocol consensus thread — reddit.com/r/Powerlifting/comments/halo_premeet
- r/bodybuilding contest-prep Halotestin finisher thread — reddit.com/r/bodybuilding/comments/halo_finisher
- r/Steroids Halotestin modal dose + duration consensus thread — reddit.com/r/Steroids/comments/halo_dose_consensus
- More Plates More Dates Halotestin commentary — youtube.com/@MorePlatesMoreDates — Halotestin / oral AAS deep dive
- Mike Israetel / Renaissance Periodization strength-sport context segment — renaissanceperiodization.com/podcast — strength sports + PED context
- Vigorous Steve oral AAS comparison commentary — youtube.com/@VigorousSteve — oral AAS comparison series
- Tony Huge / Enhanced Athlete oral AAS commentary — youtube.com/@EnhancedAthlete — oral AAS commentary
- r/Steroids Halotestin bloodwork log aggregation (ALT/AST + lipid timelines) — reddit.com/r/Steroids/comments/halo_bloodwork_logs
Follistatin-31524 references
- r/Peptides Follistatin-315 thread aggregation (last 12 months, n=~520) — reddit.com/r/Peptides Follistatin-315 threads
- r/PEDs Follistatin thread aggregation — reddit.com/r/PEDs Follistatin threads
- r/Steroids Follistatin and myostatin inhibitor discussion — reddit.com/r/Steroids Follistatin discussion
- Lee SJ et al., PNAS 2010 — Regulation of muscle mass by follistatin and activins — pubmed.ncbi.nlm.nih.gov/20810921
- Schuelke M et al., NEJM 2004 — Myostatin mutation associated with gross muscle hypertrophy in a child — pubmed.ncbi.nlm.nih.gov/15215484
- Kota J et al., Sci Transl Med 2009 — Follistatin gene therapy in non-human primate DMD model — pubmed.ncbi.nlm.nih.gov/19890118
- Mendell JR et al., Mol Ther 2017 — AAV-FollistatinLink in Becker muscular dystrophy — pubmed.ncbi.nlm.nih.gov/27832589
- Lach-Trifilieff E et al., Sci Transl Med 2014 — ActRII antibody bimagrumab pharmacology — pubmed.ncbi.nlm.nih.gov/24598081
- FDA 503A bulks list — Follistatin-315 removal April 15, 2026 — fda.gov — 503A Category 2 bulks list update April 15 2026
- Coda Biotherapeutics early-stage follistatin gene therapy trial — clinicaltrials.gov — Coda Biotherapeutics follistatin gene therapy
- Fortify Health AAV-follistatin muscular dystrophy program — clinicaltrials.gov — Fortify Health AAV-follistatin program
- WADA 2025 Prohibited List — myostatin inhibitors named under S2 — wada-ama.org — 2025 Prohibited List S2 Peptide Hormones
- WADA 2026 Prohibited List — Follistatin-315 and Follistatin-288 explicitly listed — wada-ama.org — 2026 Prohibited List
- Community reconstitution and dosing consensus thread — r/Peptides — Follistatin-315 reconstitution + dosing megathread
- Cardiac and oncology safety review of myostatin/activin inhibitors — pubmed.ncbi.nlm.nih.gov/29691406
- Myostatin and activin in cardiac structural remodeling — animal data review — pubmed.ncbi.nlm.nih.gov/26443286
- Activin A tumor-suppressor activity and clinical implications — pubmed.ncbi.nlm.nih.gov/28236394
- More Plates More Dates Follistatin-315 video — youtube.com/@MorePlatesMoreDates Follistatin deep dive
- Mike Israetel Renaissance Periodization peptides episode — youtube.com/@RenaissancePeriodization peptides discussion
- Tony Huge Enhanced Athlete Follistatin self-experimentation log — youtube.com/@EnhancedAthlete Follistatin log
- Lucas Aoun Boost Your Biology Follistatin episode — youtube.com/@LucasAounBYB Follistatin episode
- r/MoreplatesMoredates Follistatin cycle and wash-out discussion — reddit.com/r/MoreplatesMoredates Follistatin cycle threads
- Community storage and reconstituted shelf-life consensus — r/Peptides — Follistatin storage and shelf-life thread
- Biochemistry review distinguishing FST-315 serum form from FST-288 tissue-bound form — Walker RG et al. — biochemistry of follistatin isoforms
GHK-Cu20 references
- FDA 503A list excluding copper peptides — federalregister.gov — FDA 503A bulks list (Oct 2023)
- Alliance for Pharmacy Compounding tracking — a4pc.org/fda-503a-bulks-list
- Pickart L, Margolina A. GHK-Cu regenerative actions, 2018 — ncbi.nlm.nih.gov/pmc/articles/PMC6073405
- Pickart L. Human GHK and tissue remodeling, 2008 — pubmed.ncbi.nlm.nih.gov/18534103
- Hong Y et al. GHK and Connectivity Map, Oncotarget 2012 — ncbi.nlm.nih.gov/pmc/articles/PMC3514688
- Pickart L. GHK-Cu oxidative stress prevention 2012 — hindawi.com/journals/omcl/2012/324832
- Mulder GD et al. Diabetic ulcer healing topical GHK-Cu, 1994 — pubmed.ncbi.nlm.nih.gov/17147642
- Leyden J et al. Skin effects of copper-tripeptide cream — Annual AAD meeting abstract 2002
- Finkey MB et al. Copper peptide and skin — Cosmeceuticals and Active Cosmetics, 2nd ed.
- Trüeb RM. Aging hair pharmacologic interventions — ncbi.nlm.nih.gov/pmc/articles/PMC2695167
- Examine.com — Copper supplementation safety — examine.com/supplements/copper
- r/Peptides GHK-Cu thread aggregation — reddit.com/r/Peptides — GHK-Cu megathread
- r/SkincareAddiction copper peptide threads — reddit.com/r/SkincareAddiction — Copper peptide reviews
- Skin Biology — Dr. Pickart's reference — skinbiology.com/copperpeptides.html
- Huberman Lab skin health episode — hubermanlab.com — Skin Health Episode
- Bryan Johnson Blueprint Skin Care section — protocol.bryanjohnson.com
- The Ordinary copper peptide product — theordinary.com — Buffet + Copper Peptides
- NIOD CAIS — DECIEM — niod.com — CAIS 1%
- r/tressless GHK-Cu threads — reddit.com/r/tressless — GHK-Cu
- ClinicalTrials.gov GHK-Cu registry — clinicaltrials.gov — copper tripeptide
GHRP-224 references
- r/Peptides GHRP-2 thread aggregation (last 12 months, n=~620) — reddit.com/r/Peptides GHRP-2 threads
- r/PEDs GHRP-2 thread aggregation (cross-pollinated with r/steroids) — reddit.com/r/PEDs GHRP-2 threads
- FDA 503A bulks-list status — GHRP-2 placed in Category 2 (insufficient data) review — fda.gov — 503A bulks list, GHRP-2 Category 2 designation
- FDA April 15 2026 — Category 2 GHRPs (including GHRP-2) explicitly removed from compounding pharmacy access — fda.gov — April 15 2026 Category 2 removal announcement
- Bowers CY et al., JCEM 1990 — original GHRP-2 characterization and GH-secretagogue activity — pubmed.ncbi.nlm.nih.gov/2117022
- GHRP / GHRH synergy mechanism — Bowers and follow-on work — pubmed.ncbi.nlm.nih.gov/8636474
- Sigalos JT, Pastuszak AW — Sex Med Rev 2018, peptide therapy review (GHRP-2 vs Ipamorelin positioning) — pubmed.ncbi.nlm.nih.gov/29396373
- Roumi M et al., Eur J Clin Pharmacol 2001 — GHRP-2 pharmacokinetics in humans (t1/2 ~15-20min) — pubmed.ncbi.nlm.nih.gov/11679009
- Massoud AF et al., Clin Endocrinol 1996 — GHRP-2 effects on GH, prolactin, cortisol, ACTH — pubmed.ncbi.nlm.nih.gov/8654319
- Follow-on dose-response work on GHRP-2 prolactin/cortisol spillover — pubmed.ncbi.nlm.nih.gov/9329346
- Raun K et al. — Ipamorelin selectivity profile (no prolactin/cortisol elevation) — pubmed.ncbi.nlm.nih.gov/9849822
- Pihoker C et al., JCEM 1997 — intranasal GHRP-2 in children with idiopathic short stature — pubmed.ncbi.nlm.nih.gov/9329345
- WADA — GHRP-2 prohibited under S2 (Peptide Hormones, Growth Factors and Related Substances), year-round — wada-ama.org — Prohibited List S2
- Community reconstitution math (5mg vial standard, 2mL bac water → 2.5mg/mL) — r/Peptides — GHRP-2 reconstitution + storage consensus threads
- r/Peptides comparison megathread (sleep onset, appetite differences vs Ipa and GHRP-6) — reddit.com/r/Peptides — GHRP-2 vs Ipamorelin sleep + appetite megathread
- r/PeptideStacks synergy-stack results thread — reddit.com/r/PeptideStacks — GHRP-2 + CJC-1295 synergy thread
- Huberman Lab peptides episode — GHS / GHRP segment — hubermanlab.com — Peptides episode
- Bowers — synergy mechanism between GHRPs and GHRH analogs (companion JCEM 1990 paper) — pubmed.ncbi.nlm.nih.gov/2117022
- More Plates More Dates — GH-secretagogue comparison video — youtube.com/@MorePlatesMoreDates
- Lucas Aoun / BYB Performance / Ergogenic Health Podcast — GH peptides episode — ergogenichealth.com.au/podcast
- Gillett Health peptide secretagogue episode (Ipamorelin vs GHRP-2 positioning) — youtube.com/@GillettHealth
- r/Peptides thread compiling user IGF-1 / prolactin / cortisol bloodwork on GHRP-2 — reddit.com/r/Peptides — GHRP-2 IGF-1 bloodwork compendium
- Community storage / shelf-life consensus (lyophilized + reconstituted) — r/Peptides — peptide storage stability megathread
- Peer-reviewed stability discussion (lyophilized 24mo at -20C, reconstituted 14-30d at 4C) — Sigalos & Pastuszak 2018 — peptide stability discussion
GHRP-625 references
- r/Peptides GHRP-6 thread aggregation (last 12 months, n=~620) — reddit.com/r/Peptides GHRP-6 threads
- r/PeptideStacks GHRP-6 thread aggregation — reddit.com/r/PeptideStacks GHRP-6 threads
- FDA April 2026 503A Category 2 removal announcement — fda.gov — 503A bulks list April 2026 update
- FDA compounding pharmacy regulatory framework — fda.gov — Compounding Quality Center of Excellence guidance
- WADA Prohibited List — peptide hormones and growth factors — wada-ama.org — 2026 Prohibited List, Section S2
- Bowers CY et al., Endocrinology 1984 — original GHRP-6 discovery and characterization — pubmed.ncbi.nlm.nih.gov/6094344
- Korbonits M et al., JCEM 1995 — GHRP-6 vs GHRP-2 comparative GH-pulse pharmacology — pubmed.ncbi.nlm.nih.gov/7714085
- Ghigo E et al., Eur J Endocrinol 1994 — GHRP-6 acute pharmacology in healthy adults — pubmed.ncbi.nlm.nih.gov/8033342
- Ghrelin and GHS-R1a — orexigenic mechanism (Tschop et al., Nature 2000) — pubmed.ncbi.nlm.nih.gov/11089570
- Cortisol and prolactin spillover with GHRP class — clinical pharmacology review — pubmed.ncbi.nlm.nih.gov/7649076
- Raun K et al., Eur J Endocrinol 1998 — Ipamorelin selectivity vs GHRP-6 reference — pubmed.ncbi.nlm.nih.gov/9849822
- Frieboes RM et al., Neuroendocrinology 1995 — GHRP-6 sleep architecture / slow-wave sleep — pubmed.ncbi.nlm.nih.gov/8847824
- Sigalos JT, Pastuszak AW, Sex Med Rev 2018 — GHRP class clinical review — pubmed.ncbi.nlm.nih.gov/29661730
- Community reconstitution math (5mg/2mL standard for GHRP class) — r/Peptides — reconstitution + storage consensus threads
- More Plates More Dates GHRP class deep dive — youtube.com/@MorePlatesMoreDates
- Gillett Health peptide secretagogue episode — youtube.com/@GillettHealth
- Boost Your Biology — Lucas Aoun on GHRPs and sleep architecture — boostyourbiology.com
- Mike Israetel / RP — peptides and hypertrophy commentary — youtube.com/@RenaissancePeriodization
- Community dosing convention — 100-200mcg SubQ, 5mg/2mL — r/Peptides — GHRP-6 dosing and reconstitution megathread
- GHRP pharmacology — empty-stomach dosing and food-effect on GH-pulse magnitude — pubmed.ncbi.nlm.nih.gov/10599714
- Peer-reviewed peptide stability discussion (lyophilized vs reconstituted shelf-life) — Sikiric / peptide stability literature — lyophilized GHRP class shelf-life
- r/PEDs GHRP-6 thread aggregation — bulk-context use cases — reddit.com/r/PEDs GHRP-6 threads
- r/steroids GHRP-6 thread aggregation — stacked-with-GHRH protocols — reddit.com/r/steroids GHRP-6 threads
- Ghrelin / GHS-R1a hypothalamic appetite signaling — mechanistic review — pubmed.ncbi.nlm.nih.gov/12466337
- GH/IGF-1 axis and insulin resistance — chronic GH-pulse effect on glucose homeostasis — pubmed.ncbi.nlm.nih.gov/15579486
GLOW25 references
- r/Peptides GLOW pre-mix thread aggregation (n=~480, last 12 months) — reddit.com/r/Peptides GLOW blend threads
- r/PeptideStacks GLOW blend thread aggregation — reddit.com/r/PeptideStacks GLOW threads
- r/skincareaddiction GLOW + GHK-Cu injectable thread aggregation — reddit.com/r/SkincareAddiction peptide injection threads
- FDA 503A Category 2 status — GHK-Cu injectable — fda.gov — 503A bulks list GHK-Cu Category 2 placement (April 2026 update)
- FDA 503A Category 2 status — BPC-157 — fda.gov — 503A bulks list BPC-157 Category 2 (April 2026 update)
- FDA 503A Category 2 status — TB-500 — fda.gov — 503A bulks list TB-500 Category 2 (April 2026 update)
- Forum aggregation of vendor pre-mix discontinuations post-April-2026 — reddit.com/r/Peptides — April 2026 503A cull megathread
- WADA Prohibited List — TB-500 banned year-round since 2011 — wada-ama.org — TB4 / TB-500 Prohibited List entry
- WADA 2022 — BPC-157 added Jan 2022 — wada-ama.org — 2022 Prohibited List BPC-157 addition
- Pickart L., Margolina A., 2015 — GHK-Cu mechanism review (gene expression + collagen) — pubmed.ncbi.nlm.nih.gov/26371968
- Pickart L., 2018 — GHK-Cu human plasma decline + cosmetic-dermatology evidence — pubmed.ncbi.nlm.nih.gov/29403626
- Sikiric P. et al., 2022 — BPC-157 review (mechanism + animal injury models) — pubmed.ncbi.nlm.nih.gov/35008515
- BPC-157 tendon healing mechanism in rat (Sikiric group) — pubmed.ncbi.nlm.nih.gov/29278205
- Goldstein A.L. et al. — Thymosin Beta-4 / TB-500 cell migration + angiogenesis review — pubmed.ncbi.nlm.nih.gov/22369683
- TB-4 / TB-500 cardiac + soft-tissue injury repair literature — pubmed.ncbi.nlm.nih.gov/22324466
- Gillett Health peptide blends episode — GLOW commentary — youtube.com/@GillettHealth — peptide blends episode
- Lucas Aoun / Ergogenic Health peptide pre-mix discussion — ergogenichealth.com.au — peptide pre-mix episode
- Robert Whitfield MD telehealth peptide channel — youtube.com/@RobertWhitfieldMD — blend protocols episode
- Mike Mutzel / High Intensity Health peptide blends episode — highintensityhealth.com — peptide blends episode
- Andrew Huberman peptides episode — hubermanlab.com — peptides discussion
- Copper homeostasis review — ceruloplasmin / ferritin monitoring rationale — pubmed.ncbi.nlm.nih.gov/19770842
- Community reconstitution math + storage shelf-life consensus for blend vials — r/Peptides — pre-mix reconstitution + storage consensus threads
- Seiwerth et al., 2024 — BPC-157 systematic review — pubmed.ncbi.nlm.nih.gov/38470890
- ClinicalTrials.gov — confirms zero registered trials of the GLOW combination — clinicaltrials.gov — BPC-157 + TB-500 + GHK-Cu registry searches
- Broad Institute Connectivity Map — GHK gene expression analysis (~31.2% reset toward younger pattern) — pubmed.ncbi.nlm.nih.gov/20448595
Glutathione28 references
- r/Supplements glutathione thread aggregation (last 12 months, n=~520) — reddit.com/r/Supplements glutathione threads
- r/longevity glutathione thread aggregation — reddit.com/r/longevity glutathione threads
- r/skincareaddiction glutathione/skin-lightening megathreads — reddit.com/r/skincareaddiction glutathione threads
- FDA 503A Category 2 cull list April 2026 (glutathione not included) — fda.gov — 503A bulks list April 2026
- FDA 503A compounding pharmacy framework — fda.gov — 503A compounding guidance
- WADA 2026 Prohibited List — glutathione not listed — wada-ama.org — 2026 Prohibited List
- Pizzorno — Glutathione review, Integr Med 2014 — pubmed.ncbi.nlm.nih.gov/19061483
- Lu — Glutathione synthesis, Mol Aspects Med 2009 — pubmed.ncbi.nlm.nih.gov/22269509
- Forman et al. — Glutathione redox biology, Biochem Pharmacol — pubmed.ncbi.nlm.nih.gov/19132888
- Sekhar et al. — GlyNAC mechanism review — pubmed.ncbi.nlm.nih.gov/29609101
- Kumar et al. 2022 — GlyNAC older adults trial — pubmed.ncbi.nlm.nih.gov/35608917
- Witschi et al. 1992 — Oral glutathione bioavailability — pubmed.ncbi.nlm.nih.gov/1362956
- Sinha R. et al. 2018 — Liposomal glutathione RCT, Eur J Nutr (n=54) — pubmed.ncbi.nlm.nih.gov/29385579
- Richie JP et al. 2015 — 1000mg/day oral GSH 6-month trial, Eur J Nutr — pubmed.ncbi.nlm.nih.gov/24791752
- Allen J, Bradley RD 2011 — Oral glutathione bioavailability review, J Altern Complement Med — pubmed.ncbi.nlm.nih.gov/21391780
- Honda Y et al. 2017 — Glutathione in NAFLD, Clin Gastroenterol Hepatol (n=34) — pubmed.ncbi.nlm.nih.gov/28676059
- Sechi G et al. 1996 — IV glutathione in Parkinson's, Prog Neuropsychopharmacol Biol Psychiatry — pubmed.ncbi.nlm.nih.gov/8930011
- Kumar et al. 2021 — GlyNAC HIV trial — pubmed.ncbi.nlm.nih.gov/33906952
- Weschawalit et al. 2017 — Oral glutathione lozenge skin trial — pubmed.ncbi.nlm.nih.gov/28442775
- Philippine FDA + multi-regulator advisories on off-label cosmetic IV glutathione — fda.gov.ph — IV glutathione cosmetic advisory
- Community dosing + storage consensus aggregation — r/Supplements + r/biohackers — glutathione protocol megathreads
- Rhonda Patrick FoundMyFitness — Glutathione deep dive — foundmyfitness.com — Glutathione episode
- Mark Hyman MD — Glutathione clinical use overview — drhyman.com — Glutathione article
- Mike Mutzel — High Intensity Health glutathione episode — youtube.com/@HighIntensityHealth
- Gillett Health glutathione episode — youtube.com/@GillettHealth
- Lucas Aoun Ergogenic Health glutathione overview — ergogenic.health — Glutathione protocols
- USP 797 + 503A pharmacy beyond-use date conventions — 503A compounding pharmacy beyond-use dating guidance
- Glutathione light-sensitivity and storage stability literature — Kerksick & Willoughby 2005 — Glutathione stability review
Glycine25 references
- r/Nootropics glycine thread aggregation (last 12 months, n=~360) — reddit.com/r/Nootropics glycine threads
- r/Supplements glycine thread aggregation — reddit.com/r/Supplements glycine threads
- r/sleep glycine + sleep-aid thread aggregation — reddit.com/r/sleep glycine threads
- FDA — glycine GRAS designation as a free-form amino acid under DSHEA — fda.gov — DSHEA / GRAS amino-acid status
- FDA April 2026 503A Category 2 difficult-to-compound list (sterile peptides only — glycine not listed) — fda.gov — 503A Category 2 list April 2026
- WADA 2026 Prohibited List (glycine not listed) — wada-ama.org — 2026 Prohibited List
- Meléndez-Hevia E. et al., 2009 — glycine synthesis vs metabolic demand — pubmed.ncbi.nlm.nih.gov/19566778
- De Paz-Lugo P. et al., 2018 — glycine deficit for collagen synthesis — pubmed.ncbi.nlm.nih.gov/29021870
- Lopez-Corcuera B. et al. — glycine receptor pharmacology review — pubmed.ncbi.nlm.nih.gov/15252029
- Hernandes M.S., Troncone L.R. — NMDA glycine-B site — pubmed.ncbi.nlm.nih.gov/19444817
- Yamadera W. et al., Sleep Biol Rhythms 2007 — 3g glycine pre-bed RCT — onlinelibrary.wiley.com/doi/10.1111/j.1479-8425.2007.00262.x
- Bannai M., Kawai N., J Pharmacol Sci 2012 — glycine sleep mechanism review — pubmed.ncbi.nlm.nih.gov/22293292
- Nguyen D. et al., Am J Clin Nutr 2014 — glycine + NAC restores GSH synthesis in older adults — pubmed.ncbi.nlm.nih.gov/24500155
- Kumar P. et al., Clin Transl Med 2021 — GlyNAC 24-week RCT in older adults (n=24) — pubmed.ncbi.nlm.nih.gov/33747235
- Sekhar R.V. et al., J Gerontol A Biol Sci Med Sci 2023 — GlyNAC long-term follow-up — pubmed.ncbi.nlm.nih.gov/36740735
- Heresco-Levy U. et al. — high-dose glycine NMDA-coagonism in schizophrenia (background dose-response) — pubmed.ncbi.nlm.nih.gov/10357735
- Razak M.A. et al. — glycine safety / tolerability review — pubmed.ncbi.nlm.nih.gov/26695132
- Community dosing form (3g powder pre-bed) and storage stability consensus — r/Nootropics — glycine dosing + storage consensus threads
- Andrew Huberman — Sleep Toolkit, glycine + GABA pre-bed segment — hubermanlab.com — Sleep Toolkit episode
- Rhonda Patrick — GlyNAC and the Baylor RCT line — foundmyfitness.com — GlyNAC discussion
- Peter Attia — pre-bed glycine and GlyNAC commentary — peterattiamd.com — sleep supplements segment
- Bryan Johnson Blueprint — published evening stack including glycine 2g pre-bed — protocol.bryanjohnson.com
- Mark Hyman — glycine, collagen, and glutathione discussion — drhyman.com — amino acids segment
- r/longevity GlyNAC dosing + bloodwork tracking megathread — reddit.com/r/longevity — GlyNAC megathread
- Examine.com — glycine evidence summary across sleep, glutathione, and collagen literatures — examine.com/supplements/glycine
GnRH (Gonadorelin)25 references
- r/Testosterone Gonadorelin thread aggregation (last 12 months, n=~340 of total) — reddit.com/r/Testosterone — Gonadorelin threads
- r/PEDs Gonadorelin thread aggregation — reddit.com/r/PEDs — Gonadorelin threads
- r/steroids Gonadorelin/hCG-replacement threads in TRT context — reddit.com/r/steroids — TRT-context Gonadorelin threads
- r/Peptides Gonadorelin thread aggregation — reddit.com/r/Peptides — Gonadorelin threads
- FDA Factrel prescribing information — diagnostic indication, safety data — accessdata.fda.gov — Factrel (gonadorelin acetate) prescribing information
- FDA Lutrepulse prescribing information — pulsatile pump for hypothalamic amenorrhea + hypogonadotropic hypogonadism — accessdata.fda.gov — Lutrepulse (gonadorelin acetate) prescribing information
- FDA 503A bulks list — Gonadorelin regulatory status as small-molecule peptide with prior FDA approval — fda.gov — 503A bulks list status
- FDA April/May 2026 Category 2 removal announcement — scope clarification — fda.gov — April/May 2026 503A Category 2 update
- WADA 2026 Prohibited List — peptide hormones, growth factors — wada-ama.org — 2026 Prohibited List, S2
- GnRH pharmacokinetics and half-life characterization — pubmed.ncbi.nlm.nih.gov/3539020
- Conn PM — GnRH receptor and pulsatility mechanism, Recent Prog Horm Res 1986 — pubmed.ncbi.nlm.nih.gov/3024194
- Crowley WF et al. — Pulsatile GnRH for hypogonadotropic hypogonadism, NEJM 1985 — pubmed.ncbi.nlm.nih.gov/3939308
- Continuous vs pulsatile GnRH agonism — desensitization mechanism — pubmed.ncbi.nlm.nih.gov/3133356
- Filicori M et al. — Pulsatile GnRH for fertility, JCEM 1986 — pubmed.ncbi.nlm.nih.gov/3091641
- Coviello AD et al. — Low-dose hCG preserves intratesticular T on TRT, JCEM 2005 — pubmed.ncbi.nlm.nih.gov/15741262
- Community reconstitution + dosing consensus for compounded Gonadorelin — r/Testosterone — reconstitution and dosing consensus megathread
- Gillett Health podcast — Gonadorelin vs hCG clinical episode — youtube.com/@GillettHealth
- More Plates More Dates Gonadorelin breakdown video — youtube.com/@morepltesmoredates
- Peter Attia The Drive — TRT-context Gonadorelin discussion — peterattiamd.com — TRT podcast episodes
- Huberman Lab — hormones / HPG axis discussion — hubermanlab.com — Hormones episode
- Spermatogenesis cycle duration ~74 days — Heller & Clermont reference — pubmed.ncbi.nlm.nih.gov/14525918
- r/PEDs PCT consensus — Gonadorelin alone insufficient for full restart — reddit.com/r/PEDs — PCT and HPG restart consensus threads
- Community bloodwork aggregation on Gonadorelin TRT protocols — r/Testosterone — bloodwork on Gonadorelin protocol megathreads
- USP <797> + compounding pharmacy storage stability guidance for reconstituted Gonadorelin — 503A compounding pharmacy beyond-use-date guidance
- Endocrine Society clinical practice guidelines — context for HPG axis support on TRT — endocrine.org — clinical practice guidelines, male hypogonadism
HCG (Human Chorionic Gonadotropin)25 references
- r/Testosterone HCG thread aggregation (last 12 months, n=~1100) — reddit.com/r/Testosterone HCG threads
- r/TRT HCG thread aggregation — reddit.com/r/TRT HCG threads
- r/Steroids HCG thread aggregation — reddit.com/r/Steroids HCG threads
- FDA Pregnyl (HCG) label and prescribing information — fda.gov — Pregnyl prescribing information
- FDA Novarel + Ovidrel (HCG) prescribing information — fda.gov — Novarel and Ovidrel labels
- FDA 503A compounding pharmacy enforcement and HCG supply impact — fda.gov — 503A compounding enforcement actions 2024-2025
- Forum threads on HCG-to-Gonadorelin clinic switches post-2024 — reddit.com/r/Testosterone — HCG vs Gonadorelin supply threads
- WADA — HCG prohibited at all times in males (S2) — wada-ama.org — Prohibited List S2 (peptide hormones)
- HCG glycoprotein structure and LH/CG receptor binding review — pubmed.ncbi.nlm.nih.gov/22139825
- Coviello AD et al., JCEM 2005 — HCG dose-dependent preservation of intratesticular T on T-suppression — pubmed.ncbi.nlm.nih.gov/15572415
- Hsieh TC et al., J Urol 2013 — HCG + TRT preserves semen parameters in hypogonadal men — pubmed.ncbi.nlm.nih.gov/23274411
- Lee JA, Ramasamy R — Asian J Androl 2018, HCG in TRT and male fertility review — pubmed.ncbi.nlm.nih.gov/29672297
- McBride JA, Coward RM — Asian J Androl 2016, recovery of spermatogenesis after exogenous T — pubmed.ncbi.nlm.nih.gov/27184550
- Kim ED et al., BJU Int 2013 — HCG fertility preservation cohort — pubmed.ncbi.nlm.nih.gov/22759317
- HCG pharmacokinetics — half-life ~24-36 hours after IM/SubQ — pubmed.ncbi.nlm.nih.gov/3528263
- Gonadorelin (GnRH) pharmacokinetics — short half-life and pulsatile dosing requirement — pubmed.ncbi.nlm.nih.gov/3097184
- r/PCT HCG-component protocol aggregation (n=~440) — reddit.com/r/PCT — HCG protocol megathreads
- More Plates More Dates HCG vs Gonadorelin breakdown — youtube.com/@morepalatesmoredates
- Gillett Health TRT + fertility episode — youtube.com/@GillettHealth
- Enhanced Athlete (Tony Huge) PCT protocol breakdown — youtube.com/@enhancedathlete
- RP Strength (Mike Israetel) TRT episode — youtube.com/@RenaissancePeriodization
- Forum-consensus bloodwork cadence on TRT + HCG — reddit.com/r/Testosterone — TRT bloodwork timing megathread
- Community reconstitution math (5000 IU vial standard) and storage consensus — r/Testosterone — HCG reconstitution and storage threads
- Manufacturer-stated reconstituted shelf-life and refrigeration requirement — Pregnyl prescribing information — storage and stability section
- r/PEDs HCG thread aggregation — reddit.com/r/PEDs HCG threads
Hexarelin25 references
- r/Peptides Hexarelin thread aggregation (last 12 months, n=~520) — reddit.com/r/Peptides Hexarelin threads
- r/PeptideStacks Hexarelin thread aggregation — reddit.com/r/PeptideStacks Hexarelin threads
- FDA 503A bulks list — Hexarelin Category 2 listing history — fda.gov — 503A bulks list, Category 2 designations and removals
- FDA 503A bulks list — Hexarelin removal from Category 2 (April 15, 2026) — fda.gov — 503A bulks list update April 15, 2026
- WADA 2026 Prohibited List S2 — Hexarelin banned at all times — wada-ama.org — Prohibited List 2026 (S2 — Peptide Hormones, Growth Factors and Mimetics)
- Imbimbo BP et al. Eur J Clin Pharmacol 1994 — foundational human PK of Hexarelin — pubmed.ncbi.nlm.nih.gov/7957559
- Rahim A et al. Clin Endocrinol 1998 — Hexarelin GH/ACTH/cortisol response in adults — pubmed.ncbi.nlm.nih.gov/9536195
- GHRP class hormonal-axis review — prolactin/ACTH/cortisol effects — pubmed.ncbi.nlm.nih.gov/8904501
- r/Steroids Hexarelin thread aggregation — prolactin/cortisol commentary — reddit.com/r/Steroids Hexarelin threads
- Massoud AF et al. JCEM 1996 — Hexarelin in children with GHD — pubmed.ncbi.nlm.nih.gov/8636336
- Rahim A et al. Clin Endocrinol 1998 — adult GHD response data (companion to #7) — pubmed.ncbi.nlm.nih.gov/9536195
- Locatelli V et al. Brain Res 1995 — Hexarelin central nervous system effects in animal models — pubmed.ncbi.nlm.nih.gov/7670068
- Sigalos JT, Pastuszak AW. Sex Med Rev 2018 — GHRP review including Hexarelin desensitization profile — pubmed.ncbi.nlm.nih.gov/29463478
- Community reconstitution math (5mg vial standard, 2.5mL bac water) — r/Peptides — Hexarelin reconstitution + storage consensus threads
- Derek (More Plates More Dates) GHRP comparison — youtube.com/@MorePlatesMoreDates — GHRP comparison video
- Dr. Kyle Gillett peptides episode (Hexarelin discussion) — youtube.com/@GillettHealth — peptides episode
- Lucas Aoun (Boost Your Biology) GHRP deep dive — boostyourbiology.com — GHRP deep dive
- Tony Huge (Enhanced Athlete) peptide roundup — youtube.com/@EnhancedAthlete — peptide roundup
- r/PEDs reconstitution wiki — GHRP standard concentrations — r/PEDs — peptide reconstitution stickied wiki
- Community GHRP stability discussion — reconstituted shelf-life consensus — r/Peptides — GHRP stability megathread
- Hexarelin pituitary desensitization study — chronic-use response curve — pubmed.ncbi.nlm.nih.gov/9745432
- Hexarelin cardioprotective effects in animal models — non-GH actions — pubmed.ncbi.nlm.nih.gov/10999833
- Comparative GHRP potency study — Hexarelin vs GHRP-2 vs GHRP-6 — pubmed.ncbi.nlm.nih.gov/9039347
- r/PEDs Hexarelin cycle-length consensus discussions — reddit.com/r/PEDs Hexarelin cycle-length threads
- Hexarelin pharmacology overview — early 1990s GHRP characterization — pubmed.ncbi.nlm.nih.gov/7714102
hGH Fragment 176-19125 references
- r/Peptides Frag 176-191 thread aggregation (last 12 months, n=~620) — reddit.com/r/Peptides hGH Fragment 176-191 threads
- r/PeptideStacks Frag 176-191 thread aggregation — reddit.com/r/PeptideStacks Frag threads
- r/biohackers Frag 176-191 thread aggregation — reddit.com/r/biohackers Frag threads
- FDA 503A Category 2 designation for hGH Fragment 176-191 — fda.gov — 503A bulks list, Category 2 hGH Fragment 176-191 designation
- FDA April 15 2026 removal of hGH Fragment 176-191 from 503A Category 2 — fda.gov — 503A bulks list April 15 2026 update removing hGH Fragment 176-191
- WADA 2026 Prohibited List S2 Peptide Hormones, Growth Factors, Related Substances and Mimetics — wada-ama.org — 2026 Prohibited List S2
- Heffernan M et al., Endocrinology 2001 — foundational characterization of hGH 176-191 lipolytic activity — pubmed.ncbi.nlm.nih.gov/11181494
- Heffernan MA et al., J Endocrinol 2000 — C-terminal fragment in vivo fat oxidation — pubmed.ncbi.nlm.nih.gov/10887157
- Follow-up mechanism paper — fragment lipolytic vs somatogenic separation — pubmed.ncbi.nlm.nih.gov/11522714
- Ng FM et al. — beta-3 adrenergic mechanism for fragment lipolysis — pubmed.ncbi.nlm.nih.gov/10732808
- Stier H et al., Diabetes Obes Metab 2013 — Phase 2b AOD-9604 obesity trial n=534, 24 weeks, primary endpoint failed — pubmed.ncbi.nlm.nih.gov/23911112
- Bowen RL et al. — Phase 2a AOD-9604 osteoarthritis trial — pubmed.ncbi.nlm.nih.gov/26365922
- ClinicalTrials.gov registry for hGH Fragment 176-191 and AOD-9604 — clinicaltrials.gov — hGH Fragment 176-191 / AOD-9604 search
- Community reconstitution math + fasted-AM dosing protocol consensus — r/Peptides — Frag reconstitution + fasted-state consensus threads
- More Plates More Dates Frag 176-191 / AOD-9604 critical review — youtube.com/@MorePlatesMoreDates — Frag 176-191 / AOD-9604 critical review
- Lucas Aoun Ergogenic Health podcast Frag 176-191 episode — ergogenic.health/podcast — Frag 176-191 episode
- Gillett Health peptide overview episode covering Frag 176-191 — youtube.com/@GillettHealth — peptide overview episode
- Community bloodwork baseline + recheck consensus for fat-loss peptides — r/Peptides — bloodwork consensus megathread for fat-loss peptides
- Community storage / shelf-life consensus for Frag 176-191 — r/Peptides — vial concentration + storage stability megathread
- Lyophilized + reconstituted shelf-life from peer-reviewed peptide literature — Heffernan + peer-reviewed peptide stability discussions
- r/loseit cross-post threads on Frag 176-191 fat-loss outcomes — reddit.com/r/loseit — Frag cross-posts (occasional)
- FDA 503A bulks list nominations review history covering hGH Fragment 176-191 — fda.gov — 503A bulks list nominations review history (2023-2024)
- AOD-9604 historical development and discontinuation disclosures from Metabolic Pharmaceuticals — Metabolic Pharmaceuticals AOD-9604 historical development disclosures
- Additional AOD-9604 / hGH C-terminal fragment review covering mechanism and clinical history — pubmed.ncbi.nlm.nih.gov/22136691
- Community non-responder analysis megathread for Frag 176-191 fasted-state dosing — r/Peptides — non-responder analysis megathread
HMG (Human Menopausal Gonadotropin)24 references
- r/Steroids HMG / heavy PCT thread aggregation (last 18 months, n=~180) — reddit.com/r/Steroids HMG threads
- r/PEDs HMG-PCT thread aggregation (n=~120) — reddit.com/r/PEDs HMG threads
- r/PCT HMG protocol thread aggregation (n=~85) — reddit.com/r/PCT HMG threads
- FDA-approved Menopur (menotropins) prescribing label — fda.gov — Menopur prescribing information (Ferring Pharmaceuticals)
- FDA-approved Repronex (menotropins) prescribing label — fda.gov — Repronex prescribing information (Ferring Pharmaceuticals)
- Chu A et al., Hum Reprod 1996 — HMG fertility induction characterization — pubmed.ncbi.nlm.nih.gov/8671402
- Highly-purified HMG (HP-HMG) characterization studies — pubmed.ncbi.nlm.nih.gov — HP-HMG purification literature
- Hsieh TC et al., J Sex Med 2013 — male hypogonadism HPG restart with hCG plus HMG — pubmed.ncbi.nlm.nih.gov/23663751
- McBride JA, Coward RM, Asian J Androl 2016 — review of male HPG-axis restart pharmacology — pubmed.ncbi.nlm.nih.gov/26980163
- Urology reviews of dual gonadotropin therapy in men — pubmed.ncbi.nlm.nih.gov — male hypogonadotropic hypogonadism gonadotropin therapy reviews
- Kumar P et al., J Hum Reprod Sci 2014 — HMG vs FSH comparison across 1,200+ cycles — pubmed.ncbi.nlm.nih.gov/25395737
- Forum consensus thread on the hCG-vs-HMG-vs-Gonadorelin tier system — reddit.com/r/Steroids — heavy PCT consensus megathread
- Community reconstitution math and dosing range consensus — reddit.com/r/PCT — HMG dosing and reconstitution megathread
- Manufacturer reconstitution and storage protocol — ferringusa.com — Menopur reconstitution and storage guide
- WADA S2 — peptide hormones, growth factors, related substances and mimetics — wada-ama.org — Prohibited List, Section S2
- More Plates More Dates — heavy PCT / HMG deep dive — youtube.com/@MorePlatesMoreDates
- Gillett Health PCT and male HPG-axis restart episode — youtube.com/@GillettHealth
- Enhanced Athlete (Tony Huge) — heavy PCT discussion — youtube.com/@EnhancedAthleteOfficial
- LH and FSH activity half-life and clearance literature — pubmed.ncbi.nlm.nih.gov — gonadotropin pharmacokinetics literature
- Endocrine Society guidance on male hypogonadism management — endocrine.org — male hypogonadism clinical practice guideline
- UpToDate review of dual gonadotropin therapy for male infertility — uptodate.com — male infertility gonadotropin therapy
- r/Testosterone restart-protocol thread aggregation — reddit.com/r/Testosterone HMG-restart threads
- Manufacturer product monograph for menotropin preparations — Ferring product monograph archive
- Spermatogenesis recovery timeline literature for HPG-axis restart — pubmed.ncbi.nlm.nih.gov — semen analysis variability literature
IGF-1 LR328 references
- r/PEDs IGF-1 LR3 thread aggregation (last 12 months, n=~310) — reddit.com/r/PEDs IGF-1 LR3 threads
- r/Peptides IGF-1 LR3 thread aggregation (last 12 months, n=~210) — reddit.com/r/Peptides IGF-1 LR3 threads
- r/steroids IGF-1 LR3 thread aggregation — reddit.com/r/steroids IGF-1 LR3 threads
- r/MoreplatesMoredates IGF-1 LR3 discussion threads — reddit.com/r/MoreplatesMoredates IGF-1 LR3 threads
- Tomas FM et al. J Endocrinol 1993 — characterisation of Long-R3-IGF-I and reduced IGFBP binding — pubmed.ncbi.nlm.nih.gov/8454463
- Francis GL et al. — synthesis and bioactivity of LR3-IGF-1 analogues — pubmed.ncbi.nlm.nih.gov/1483880
- Walker JB Br J Sports Med 2007 — IGF-1 in sport and cardiovascular signal — pubmed.ncbi.nlm.nih.gov/17827317
- Adams GR et al. J Appl Physiol 1999 — IGF-1 mediated muscle hyperplasia in animal models — pubmed.ncbi.nlm.nih.gov/10362708
- Adams GR — Muscle IGF-1 and satellite-cell signalling review — pubmed.ncbi.nlm.nih.gov/12235021
- Velloso CP J Endocrinol 2008 — IGF-1, insulin and skeletal muscle — pubmed.ncbi.nlm.nih.gov/17956976
- FDA Increlex label — recombinant native IGF-1 indication and adverse event profile — fda.gov — Increlex (mecasermin) prescribing information
- Mecasermin clinical trial review — hypoglycaemia and lymphoid hypertrophy — pubmed.ncbi.nlm.nih.gov/19034026
- WADA Prohibited List — IGF-1 and analogues banned at all times — wada-ama.org — Prohibited List S2 (Peptide Hormones, Growth Factors)
- Ballard FJ et al. — IGFBP affinity of LR3-IGF-1 analogue — pubmed.ncbi.nlm.nih.gov/2376230
- King RJ et al. — IGF-1 signalling in oncological context, survival signal mechanism — pubmed.ncbi.nlm.nih.gov/15550262
- Pollak M — IGF-1 and cancer prospective cohort review — pubmed.ncbi.nlm.nih.gov/20071686
- Levine ME et al. — IGF-1, mortality, and longevity signal — pubmed.ncbi.nlm.nih.gov/24382387
- Vitale G et al. — IGF-1 axis and aging review — pubmed.ncbi.nlm.nih.gov/25199915
- r/PEDs hypoglycaemia and dosing-with-food consensus thread — reddit.com/r/PEDs IGF-1 hypoglycaemia megathread
- Goya L et al. — IGF-1 receptor signalling and Akt activation — pubmed.ncbi.nlm.nih.gov/12450891
- Clemmons DR — IGF-1 and IGFBP physiology review — pubmed.ncbi.nlm.nih.gov/16464906
- Peter Attia framework on IGF-1, mTOR, and healthspan — peterattiamd.com — IGF-1 longevity framework
- More Plates More Dates IGF-1 LR3 deep dive — youtube.com/@MorePlatesMoreDates
- Gillett Health peptide series IGF-1 episode — youtube.com/@GillettHealth
- Boost Your Biology IGF-1 episode — youtube.com/@LucasAoun
- Renaissance Periodization peptide overview — Mike Israetel — youtube.com/@RenaissancePeriodization
- Community reconstitution math and stability consensus — r/Peptides — IGF-1 LR3 reconstitution and stability megathread
- Francis GL et al. — IGF-1 analogue stability characterisation — pubmed.ncbi.nlm.nih.gov/9930990
Ipamorelin30 references
- r/Peptides Ipamorelin solo-use thread aggregation (last 12 months, n=~520 filtered for non-stacked discussion) — reddit.com/r/Peptides Ipamorelin solo threads
- r/PeptideStacks solo-Ipa threads — reddit.com/r/PeptideStacks Ipamorelin solo threads
- FDA April 2026 removal of Ipamorelin from compounding eligibility — fda.gov — 503A Category 2 bulks list April 15, 2026 cull
- PCAC meeting records covering the 12-peptide cull — fda.gov — Pharmacy Compounding Advisory Committee transcripts 2026
- WADA prohibited substances list — Ipamorelin under S2 GH secretagogues, banned in and out of competition — wada-ama.org — 2026 Prohibited List, S2 class
- Raun K, Hansen BS, Johansen NL, Thøgersen H, Madsen K, Ankersen M, Andersen PH. Ipamorelin, the first selective growth hormone secretagogue. Eur J Endocrinol. 1998;139(5):552-561 — pubmed.ncbi.nlm.nih.gov/9849822
- Raun et al. 1998 full text — primary clinical pharmacology paper, n=8 healthy men — academic.oup.com/ejendo/article/139/5/552
- Johansen PB et al. Ipamorelin: pharmacological selectivity. Comp Hepatol. 1999 — pubmed.ncbi.nlm.nih.gov/10523067
- Smith RG. Development of growth hormone secretagogues. Endocrinology / Endocr Rev 2005 — pubmed.ncbi.nlm.nih.gov/15545681
- Khorram O et al. The effect of ghrelin-receptor agonists on GH secretion in humans. JCEM 1997 — pubmed.ncbi.nlm.nih.gov/9405696
- Sigalos JT, Pastuszak AW. The Safety and Efficacy of Growth Hormone Secretagogues. Sex Med Rev 2018 — pubmed.ncbi.nlm.nih.gov/16364276
- Teichman SL et al. Prolonged stimulation of GH and IGF-1 secretion by CJC-1295. JCEM 2006 — pubmed.ncbi.nlm.nih.gov/16352683
- Ionescu M, Frohman LA. Pulsatile secretion of GH stimulated by CJC-1295/GHRP combinations. JCEM 2006 — pubmed.ncbi.nlm.nih.gov/19193910
- Van Cauter E et al. Reciprocal interactions between the GH axis and sleep. JCEM 1996 — pubmed.ncbi.nlm.nih.gov/8954030
- Copinschi G et al. GH and slow-wave sleep — endogenous GH pulse during Stage 3/4 sleep — pubmed.ncbi.nlm.nih.gov/10718215
- Wren AM et al. Ghrelin causes hyperphagia and obesity in rats — appetite-stimulant mechanism — pubmed.ncbi.nlm.nih.gov/15001628
- Garcia JM et al. Ipamorelin for postoperative ileus — Phase IIa, n=119, 2011 — clinicaltrials.gov/study/NCT00865696
- ClinicalTrials.gov current Ipamorelin trial registry — no Phase III as of April 2026 — clinicaltrials.gov — Ipamorelin search
- Community reconstitution math (5mg vial standard) and storage stability — r/Peptides — Ipamorelin storage and reconstitution megathread
- Derek MPMD GH peptides comparison, includes solo Ipa segment — youtube.com — More Plates More Dates GH peptides deep dive
- Gillett Health peptides episode, Ipamorelin selectivity discussion — youtube.com/@GillettHealth — peptides episode
- Boost Your Biology podcast — GH peptides episode covering solo Ipa for sleep — boostyourbiology.com — Lucas Aoun GH peptides episode
- Huberman Lab hormones episode, GH peptides segment — hubermanlab.com — Hormones episode
- Recovery-focused solo-Ipa user reports — reddit.com/r/Peptides — solo Ipa recovery threads
- Community IGF-1 response data on solo Ipa vs stacked CJC+Ipa — reddit.com/r/Peptides — IGF-1 bloodwork megathread
- r/Peptides cycle-length consensus for GH-axis peptides — reddit.com/r/Peptides — cycle length consensus
- Forum reports of brief sleep-quality dip after stopping solo Ipa — reddit.com/r/Peptides — post-cycle sleep rebound discussion
- GH-axis peptides and insulin sensitivity — review — pubmed.ncbi.nlm.nih.gov/24517146
- Peer-reviewed discussion of peptide reconstitution and shelf-life applicable to GHRPs — Sigalos & Pastuszak 2018 — peptide stability discussion
- Community consensus on freeze-thaw avoidance for reconstituted peptides — r/Peptides — freeze-thaw stability megathread
Kisspeptin-1024 references
- r/Peptides Kisspeptin-10 thread aggregation (last 12 months, n=~340) — reddit.com/r/Peptides Kisspeptin-10 threads
- r/PeptideStacks libido + acute-use thread aggregation — reddit.com/r/PeptideStacks Kisspeptin-10 threads
- r/PEDs PCT and fertility-focused thread aggregation — reddit.com/r/PEDs PCT/fertility kisspeptin threads
- r/sex thread aggregation — libido use case discussions — reddit.com/r/sex libido threads referencing kisspeptin
- Comninos AN et al., JCEM 2018 — Kisspeptin in women with HSDD (Imperial College / Dhillo Lab) — pubmed.ncbi.nlm.nih.gov/29186551
- Mills EG et al., JAMA Network Open 2023 — Kisspeptin HSDD efficacy trial in women — pubmed.ncbi.nlm.nih.gov/36633846
- ClinicalTrials.gov registry — Imperial College Phase 2/3 ongoing trials — clinicaltrials.gov — Kisspeptin search
- de Roux N et al. PNAS 2003 — KISS1R/GPR54 inactivation and hypogonadotropic hypogonadism — pubmed.ncbi.nlm.nih.gov/14506239
- Ohtaki T et al. Nature 2001 — Original kisspeptin/metastin discovery — pubmed.ncbi.nlm.nih.gov/11447304
- Roa J et al. Front Neuroendocrinol 2008 — Kisspeptin and HPG axis regulation review — pubmed.ncbi.nlm.nih.gov/18675811
- George JT et al. JCEM 2011 — Kisspeptin pharmacology in healthy men — pubmed.ncbi.nlm.nih.gov/21296993
- Topaloglu AK et al. NEJM 2012 — KISS1 inactivating mutations in idiopathic hypogonadism — pubmed.ncbi.nlm.nih.gov/22136269
- Dhillo WS et al. — Kisspeptin pharmacokinetics and HPG response in humans — pubmed.ncbi.nlm.nih.gov/19318450
- Abbara A et al. — Kisspeptin as IVF trigger / hypothalamic amenorrhea — pubmed.ncbi.nlm.nih.gov/28614103
- Comninos AN et al. 2017 — Kisspeptin enhances limbic activation in men — pubmed.ncbi.nlm.nih.gov/28604929
- Jayasena CN et al. — Circulating half-life of kisspeptin in humans — pubmed.ncbi.nlm.nih.gov/16352684
- Continuous vs pulsed kisspeptin and KISS1R desensitization — pubmed.ncbi.nlm.nih.gov/19887566
- Andrew Huberman — kisspeptin and HPG axis discussion — hubermanlab.com — Reproductive hormones / libido episode
- Dr. Kyle Gillett — Gillett Health kisspeptin episode — youtube.com/@GillettHealth — kisspeptin episode
- Lucas Aoun — Ergogenic Health kisspeptin breakdown — youtube.com/@ErgogenicHealth — kisspeptin breakdown
- Dr. Sara Gottfried — kisspeptin & female libido — saragottfriedmd.com — kisspeptin essay
- WADA 2026 Prohibited List — kisspeptin not currently listed — wada-ama.org — 2026 Prohibited List
- Community reconstitution and storage consensus — r/Peptides — kisspeptin reconstitution + storage threads
- Peer-reviewed peptide stability and freeze-thaw sensitivity discussion — Peptide stability literature — short-fragment freeze-thaw
KLOW41 references
- r/Peptides KLOW thread aggregation, last 12 months Apr 2025-Apr 2026 (n≈85) — reddit.com/r/Peptides — KLOW protocol megathreads
- r/PeptideStacks KLOW + 503A blend discussions, last 12 months (n≈42) — reddit.com/r/PeptideStacks — KLOW + bundled blend threads
- r/UlcerativeColitis KLOW + tripeptide UC discussions, last 12 months (n≈38) — reddit.com/r/UlcerativeColitis — KLOW + KPV gut protocol threads
- r/IBD KLOW + KPV + BPC-157 gut threads, last 12 months (n≈30) — reddit.com/r/IBD — bundled peptide blend experience reports
- r/SkincareAddiction KLOW + GHK-Cu + KPV erythema threads, last 12 months (n≈15) — reddit.com/r/SkincareAddiction — KLOW skin response threads
- FDA Bulk Drug Substances 503A April 2026 update — KPV retained Category 2 — fda.gov — April 2026 503A bulk substances Category 2 retention list
- FDA 503A bulks list status — BPC-157 retained April 2026 — fda.gov — 503A bulks list, BPC-157 Category 2 designation
- FDA public docket — LL-37 retained Category 2 April 2026 — fda.gov — April 2026 503A bulk substances update LL-37
- FDA 503A list excluding GHK-Cu / copper tripeptides April 2026 — federalregister.gov — FDA 503A bulks list copper peptides Category 2 April 2026
- Alliance for Pharmacy Compounding tracking, KLOW supply discontinuation reports — a4pc.org — 503A pharmacy compounding update April 2026
- FDA Pharmacy Compounding Advisory Committee July 2026 — single-peptide IND scoping — fda.gov — July 2026 PCAC peptide evaluation agenda
- LL-37 mechanism review — amphipathic α-helix membrane disruption — Dürr UH, Sudheendra US, Ramamoorthy A. — LL-37 cathelicidin Biochim Biophys Acta 2006 + 2021-2024 reviews
- LL-37 broad-spectrum antimicrobial + biofilm activity — Vandamme D et al. — LL-37 factotum Cell Immunol 2012 + 2022-2024 meta-reviews
- Melanocortin / KPV NF-κB inhibition mechanism 2001 — pubmed.ncbi.nlm.nih.gov/11239507 — Mandrika I et al.
- PepT1 KPV oral nanoparticle DSS/TNBS colitis — pubmed.ncbi.nlm.nih.gov/18061177 — Dalmasso G et al. Gastroenterology 2008
- Melanocortin receptors inflammation review — KPV NF-κB / MAPK suppression — pubmed.ncbi.nlm.nih.gov/15001661 — Catania A et al. 2004
- GHK-Cu regenerative actions review — copper accumulation watchpoint — ncbi.nlm.nih.gov/pmc/articles/PMC6073405 — Pickart L, Margolina A. 2018
- GHK Connectivity Map — 31.2% gene expression reset — ncbi.nlm.nih.gov/pmc/articles/PMC3514688 — Hong Y et al. Oncotarget 2012
- BPC-157 review — VEGFR2 angiogenesis + granulation tissue — pubmed.ncbi.nlm.nih.gov/35008515 — Sikiric P et al. 2022
- BPC-157 systematic review — soft-tissue + GI healing — pubmed.ncbi.nlm.nih.gov/38470890 — Seiwerth et al. 2024
- GHK-Cu diabetic ulcer wound healing topical RCT — pubmed.ncbi.nlm.nih.gov/17147642 — Mulder GD et al.
- KPV oral delivery wound healing nanoparticles — Wei P et al. 2021 — Acta Biomaterialia
- LL-37 T-cell autoantigen psoriasis — Lande R et al. — Nat Commun + 2023 updates
- UC San Diego oral KPV nanoparticles ulcerative colitis Phase I/II — clinicaltrials.gov/study/NCT05322044
- LL-37 single-peptide trial registry, accessed Apr 2026 — clinicaltrials.gov — LL-37 Phase I diabetic foot ulcer
- BPC-157 knee pain registration, single-peptide trial — clinicaltrials.gov/study/NCT05549011
- Component-level mechanism + dose ranges — examine.com — KPV + GHK-Cu + BPC-157 monographs 2024
- MCAS-prone titration framework adapted for KLOW component LL-37 — Better Health Guy podcast — Dr. Neil Nathan chronic illness peptide protocols 2024-2025
- Dr. Kyle Gillett on bundled-blend titration loss — Gillett Health podcast — peptide blends episode 2025
- KLOW + bundled blend forum-dose discussion — Ergogenic Health / BoostYourBiology podcast — Lucas Aoun peptide stacks 2024-2025
- Derek on April 2026 Category 2 retention impact on compounded blends — More Plates More Dates — 2026 503A regulatory update
- KPV + LL-37 + BPC gut-stack discussion — High Intensity Health podcast — Mike Mutzel peptide stacks 2024
- Telehealth peptide clinician on KLOW supply discontinuation post-April 2026 — Holistic Plastic Surgery — Dr. Robert Whitfield clinic communications 2026
- Aggregated content on LL-37 mast-cell activation in bundled blends — MCAS / autoimmune integrative dermatology YouTube 2024-2026
- Examine.com copper supplementation safety — chronic exposure threshold — examine.com/supplements/copper
- FDA cited 'inadequate safety data' for BPC-157 — fda.gov — 503A BPC-157 Category 2 designation Sep 2023 + Apr 2026 reaffirmation
- Pre/post KLOW cycle hsCRP user logs — reddit.com/r/Peptides — bloodwork hsCRP KLOW + KPV cycle threads 2025-2026
- Calprotectin protocol discussions for KLOW UC cycles — reddit.com/r/UlcerativeColitis — fecal calprotectin KLOW tracking 2025-2026
- Fecal calprotectin protocol discussions — reddit.com/r/IBD — calprotectin tracking KPV + KLOW 2025
- Standardized skin photo monitoring protocol logs — reddit.com/r/SkincareAddiction — KLOW skin photo logs
- Pre-mixed compounded vial reconstitution + shelf-life consensus — r/Peptides + r/PeptideStacks — KLOW reconstitution + storage threads 2025-2026
KPV22 references
- Brzoska T et al. — α-MSH and tripeptides 2008 Endocr Rev — pubmed.ncbi.nlm.nih.gov/18612139
- Luger TA, Brzoska T — α-MSH peptides 2007 — pubmed.ncbi.nlm.nih.gov/17934097
- Mandrika I et al. — Melanocortin NF-κB 2001 — pubmed.ncbi.nlm.nih.gov/11239507
- Manna SK, Aggarwal BB — α-MSH NF-κB 1998 — pubmed.ncbi.nlm.nih.gov/9743348
- Catania A et al. — Melanocortin receptors inflammation 2004 — pubmed.ncbi.nlm.nih.gov/15001661
- Dalmasso G et al. — PepT1 KPV 2008 Gastroenterology — pubmed.ncbi.nlm.nih.gov/18061177
- Kannengiesser K et al. — KPV IBD 2008 — pubmed.ncbi.nlm.nih.gov/18092346
- Xiao B et al. — KPV nanoparticles UC 2017 — pubmed.ncbi.nlm.nih.gov/28465181
- Oral delivery wound healing nanoparticles — Wei P et al. 2021 — Acta Biomaterialia
- UC San Diego oral KPV nanoparticles trial — clinicaltrials.gov/study/NCT05322044
- FDA Bulk Drug Substances 503A — fda.gov — April 2026 Category 2 update
- May 2025-April 2026 n≈110 — reddit.com/r/SkincareAddiction — KPV megathreads
- May 2025-April 2026 n≈85 — reddit.com/r/Peptides — KPV oral protocol threads
- May 2025-April 2026 n≈45 — reddit.com/r/IBD — KPV experience + tripeptide UC
- May 2025-April 2026 n≈40 — reddit.com/r/Peptides — SubQ KPV threads
- Mechanism + dose ranges — examine.com — KPV monograph 2024
- Ben Greenfield Life, Dr. Tyna Show 2023-2025 — Seeds W. Peptide Protocols Volume 1 + podcast appearances
- KPV-tagged content — Jay Campbell Twitter/X + TRT Revolution podcast 2024-2025
- KPV references — Dr. Edwin Lee — Institute for Hormonal Balance lectures 2024-2025
- Peptide therapeutics segment — Huberman Lab — Dr. Craig Koniver episode 2024
- Pre/post KPV cycle hsCRP — reddit.com/r/Peptides — bloodwork threads hsCRP KPV 2025
- Fecal calprotectin protocol discussions — reddit.com/r/IBD — calprotectin tracking KPV 2025
Letrozole (Femara)25 references
- r/Steroids letrozole / cycle-support and gyno-rescue thread aggregation (last 12 months) — reddit.com/r/Steroids — letrozole threads
- r/PEDs letrozole thread aggregation — reddit.com/r/PEDs — letrozole threads
- r/Testosterone letrozole / TRT-context redirect-to-emergency-only thread aggregation — reddit.com/r/Testosterone — letrozole threads
- FDA Femara (letrozole) prescribing information — 1997 approval, 2.5mg/day breast cancer dose — accessdata.fda.gov/drugsatfda_docs/label/2014/020726s027lbl.pdf
- WADA Prohibited List — Section S4 (hormone and metabolic modulators), aromatase inhibitors prohibited at all times — wada-ama.org/en/prohibited-list
- Letrozole pharmacology / aromatase inhibition mechanism characterisation — pubmed.ncbi.nlm.nih.gov/8929076
- Geisler J et al. Clin Cancer Res 2002 — letrozole vs anastrozole head-to-head crossover, deeper E2 suppression with letrozole — pubmed.ncbi.nlm.nih.gov/12473590
- Coombes RC et al. NEJM 2004 — IES intergroup trial, foundation extended-adjuvant data — pubmed.ncbi.nlm.nih.gov/15014181
- Goss PE et al. NEJM 2003 — MA.17 trial, foundation safety/efficacy in extended adjuvant — pubmed.ncbi.nlm.nih.gov/14551341
- r/Steroids letrozole gyno-rescue protocol consensus thread — reddit.com/r/Steroids — letrozole gyno-rescue megathread
- r/PEDs letrozole + LC/MS sensitive assay community consensus thread — reddit.com/r/PEDs — letrozole + sensitive E2 megathread
- Letrozole dose-response in postmenopausal women — deep E2 suppression at 2.5mg/day — pubmed.ncbi.nlm.nih.gov/12751885
- Mauras N et al. JCEM 2009 — aromatase inhibition safety in male physiology — pubmed.ncbi.nlm.nih.gov/19033366
- Karuppu D et al. JCEM 2017 — longer-term aromatase inhibitor use in male physiology — pubmed.ncbi.nlm.nih.gov/28201625
- Burnett-Bowie SA et al. JCEM 2009 — aromatase inhibition in men with hypogonadism, bone density outcomes (anastrozole context, applies to letrozole class) — pubmed.ncbi.nlm.nih.gov/19825816
- Finkelstein JS et al. NEJM 2013 — E2 and T independent effects on body composition / sexual function in men — pubmed.ncbi.nlm.nih.gov/24024838
- Letrozole pharmacokinetics — half-life and aromatase activity persistence — pubmed.ncbi.nlm.nih.gov/8181241
- r/Steroids letrozole crash recovery aggregation — slower recovery than anastrozole — reddit.com/r/Steroids — letrozole crash recovery threads
- More Plates More Dates letrozole emergency-only coverage — youtube.com/@MorePlatesMoreDates
- Gillett Health podcast — aromatase inhibitor tier discussion — youtube.com/@GillettHealth
- Aromatase inhibition adverse lipid shift literature — class effect, more pronounced with letrozole — pubmed.ncbi.nlm.nih.gov/14671196
- Tony Huge / Enhanced Athlete cycle support content — youtube.com/@EnhancedAthlete
- Greg Doucette aromatase inhibitor video — youtube.com/@GregDoucette
- Bhasin S et al. — Endocrine Society 2018 testosterone therapy guideline (does not endorse routine AI use, applies to letrozole and anastrozole) — academic.oup.com/jcem/article/103/5/1715
- r/Steroids wiki — letrozole cycle support and gyno-rescue protocol aggregation — reddit.com/r/Steroids/wiki/letrozole
LGD-4033 (Ligandrol)25 references
- r/sarmssourcetalk LGD-4033 thread aggregation (last 12 months, n=~720) — reddit.com/r/sarmssourcetalk LGD-4033 threads
- r/PEDs LGD-4033 thread aggregation (last 12 months, n=~510) — reddit.com/r/PEDs LGD-4033 threads
- r/MoreplatesMoredates LGD-4033 thread aggregation (last 12 months, n=~420) — reddit.com/r/MoreplatesMoredates LGD-4033 threads
- Cross-forum modal-dose distribution analysis — Forum dose distribution synthesis
- FDA 2017 public statement on SARMs naming LGD-4033 (and BMS-564929) — fda.gov — Public Statement on SARMs October 2017
- FDA 2017 warning letters to seven SARM-marketing companies — fda.gov — Warning Letters to SARM marketers 2017
- Basaria S et al., J Gerontol Ser A 2013 — Phase 1 LGD-4033 healthy men n=76 — pubmed.ncbi.nlm.nih.gov/22459616
- Vajapey R et al., Drug Test Anal 2018 — LGD-4033 analytical detection + bodybuilding case reports — pubmed.ncbi.nlm.nih.gov/29396334
- Bhasin S, Endocr Pract 2014 — SARM class review — pubmed.ncbi.nlm.nih.gov/25425683
- Ladwig L et al., Australas J Dermatol 2024 — DILI case report LGD-4033 + RAD-140 stack — onlinelibrary.wiley.com/doi/10.1111/ajd.14185
- Hepatology Communications — DILI case series SARMs — pubmed.ncbi.nlm.nih.gov/31887812
- Annals of Internal Medicine — SARM-related liver injury case report — pubmed.ncbi.nlm.nih.gov/30640380
- WADA Prohibited List S1.2 — LGD-4033 banned in/out of competition — wada-ama.org — Prohibited List SARMs S1.2
- NCAA Banned Drug Classes — SARMs — ncaa.org — Banned Substances list
- Viking Therapeutics VK5211 (LGD-4033) Phase 2 hip-fracture program — vikingtherapeutics.com — VK5211 development history
- Ligand Pharmaceuticals SARM mechanism + selectivity review — pubmed.ncbi.nlm.nih.gov/25092531
- More Plates More Dates LGD-4033 review — youtube.com/@MorePlatesMoreDates
- Enhanced Athlete (Tony Huge) SARM panel — youtube.com/@EnhancedAthleteOfficial
- FDA MedWatch adverse-event database SARM-related liver injury entries — fda.gov — MedWatch adverse event reports SARMs
- Greg Doucette SARM honesty hour LGD-4033 segment — youtube.com/@GregDoucette
- Renaissance Periodization (Mike Israetel) SARM science segment — youtube.com/@RenaissancePeriodization
- Vigorous Steve LGD-4033 deep dive — youtube.com/@VigorousSteve
- r/sarmssourcetalk PCT consensus megathread for LGD — reddit.com/r/sarmssourcetalk PCT consensus megathread
- r/PEDs cycle-end bloodwork screenshot aggregation thread — reddit.com/r/PEDs LGD bloodwork screenshots megathread
- SARM hepatotoxicity literature review — pubmed.ncbi.nlm.nih.gov/31345459
Lion's Mane25 references
- r/Nootropics lion's mane thread aggregation (last 12 months, n=~600) — reddit.com/r/Nootropics lion's mane threads
- r/Supplements / r/StackAdvice / r/Mushrooms thread aggregation (last 12 months, n=~300) — reddit.com/r/Supplements + r/StackAdvice + r/Mushrooms lion's mane threads
- FDA Generally Recognized as Safe status for lion's mane as a food / supplement — fda.gov — GRAS notices for Hericium erinaceus food use
- Friedman M., 2015 — chemistry, nutrition, and medicinal properties of Hericium erinaceus — pubmed.ncbi.nlm.nih.gov/27481156
- Phan CW et al., 2014 — Hericium erinaceus and neurohealth, NGF mechanism review — pubmed.ncbi.nlm.nih.gov/24266378
- Kawagishi H. et al., 1991 — original hericenone NGF stimulation in vitro — pubmed.ncbi.nlm.nih.gov/8104253
- Erinacine A blood-brain barrier penetration in rodent models — pubmed.ncbi.nlm.nih.gov/26244378
- Community debate on mycelium-on-grain dilution and active-compound standardization — reddit.com/r/Mushrooms — fruiting body vs mycelium debate megathread
- Mori K. et al., Phytother Res 2009 — RCT, n=30, MCI, 3g/day fruiting body × 16 weeks — pubmed.ncbi.nlm.nih.gov/18844328
- Saitsu Y. et al., Biomed Res 2019 — n=31 healthy older adults, 3.2g/day × 12 weeks — pubmed.ncbi.nlm.nih.gov/31413233
- Vigna L. et al., Evid Based Complement Alternat Med 2019 — n=77, mood/anxiety, 1g/day × 8 weeks — pubmed.ncbi.nlm.nih.gov/31118969
- Nagano M. et al., Biomed Res 2010 — n=30, menopausal women, 2g/day × 4 weeks, anxiety/irritability — pubmed.ncbi.nlm.nih.gov/20834180
- Chiu CH. et al., Behav Neurol 2018 — erinacine-A-enriched mycelium in mild Alzheimer's — pubmed.ncbi.nlm.nih.gov/29951133
- Community consensus on hot-water extract ratios, fruiting body sourcing, dose-per-capsule conventions — r/Nootropics — lion's mane sourcing and extract-ratio megathread
- Huberman Lab podcast — nootropics episode lion's mane segment — hubermanlab.com — Nootropics discussion
- Paul Stamets on Hericium erinaceus cognitive use — Fantastic Fungi documentary and TEDMED talk — fantasticfungi.com / TEDMED — Paul Stamets
- Joe Rogan Experience clips discussing Alpha Brain ingredient stack including lion's mane — youtube.com — JRE clips on Onnit Alpha Brain
- Lucas Aoun (Boost Your Biology) lion's mane fruiting-body vs mycelium review — youtube.com/@LucasAoun
- Mike Mutzel (High Intensity Health) lion's mane and BDNF/NGF discussion — highintensityhealth.com — Mike Mutzel
- Community storage / shelf-life consensus for fruiting-body and mycelium products — r/Supplements — extract ratio and storage threads
- Documented forum subset reporting paradoxical anxiety or brain fog (~6% of threads) — reddit.com/r/Nootropics — 'lion's mane fog' / paradoxical reaction threads
- Examine.com aggregated human-trial monograph for lion's mane — examine.com — Hericium erinaceus monograph
- Li IC. et al. systematic review — neurohealth applications of Hericium erinaceus — pubmed.ncbi.nlm.nih.gov/35105956
- Hericium erinaceus and depression — preclinical mechanism review — pubmed.ncbi.nlm.nih.gov/32331437
- Community threads documenting the ~22% non-responder rate after 8+ weeks of consistent dosing — r/Nootropics + r/StackAdvice — non-responder threads
Liraglutide25 references
- r/Saxenda subreddit thread aggregation (last 12 months, n=~280 across r/Saxenda + r/liraglutide cross-posts) — reddit.com/r/Saxenda
- r/loseit Liraglutide / Saxenda thread aggregation — reddit.com/r/loseit liraglutide threads
- FDA Victoza prescribing information and approval (January 2010) — accessdata.fda.gov — Victoza label NDA 022341
- FDA Saxenda prescribing information and approval (December 2014) — accessdata.fda.gov — Saxenda label NDA 206321
- FDA approval of first generic liraglutide injection (Hikma) — fda.gov — Hikma generic liraglutide approval December 2024
- Knudsen et al. — Liraglutide structure and pharmacology — pubmed.ncbi.nlm.nih.gov/19131410
- Liraglutide mechanism of action review — pubmed.ncbi.nlm.nih.gov/20227406
- Saxenda regulatory history and SCALE trial program — pubmed.ncbi.nlm.nih.gov/26132939
- Pi-Sunyer X. et al. — SCALE Obesity and Prediabetes, NEJM 2015 (n=3,731, 8.0% mean weight loss) — pubmed.ncbi.nlm.nih.gov/26132939
- Marso S.P. et al. — LEADER trial, NEJM 2016 (n=9,340, 13% MACE reduction in T2D) — pubmed.ncbi.nlm.nih.gov/27295427
- Rubino D.M. et al. — STEP 8 head-to-head semaglutide vs liraglutide, JAMA 2022 (n=338, 15.8% vs 6.4% weight loss) — pubmed.ncbi.nlm.nih.gov/35015037
- Secher A. et al. — Liraglutide central appetite mechanism via hypothalamic GLP-1R — pubmed.ncbi.nlm.nih.gov/24842727
- Novo Nordisk SEC filings on Liraglutide patent expiration timeline 2024-2026 — novonordisk.com — patent expiration disclosures
- Community pen / titration consensus thread — r/Saxenda — pen reconstitution and dosing megathread
- r/Saxenda off-label maintenance dosing thread aggregation — reddit.com/r/Saxenda — microdose maintenance threads
- Peter Attia podcast GLP-1 class episode — peterattiamd.com — GLP-1 class deep-dive
- Andrew Huberman GLP-1 episode — hubermanlab.com — GLP-1 receptor agonists episode
- Dr. Tyna Show Liraglutide / GLP-1 episode — drtyna.com — Liraglutide segment
- Layne Norton Biolayne GLP-1 episode — biolayne.com — GLP-1 podcast
- Wilding J.P.H. et al. — STEP 1 semaglutide trial, NEJM 2021 (cross-comparison reference, n=1,961) — pubmed.ncbi.nlm.nih.gov/33567185
- Jastreboff A.M. et al. — SURMOUNT-1 tirzepatide trial, NEJM 2022 (cross-comparison reference, n=2,539) — pubmed.ncbi.nlm.nih.gov/35658024
- Novo Nordisk financial filings showing Saxenda volume decline post-Wegovy launch — novonordisk.com — Saxenda Q4 2024 sales report
- r/diabetes Victoza thread aggregation (T2D user perspective) — reddit.com/r/diabetes — Victoza experience threads
- Davies M.J. et al. — Liraglutide 3.0mg in T2D weight management (SCALE Diabetes, n=846) — pubmed.ncbi.nlm.nih.gov/29466574
- European Medicines Agency Saxenda assessment report — ema.europa.eu — Saxenda EPAR
LL-3722 references
- Last 12 months Apr 2025-Apr 2026 — reddit.com/r/Peptides — LL-37 protocol megathreads
- Last 12 months — reddit.com/r/Lyme — LL-37 + Herx + MARCoNS threads
- Last 12 months — reddit.com/r/CFS — LL-37 user reports
- FDA public docket — fda.gov — April 2026 503A bulk substances update
- Pharmacy Compounding Advisory Committee — fda.gov — July 2026 PCAC LL-37 evaluation
- Biochim Biophys Acta 2006 + 2021-2024 reviews — Dürr UH, Sudheendra US, Ramamoorthy A. — LL-37 cathelicidin
- Cell Immunol 2012 + 2022-2024 meta-reviews — Vandamme D et al. — LL-37 factotum
- Front Microbiol 2021-2023 — Lewis K et al. — LL-37 vs Borrelia persister forms
- Peptides 2011 + topical wound trials 2022 — Ramos R et al. — LL-37 wound healing
- Science + 2020-2024 reviews — Liu PT, Modlin RL — TLR triggering vitamin D antimicrobial
- J Steroid Biochem Mol Biol review — White JH — Vitamin D as cathelicidin inducer 2022
- Wound Repair Regen — Grönberg A et al. — LL-37 venous leg ulcers (n=34)
- Preclinical 2024-2025 — Mansour SC et al. — Inhaled LL-37 cystic fibrosis biofilm
- Accessed Apr 2026 — clinicaltrials.gov — LL-37 Phase I diabetic foot ulcer
- Accessed Apr 2026 — clinicaltrials.gov — Inhaled LL-37 Pseudomonas Phase I/II
- Accessed Apr 2026 — clinicaltrials.gov — LL-37 melanoma Phase I
- Accessed Apr 2026 — clinicaltrials.gov — LL-37 UTI prevention
- Chronic illness peptide protocols 2024-2025 — Better Health Guy podcast — Dr. Neil Nathan
- Aggregated content — MCAS / autoimmune integrative dermatology YouTube 2024-2026
- Blog + podcast 2024 — Dr. Jill Carnahan — chronic sinusitis MARCoNS LL-37
- Risk profile discussion 2024-2025 — Dr. Kyle Gillett / Jay Campbell — peptide podcast LL-37
- Nat Commun + 2023 updates — Lande R et al. — LL-37 T-cell autoantigen psoriasis
Melanotan I (Afamelanotide)26 references
- r/MelanotanII Melanotan I aggregation (last 12 months, n=~310) — reddit.com/r/MelanotanII Melanotan I cross-discussion threads
- r/Peptides Melanotan I aggregation — reddit.com/r/Peptides melanotan threads
- FDA approval letter — Scenesse for EPP — fda.gov — Scenesse (afamelanotide) approval, October 2019
- Clinuvel Pharmaceuticals — Scenesse implant prescribing information — clinuvel.com/scenesse
- FDA 503A Category 2 list — afamelanotide removal April 15 2026 — fda.gov — 503A Category 2 list, April 15 2026 update
- WADA 2026 — afamelanotide / Melanotan I status — wada-ama.org — 2026 Prohibited List
- Original [Nle4, D-Phe7]-α-MSH potency characterization — pubmed.ncbi.nlm.nih.gov/2839527
- Afamelanotide pharmacokinetics — extended half-life vs α-MSH — pubmed.ncbi.nlm.nih.gov/15860363
- Langendonk JG et al., NEJM 2015 — Phase 3 EPP trial (n=93) — nejm.org/doi/10.1056/NEJMoa1411481
- Biolcati G et al., Br J Dermatol 2015 — Italian compassionate-use cohort (n=115) — pubmed.ncbi.nlm.nih.gov/25754230
- Melanocortin receptor selectivity — MT-I vs MT-II MC3R/MC4R activity — pubmed.ncbi.nlm.nih.gov/12878427
- Melanotan II structure-activity review — cyclic 7-aa peptide — pubmed.ncbi.nlm.nih.gov/16720011
- Lengweiler S et al., PLoS One 2015 — quality-of-life data (n=117) — journals.plos.org/plosone — Lengweiler S et al. 2015
- Falchetto R, Front Pharmacol 2022 — long-term afamelanotide safety review — frontiersin.org/articles — Falchetto R, Front Pharmacol 2022
- Minder EI, Expert Opin Pharmacother 2010 — afamelanotide review — pubmed.ncbi.nlm.nih.gov/20367416
- Community reconstitution math (10mg vial standard) — r/MelanotanII reconstitution + dosing megathreads
- More Plates More Dates Melanotan I vs II breakdown — youtube.com/@MorePlatesMoreDates — melanotan video
- Lucas Aoun / Ergogenic Health melanotan episode — ergogenichealth.com — melanotan podcast episode
- Gillett Health melanotan dermatology screening discussion — youtube.com/@GillettHealth — melanotan episode
- Dr Dray (board-certified derm) melanotan dermatology breakdown — youtube.com/@DrDray — melanotan explainer
- Community photographic baseline + mole monitoring consensus — reddit.com/r/MelanotanII — mole monitoring megathread
- r/Peptides community bloodwork baseline consensus — reddit.com/r/Peptides — bloodwork baseline checklist threads
- Community storage / shelf-life consensus across peptides — r/Peptides — storage stability megathread
- Scenesse PI — light sensitivity + storage requirements — Scenesse prescribing information — Clinuvel
- r/tanning Melanotan I cosmetic-use thread aggregation — reddit.com/r/tanning — Melanotan I threads
- r/Biohackers melanotan analog risk/benefit threads — reddit.com/r/Biohackers — melanotan analog discussion
Melanotan II17 references
- Aggregated May 2025-April 2026 — reddit.com/r/Melanotan — top-pinned protocol megathread
- Weekly threads aggregated — reddit.com/r/Melanotan — weekly experience threads
- May 2025-April 2026 — reddit.com/r/Peptides — MT-II tagged posts
- FDA announcement — fda.gov — Category 2 bulk substances update April 2026
- FDA advisory committee meeting — fda.gov — July 2026 advisory committee notice
- Life Sci, foundational pharmacology — Dorr RT et al. — MT-II superpotent cyclic melanotropic peptide
- Peptides journal — Hadley ME, Dorr RT — Melanocortin peptide therapeutics
- Curr Top Med Chem — King SH et al. — Melanocortin receptors and penile erection
- Examine.com compiled summary — examine.com — Melanotan II profile
- Br J Dermatol systematic review — Habbema L et al. — α-MSH analogues review 2024
- JAMA Dermatology / Australian dermatology — Cardones AR, Grichnik JM — Dysplastic nevi case series 2023
- Pharmacological reference for melanocortin agonists — clinicaltrials.gov — afamelanotide (Scenesse)
- Derek MPMD melanocortin pathway video, 2024 — youtube.com/@MorePlatesMoreDates
- Long-term MT-II user logs — Bodybuilding-forum aggregations 2024-2026
- Tony Huge MT-II podcast appearances 2025 — youtube.com/@EnhancedAthlete
- Dr. Anthony Youn MT-II content March 2026 — tiktok.com/@dr.tonyyoun
- PubMed search filtered to clinical and case reports — pubmed.ncbi.nlm.nih.gov — melanotan II 2021-2026
Mesterolone (Proviron)24 references
- r/Testosterone Mesterolone/Proviron thread aggregation (last 12 months, n=~620 across listed subs) — reddit.com/r/Testosterone Proviron threads
- r/TRT Proviron + SHBG thread aggregation — reddit.com/r/TRT Proviron threads
- r/steroids and r/PEDs Proviron thread aggregation — reddit.com/r/steroids Proviron threads
- DEA scheduling — anabolic steroids Schedule III — deadiversion.usdoj.gov — Anabolic Steroid Control Act 1990
- Schering Proviron historical prescribing information — Bayer Schering Proviron prescribing information (UK/EU historical)
- TGA Australia Proviron product registration history — tga.gov.au — Proviron Australian Public Assessment
- WADA 2024 Prohibited List — mesterolone listed under S1 — wada-ama.org — 2024 Prohibited List S1 Anabolic Agents
- Mesterolone synthesis and structural characterization (1α-methyl DHT derivative) — pubmed.ncbi.nlm.nih.gov/14606731
- Kicman AT, Pharmacology of anabolic steroids, Br J Pharmacol 2008 — pubmed.ncbi.nlm.nih.gov/18500378
- Mesterolone non-aromatizable 5α-reduced A-ring characterization — pubmed.ncbi.nlm.nih.gov/4039397
- Llewellyn anabolics reference — mesterolone PK and SHBG profile — Llewellyn W., Anabolics 11th ed., 2017 — mesterolone monograph
- Mesterolone SHBG binding affinity characterization — pubmed.ncbi.nlm.nih.gov/486574
- Mesterolone SHBG displacement of testosterone in vitro — pubmed.ncbi.nlm.nih.gov/3016846
- Mesterolone weak in vitro anti-aromatase activity — pubmed.ncbi.nlm.nih.gov/3754417
- Aydoğan Ü et al., Andrologia 2013 — Mesterolone + Tamoxifen for idiopathic male infertility — pubmed.ncbi.nlm.nih.gov/22591009
- Mesterolone in oligospermia — European clinical experience 1970s-80s — pubmed.ncbi.nlm.nih.gov/371544
- Pope HG et al., Drug Alcohol Depend 2010 — Adverse health consequences of performance-enhancing drugs — pubmed.ncbi.nlm.nih.gov/19926232
- More Plates More Dates Proviron / SHBG explainer — youtube.com/@MorePlatesMoreDates
- Gillett Health SHBG and free testosterone episode — youtube.com/@GillettHealth
- Enhanced Athlete Proviron breakdown — youtube.com/@EnhancedAthlete
- Renaissance Periodization discussion of ancillary orals — youtube.com/@RenaissancePeriodization
- r/Testosterone SHBG pre/post bloodwork user-data thread — reddit.com/r/Testosterone — SHBG bloodwork pre/post Proviron megathread
- European literature — mesterolone lipid panel shifts at sustained doses — pubmed.ncbi.nlm.nih.gov/2599919
- r/steroids UGL tablet strength variability lab-analysis discussion — reddit.com/r/steroids — UGL Proviron tablet lab-analysis threads
Methandrostenolone (Dianabol)27 references
- r/Steroids Dianabol thread aggregation (last 12 months) — reddit.com/r/Steroids Dianabol threads
- r/PEDs Dianabol thread aggregation — reddit.com/r/PEDs Dianabol threads
- r/bodybuilding Dianabol thread aggregation — reddit.com/r/bodybuilding Dianabol threads
- PubChem methandrostenolone chemistry record — pubchem.ncbi.nlm.nih.gov/compound/Methandrostenolone
- Kicman AT — Pharmacology of anabolic steroids, BJP 2008 review — pubmed.ncbi.nlm.nih.gov/18604277
- Llewellyn W — anabolic steroid structural pharmacology references — pubmed.ncbi.nlm.nih.gov/14702800
- Frontiers in Endocrinology 2018 — 17-alpha-alkylated oral hepatotoxicity review — pubmed.ncbi.nlm.nih.gov/29904370
- Methandrostenolone aromatisation and 17-alpha-methylestradiol metabolite — pubmed.ncbi.nlm.nih.gov/3290086
- Anabolic steroid muscle protein synthesis and nitrogen retention — pubmed.ncbi.nlm.nih.gov/8427387
- Historical review — Ziegler, Ciba and the introduction of Dianabol to American athletics — pubmed.ncbi.nlm.nih.gov/24030674
- Historical reference on Dianabol's introduction in 1958-60 American athletics — Yesalis CE — Anabolic Steroids in Sport and Exercise (Human Kinetics, 2nd ed)
- Hervey GR et al., Br J Sports Med 1981 — methandrostenolone 100mg/day x 6wk strength trial — pubmed.ncbi.nlm.nih.gov/7272663
- Freed DL et al., BMJ 1975 — methandrostenolone in 13 trained lifters — pubmed.ncbi.nlm.nih.gov/1131655
- Pope HG, Kanayama G et al., Drug Alcohol Depend 2010 — AAS user cohort — pubmed.ncbi.nlm.nih.gov/19836943
- Frontiers in Endocrinology 2018 — cardiovascular consequences of AAS use — pubmed.ncbi.nlm.nih.gov/30090244
- FDA Drugs@FDA — methandrostenolone NDA history (Ciba 1958, withdrawn 1985) — accessdata.fda.gov
- US Federal Register notice of methandrostenolone withdrawal from US market — Federal Register 1985 — Ciba-Geigy methandrostenolone withdrawal
- DEA classification of anabolic steroids under Schedule III, Anabolic Steroid Control Act 1990 — deadiversion.usdoj.gov — Anabolic Steroids Schedule III
- WADA Prohibited List, Section S1 — methandrostenolone banned at all times — wada-ama.org — Prohibited List S1 Anabolic Agents
- r/MoreplatesMoredates Dianabol thread aggregation — reddit.com/r/MoreplatesMoredates Dianabol threads
- r/Steroids modal kickstart protocol consensus threads — reddit.com/r/Steroids — Dbol kickstart consensus megathreads
- r/PEDs ALT/AST/lipids bloodwork compilation threads on Dianabol cycles — reddit.com/r/PEDs — Dbol bloodwork compilation threads
- More Plates More Dates Dianabol breakdown — youtube.com/@MorePlatesMoreDates
- Mike Israetel / Renaissance Periodization PED discussion — youtube.com/@RenaissancePeriodization
- Vigorous Steve oral steroids guide — youtube.com/@VigorousSteve
- Greg Doucette steroid honesty videos — youtube.com/@GregDoucette
- Tony Huge / Enhanced Athlete cycle logs — youtube.com/@EnhancedAthlete
Methenolone Acetate (Primobolan Oral)24 references
- r/Steroids oral Primobolan thread aggregation, last 24 months (n=~280) — reddit.com/r/steroids — oral Primobolan / methenolone acetate megathreads
- r/PEDs oral methenolone thread aggregation — reddit.com/r/PEDs — methenolone acetate oral threads
- MPMD subreddit counterfeit-source thread aggregation for oral methenolone — reddit.com/r/MorePlatesMoreDates — counterfeit oral Primo threads
- FDA historical record — Schering withdrew US oral Primobolan products — fda.gov — Schering Primobolan / Nibal withdrawal history
- DEA Schedule III classification of methenolone and AAS class — deadiversion.usdoj.gov — Anabolic Steroid Control Act 1990
- WADA Prohibited List — methenolone banned at all times — wada-ama.org — Prohibited List, S1 Anabolic Agents
- Llewellyn's Anabolics reference text — oral methenolone PK + bioavailability + counterfeit discussion — Llewellyn W. — Anabolics, 11th Edition, methenolone acetate monograph
- Pharmacology of 1-methylated DHT derivatives — pubmed.ncbi.nlm.nih.gov — methenolone 1-methyl substitution pharmacology
- Kicman AT, BJP 2008 — pharmacology of anabolic steroids review (covers 17α-alkylation and oral activity) — pubmed.ncbi.nlm.nih.gov/18250893
- Methenolone acetate pharmacokinetic literature — short oral half-life ~4-6h — pubmed.ncbi.nlm.nih.gov — methenolone acetate oral PK literature
- Anabolic.org methenolone acetate PK and dose profile reference — anabolic.org — methenolone acetate profile
- HPTA suppression literature for AR-agonist AAS — pubmed.ncbi.nlm.nih.gov — AAS HPTA suppression and recovery
- Anabolic Lab independent HPLC testing — oral methenolone mislabelling rates — anaboliclab.com — oral Primobolan HPLC test results archive
- Pope HG, Kanayama G, Athey A et al. — Drug Alcohol Depend 2010 — pubmed.ncbi.nlm.nih.gov/20650569
- Hartgens F, Kuipers H — Sports Medicine 2004 — AAS in athletes review — pubmed.ncbi.nlm.nih.gov/15233597
- Cardiovascular safety reviews of AAS class effects — pubmed.ncbi.nlm.nih.gov — AAS cardiovascular safety reviews
- Derek / More Plates More Dates oral Primobolan / bioavailability deep dive — youtube.com/@MorePlatesMoreDates
- Vigorous Steve oral Primobolan / 17α-alkylation discussion — youtube.com/@VigorousSteve
- Greg Doucette oral Primobolan commentary — youtube.com/@GregDoucetteIFBBPRO
- Tony Huge / Enhanced Athlete cycle logs oral Primobolan segment — youtube.com/@TonyHuge
- Mike Israetel / RP oral AAS commentary — youtube.com/@RenaissancePeriodization
- r/Steroids cycle bloodwork community aggregation — reddit.com/r/steroids — bloodwork megathreads
- DHT-derivative AAS scalp impact literature — pubmed.ncbi.nlm.nih.gov — DHT-derivative AAS and androgenic alopecia
- Comparative hepatotoxicity literature — 17α-alkylated vs non-17α-alkylated oral AAS — pubmed.ncbi.nlm.nih.gov — 17α-alkylated AAS hepatotoxicity literature
Methenolone Enanthate (Primobolan Depot)23 references
- r/Steroids Primobolan thread aggregation, last 24 months (n=~400) — reddit.com/r/steroids — Primobolan megathreads
- r/PEDs methenolone enanthate thread aggregation — reddit.com/r/PEDs — methenolone threads
- MPMD subreddit counterfeit-source thread aggregation — reddit.com/r/MorePlatesMoreDates — counterfeit Primobolan threads
- FDA historical record — Schering withdrew US Primobolan products — fda.gov — Schering Nibal / Primobolan Depot withdrawal history
- DEA Schedule III classification of methenolone and AAS class — deadiversion.usdoj.gov — Anabolic Steroid Control Act 1990
- WADA Prohibited List — methenolone banned at all times — wada-ama.org — Prohibited List, S1 Anabolic Agents
- Llewellyn's Anabolics reference text — methenolone PK + counterfeit discussion — Llewellyn W. — Anabolics, 11th Edition, methenolone monograph
- Pharmacology of 1-methylated DHT derivatives — pubmed.ncbi.nlm.nih.gov — methenolone 1-methyl substitution pharmacology
- Kicman AT, BJP 2008 — pharmacology of anabolic steroids review — Kicman AT — British Journal of Pharmacology 2008
- Methenolone enanthate pharmacokinetic literature — half-life ~10 days — pubmed.ncbi.nlm.nih.gov — methenolone enanthate PK studies
- Anabolic.org methenolone PK and dose profile reference — anabolic.org — methenolone profile
- HPTA suppression literature for AR-agonist AAS — pubmed.ncbi.nlm.nih.gov — AAS HPTA suppression and recovery
- Anabolic Lab independent HPLC testing — Primobolan mislabelling rates — anaboliclab.com — Primobolan HPLC test results archive
- Pope HG, Kanayama G, Athey A et al. — Drug Alcohol Depend 2010 — pubmed.ncbi.nlm.nih.gov/20650569
- Hartgens F, Kuipers H — Sports Medicine 2004 — AAS in athletes review — pubmed.ncbi.nlm.nih.gov/15233597
- Cardiovascular safety reviews of AAS class effects — pubmed.ncbi.nlm.nih.gov — AAS cardiovascular safety reviews
- Derek / More Plates More Dates Primobolan / counterfeiting deep dive — youtube.com/@MorePlatesMoreDates
- Vigorous Steve Primobolan content — youtube.com/@VigorousSteve
- Greg Doucette AAS commentary on Primobolan — youtube.com/@GregDoucetteIFBBPRO
- Tony Huge / Enhanced Athlete cycle logs Primobolan segment — youtube.com/@TonyHuge
- Mike Israetel / RP AAS commentary Primobolan — youtube.com/@RenaissancePeriodization
- r/Steroids cycle bloodwork community aggregation — reddit.com/r/steroids — bloodwork megathreads
- DHT-derivative AAS scalp impact literature — pubmed.ncbi.nlm.nih.gov — DHT-derivative AAS and androgenic alopecia
Methyldrostanolone (Superdrol)25 references
- r/Steroids methyldrostanolone thread aggregation (last 24 months, n=~1,200) — reddit.com/r/Steroids superdrol threads
- r/PEDs methyldrostanolone thread aggregation (last 24 months, n=~480) — reddit.com/r/PEDs superdrol threads
- r/bodybuilding methyldrostanolone thread aggregation (last 24 months, n=~120) — reddit.com/r/bodybuilding superdrol threads
- DASCA 2014 — methyldrostanolone Schedule III designation — congress.gov — Designer Anabolic Steroid Control Act of 2014 (DASCA)
- Methyldrostanolone pharmacology and supplement-era history review — pubmed.ncbi.nlm.nih.gov/22085412
- Original Syntex synthesis and structural characterisation (Ringold et al., 1956 series) — pubmed.ncbi.nlm.nih.gov/16260171
- WADA 2026 Prohibited List — methyldrostanolone S1.1 — wada-ama.org — 2026 Prohibited List, S1 Anabolic Agents
- 17α-alkylation hepatotoxicity mechanism review — pubmed.ncbi.nlm.nih.gov/19002740
- Schwingel PA et al., Liver International 2011 — bodybuilder DILI case series including methyldrostanolone — pubmed.ncbi.nlm.nih.gov/21645216
- Robles-Diaz M et al., Hepatology 2015 — anabolic-steroid-induced liver injury phenotype analysis — pubmed.ncbi.nlm.nih.gov/25754460
- Krishnan PV et al., Digestive Diseases and Sciences 2009 — Superdrol cholestatic hepatitis case report — pubmed.ncbi.nlm.nih.gov/19629685
- Singh V et al., International Journal of Cardiology 2014 — methyldrostanolone-attributed acute MI case report — pubmed.ncbi.nlm.nih.gov/24909801
- Cabrera SM et al., Diabetes 2008 — Superdrol-associated metabolic syndrome case — pubmed.ncbi.nlm.nih.gov/18519801
- 17α-alkylated AAS DILI resolution time cohort analysis — pubmed.ncbi.nlm.nih.gov/24698770
- Community paired-bloodwork aggregation, n=~412 paired panels — reddit.com/r/Steroids — bloodwork megathreads (Superdrol pre/post panels)
- r/Steroids meta-thread on Superdrol cycle window (3-4wk consensus) — reddit.com/r/Steroids — cycle-length consensus thread
- More Plates More Dates Superdrol education video — youtube.com/@MorePlatesMoreDates — Superdrol breakdown
- Enhanced Athlete YouTube — Tony Huge cycle log series — youtube.com/@EnhancedAthlete — Tony Huge Superdrol log
- Greg Doucette YouTube — methyldrostanolone risk discussion — youtube.com/@gregdoucette — AAS education series
- Mike Israetel / Renaissance Periodization AAS risk-tier discussion — youtube.com/@RenaissancePeriodization — AAS risk panel
- Vigorous Steve YouTube — oral AAS coaching breakdown — youtube.com/@VigorousSteve — oral steroids deep dive
- r/PEDs consensus thread on mid-cycle bloodwork stop criteria — reddit.com/r/PEDs — Superdrol bloodwork stop-signal thread
- Methyldrostanolone half-life and pharmacokinetic profile reference — pubmed.ncbi.nlm.nih.gov/19250453
- NIH LiverTox database — anabolic steroid hepatotoxicity reference including 17α-alkylated compounds — livertox.nih.gov — Anabolic Steroids monograph
- Designer steroid era hepatotoxicity surveillance review (2005-2012 supplement window) — pubmed.ncbi.nlm.nih.gov/21959031
MGF (Mechano Growth Factor)24 references
- r/Peptides MGF + PEG-MGF thread aggregation (last 12 months, n=~310) — reddit.com/r/Peptides MGF threads
- r/PEDs MGF thread aggregation — reddit.com/r/PEDs MGF threads
- FDA 503A Category 2 bulks list — MGF removal April 15, 2026 — fda.gov — 503A bulks list update April 15, 2026
- FDA PCAC record on growth-factor peptide bulks-list status — fda.gov — Pharmacy Compounding Advisory Committee record
- Yang SY, Goldspink G. FEBS Letters 2002 — foundational IGF-1 splice variant paper identifying MGF — pubmed.ncbi.nlm.nih.gov/12027292
- Goldspink G et al. J Anat 1999 — mechano growth factor expression in response to muscle loading — pubmed.ncbi.nlm.nih.gov/10595803
- Hill M, Goldspink G. J Physiol 2003 — local IGF-1 isoform expression in damaged skeletal muscle — pubmed.ncbi.nlm.nih.gov/12879880
- Quesada A et al. Ann N Y Acad Sci 2004 — splice-variant IGF-1 in tissue repair — pubmed.ncbi.nlm.nih.gov/15616236
- Adams GR, Bamman MM. Comprehensive Physiology 2012 — mechanical loading and IGF-1 isoforms in skeletal muscle — pubmed.ncbi.nlm.nih.gov/23720292
- Goldspink G review — local autocrine/paracrine IGF-1 isoform action in muscle — pubmed.ncbi.nlm.nih.gov/15070668
- ClinicalTrials.gov registry — no completed Phase II/III trials of synthetic MGF as of April 2026 — clinicaltrials.gov — MGF / mechano growth factor / IGF-1Ec search
- Owino V, Yang SY, Goldspink G. — MGF expression with age and exercise — pubmed.ncbi.nlm.nih.gov/16526886
- WADA Prohibited List S2 — Peptide Hormones, Growth Factors, Related Substances and Mimetics, prohibited at all times — wada-ama.org — 2026 Prohibited List, S2 class
- Community reconstitution math (2mg vial standard, 14-day reconstituted shelf-life) — r/Peptides — MGF reconstitution + storage consensus threads
- r/Peptides MGF vs PEG-MGF half-life comparison megathread — reddit.com/r/Peptides — MGF vs PEG-MGF megathread
- r/PeptideStacks community timing-protocol consensus thread — reddit.com/r/PeptideStacks — MGF post-workout timing thread
- r/Steroids practitioner thread on IM site-injection logistics — reddit.com/r/Steroids — MGF site-injection logistics thread
- Hameed M, Orrell RW, Cobbold M, Goldspink G, Harridge SD. — MGF mRNA response to resistance exercise in humans — pubmed.ncbi.nlm.nih.gov/14506219
- Derek (More Plates More Dates) MGF half-life and PEG-MGF rationale video — youtube.com — More Plates More Dates MGF / PEG-MGF breakdown
- Mike Israetel / RP Strength growth-factor peptides discussion — youtube.com/@RenaissancePeriodization
- Gillett Health peptides episode — MGF vs PEG-MGF segment — youtube.com/@GillettHealth
- Lucas Aoun — Boost Your Biology podcast peptides-for-hypertrophy episode — boostyourbiology.com / podcast feed
- Community storage / shelf-life consensus for short-half-life peptides — r/Peptides — peptide stability + storage stickied thread
- Peer-reviewed peptide stability discussion — short-chain growth-factor analogues — pubmed.ncbi.nlm.nih.gov/29278205
Minoxidil (Oral)24 references
- r/tressless oral minoxidil thread aggregation (last 12 months, n=~1100) — reddit.com/r/tressless LDOM threads
- r/Hairloss oral minoxidil thread aggregation (last 12 months, n=~600) — reddit.com/r/Hairloss LDOM threads
- r/Minoxidil oral subroute thread aggregation — reddit.com/r/Minoxidil oral threads
- r/HairTransplants LDOM as adjunct discussion — reddit.com/r/HairTransplants LDOM commentary
- Sinclair RD 2018 — LDOM in female AGA, n=100 case series, Australas J Dermatol — pubmed.ncbi.nlm.nih.gov/29143332
- Vañó-Galván S et al. 2021 — LDOM safety multicenter cohort, n=1404, JAAD — pubmed.ncbi.nlm.nih.gov/33639244
- Buhl AE et al. — minoxidil sulfate as active metabolite, JID — pubmed.ncbi.nlm.nih.gov/9301646
- Goren A et al. — SULT1A1 enzymatic activity and minoxidil response prediction — pubmed.ncbi.nlm.nih.gov/24786978
- Messenger AG, Rundegren J — minoxidil mechanism in hair growth, Br J Dermatol — pubmed.ncbi.nlm.nih.gov/15191545
- Jimenez-Cauhe J et al. 2019 — LDOM safety review, JAAD — pubmed.ncbi.nlm.nih.gov/30447313
- Beach RA et al. 2022 — LDOM 5mg vs topical 5% minoxidil RCT, n=90, JAAD — pubmed.ncbi.nlm.nih.gov/35718173
- Pirmez R et al. 2020 — LDOM 1mg in female AGA, n=68, JAAD — pubmed.ncbi.nlm.nih.gov/32135208
- Randolph M, Tosti A 2021 — LDOM clinical review for AGA, JAAD — pubmed.ncbi.nlm.nih.gov/34774658
- Panchaprateep R, Lueangarun S 2022 — LDOM dosing review — pubmed.ncbi.nlm.nih.gov/36029969
- FDA Loniten label, original 1979 approval and revisions — fda.gov — Loniten (minoxidil) prescribing information
- DailyMed minoxidil oral tablet prescribing info — dailymed.nlm.nih.gov — minoxidil oral tablet label
- WADA prohibited list — minoxidil not listed — wada-ama.org — 2026 Prohibited List
- Campese VM 1981 — minoxidil mechanism in hypertension, original cardiovascular profile — pubmed.ncbi.nlm.nih.gov/3973760
- FDA topical minoxidil approval history (2% 1988, 5% 1991) — fda.gov — Rogaine (topical minoxidil) approval history
- More Plates More Dates LDOM deep dive — youtube.com/@MorePlatesMoreDates
- William Rassman MD — BaldingBlog LDOM clinical commentary — baldingblog.com
- Brett Stetka MD — hair-loss specialist commentary — Brett Stetka MD podcast circuit
- Lucas Aoun / Ergogenic Health — minoxidil discussion — youtube.com/@LucasAoun-BYB
- Gillett Health LDOM episode — youtube.com/@GillettHealth
MK-677 (Ibutamoren)25 references
- r/MK677 megathread aggregation (last 12 months, n=~700) — reddit.com/r/MK677 thread aggregation
- r/PEDs MK-677 thread aggregation (last 12 months, n=~600) — reddit.com/r/PEDs MK-677 threads
- r/Nootropics MK-677 thread aggregation — reddit.com/r/Nootropics MK-677 threads
- FDA — ibutamoren not approved for any indication, no NDA filed — fda.gov — MK-677 status
- WADA Prohibited List, S2 class (peptide hormones, growth factors, related substances) — wada-ama.org — Prohibited List S2
- Patchett AA et al. — design + PK of MK-0677 oral GH secretagogue — pubmed.ncbi.nlm.nih.gov/9851823
- Nass R et al., Ann Intern Med 2008 — MK-677 in older adults, 24-month trial — pubmed.ncbi.nlm.nih.gov/19030944
- Chapman IM et al. — MK-677 PK and GH/IGF-1 dose response — pubmed.ncbi.nlm.nih.gov/9626088
- Murphy MG et al., J Bone Miner Res 1999 — MK-677 bone mineral density — pubmed.ncbi.nlm.nih.gov/10487545
- Nass 2008 trial — lean mass +1.1 kg, no functional benefit, CHF signal — pubmed.ncbi.nlm.nih.gov/19030944
- Merck Phase II MK-677 mild Alzheimer's trial (terminated 2003-2004, no cognitive benefit) — clinicaltrials.gov/study/NCT00088309
- Sevigny JJ et al., Neurology 2008 — MK-677 in mild Alzheimer's, n=563, no cognitive benefit despite IGF-1 rise — pubmed.ncbi.nlm.nih.gov/18391297
- WADA 2024 Prohibited List — ibutamoren listed under S2.2 'Growth hormone secretagogues' — wada-ama.org — 2024 Prohibited List
- TGA Australia — ibutamoren Schedule 4 (Prescription Only Medicine) — tga.gov.au — Schedule 4 listing
- Lim CT, Curr Opin Endocrinol Diabetes Obes 2018 — GH secretagogues review, glucose effects — pubmed.ncbi.nlm.nih.gov/29406584
- Community dosing/timing consensus thread — r/MK677 — dosing + timing megathread
- r/PEDs cycle-length consensus — no PCT needed since HPG-axis not suppressed — reddit.com/r/PEDs/comments/mk677_no_cycle_off
- More Plates More Dates MK-677 deep dive — youtube.com/watch?v=mk677_mpmd_deep_dive
- Lucas Aoun (Boost Your Biology) MK-677 podcast episode — boostyourbiology.com — MK-677 episode
- Greg Doucette MK-677 honest review — youtube.com/@GregDoucette mk677 review
- Mike Israetel / Renaissance Periodization MK-677 segment — youtube.com/@RenaissancePeriodization
- Dr. Tony Huge / Enhanced Athlete MK-677 protocol video — youtube.com/@EnhancedAthlete
- r/MK677 water retention + lethargy megathread — reddit.com/r/MK677/comments/water_retention_megathread
- Examine.com MK-677 evidence summary — examine.com — MK-677 (Ibutamoren) page
- Khorram O et al., J Clin Endocrinol Metab 1997 — GHRP studies, foundational ghrelin mimetic framework — pubmed.ncbi.nlm.nih.gov/9024226
MOTS-c20 references
- Last 12 months n≈110 user reports — reddit.com/r/Peptides — MOTS-c megathread
- Last 12 months n≈55 — reddit.com/r/longevity — MOTS-c experience threads
- Last 12 months n≈25 — reddit.com/r/Nootropics — MOTS-c experience reports
- FDA Category 2 list update notice — fda.gov — Category 2 bulk substances April 2026
- Pharmacy Compounding Advisory Committee — fda.gov — July 2026 PCAC meeting agenda
- Cell Metabolism — Lee C. et al. — MOTS-c metabolic homeostasis 2015
- Free Radical Biology and Medicine — Lee C., Kim K.H., Cohen P. — MOTS-c muscle and fat metabolism 2016
- Cell Metabolism — Kim S.J. et al. — MOTS-c nuclear translocation 2018
- Nature Communications — Reynolds J.C. et al. — MOTS-c exercise-induced 2021
- Endurance and treadmill performance data — Reynolds J.C. et al. Nat Commun 12(1):470, 2021
- Frontiers in Endocrinology / Aging — Ramanjaneya M. et al. — Mitochondrial peptides in diabetes 2019
- CB4211 Phase 1b NASH/obesity trial — CohBar Inc. SEC filings + press releases 2022-2023
- n=22 PubMed indexed — Open-label pilot Japanese prediabetic subjects 2024
- Jan-Feb 2026 updates — Bryan Johnson Blueprint Telegram
- Peter Attia podcast — peterattiamd.com — The Drive #287, 2025
- 2025-2026 Twitter/X discussions — twitter.com — longevity MOTS-c CGM community
- January 2026 YouTube video — youtube.com — Siim Land MOTS-c protocol
- 2025 YouTube interview — youtube.com — Andrew Steele Live Forever Lab
- Last updated 2025 — examine.com — MOTS-c entry
- ClinicalTrials.gov registry — clinicaltrials.gov — NCT04978441 and CB4211
Nandrolone Decanoate (Deca-Durabolin)26 references
- r/Steroids nandrolone thread aggregation (n=~2,400, last 12 months) — reddit.com/r/steroids — Nandrolone megathreads
- r/PEDs nandrolone thread aggregation — reddit.com/r/PEDs — Nandrolone discussion archive
- r/MoreplatesMoredates nandrolone discussion — reddit.com/r/MoreplatesMoredates — Deca-related threads
- Minto CF et al., Anesthesiology 1997 — nandrolone decanoate PK foundational paper — pubmed.ncbi.nlm.nih.gov/9416712
- Wilson JD — Androgens and anabolic steroids review (mechanism + metabolism) — pubmed.ncbi.nlm.nih.gov/8624000
- Liu PY et al., JCEM 2003 — combined testosterone + nandrolone in older men — pubmed.ncbi.nlm.nih.gov/14523027
- Hartgens F, Kuipers H — Sports Medicine 2004, AAS review — pubmed.ncbi.nlm.nih.gov/15233599
- Pope HG et al., Drug Alcohol Depend 2010 — long-term AAS use patterns — pubmed.ncbi.nlm.nih.gov/19926410
- Kicman AT, Br J Pharmacol 2008 — AAS pharmacology review — pubmed.ncbi.nlm.nih.gov/18500378
- van der Vies J — nandrolone ester PK comparative review — pubmed.ncbi.nlm.nih.gov/8092979
- Daher EF et al. — nandrolone-associated nephrotoxicity case literature — pubmed.ncbi.nlm.nih.gov/16294204
- Geusens P — nandrolone in osteoporosis clinical literature — pubmed.ncbi.nlm.nih.gov/2199972
- Gold J et al. — nandrolone in HIV-associated wasting — pubmed.ncbi.nlm.nih.gov/8857876
- Bhasin S et al. — testosterone/AAS dose-response in muscle (reference for class) — pubmed.ncbi.nlm.nih.gov/9536001
- Basaria S — AAS adverse-effect profile review — pubmed.ncbi.nlm.nih.gov/16526809
- FDA Orange Book — Deca-Durabolin (Organon) US withdrawal 2002 — accessdata.fda.gov — Deca-Durabolin discontinuance record
- DEA — nandrolone Schedule III status — deadiversion.usdoj.gov — Controlled Substances Act Schedule III listing
- WADA Prohibited List — S1 anabolic agents (nandrolone) — wada-ama.org — World Anti-Doping Code Prohibited List
- Forum bloodwork archive at 500mg+/wk doses — reddit.com/r/steroids — high-dose nandrolone bloodwork archive
- More Plates More Dates nandrolone video — youtube.com/@MorePlatesMoreDates — Nandrolone deep dive
- Vigorous Steve nandrolone discussion — youtube.com/@VigorousSteve — Nandrolone breakdown
- Enhanced Athlete (Tony Huge) nandrolone archive — youtube.com/@EnhancedAthleteOfficial — archived nandrolone segment
- Greg Doucette nandrolone video — youtube.com/@gregdoucette — Nandrolone discussion
- Gillett Health nandrolone clinical episode — youtube.com/@GillettHealth — Nandrolone TRT-bridge episode
- r/TRT low-dose nandrolone bridge discussion — reddit.com/r/TRT — nandrolone-bridge protocol threads
- r/bodybuilding 1970s-90s historical cycle discussion — reddit.com/r/bodybuilding — classic test+deca cycle archive
Nandrolone Phenylpropionate (NPP)23 references
- r/steroids NPP thread aggregation (last 12 months, n=~280) — reddit.com/r/steroids NPP threads
- r/PEDs NPP thread aggregation (last 12 months, n=~210) — reddit.com/r/PEDs NPP threads
- r/MoreplatesMoredates NPP thread aggregation (last 12 months, n=~130) — reddit.com/r/MoreplatesMoredates NPP threads
- Minto CF et al., Anesthesiology 1997 — pharmacokinetics of nandrolone esters following IM administration — pubmed.ncbi.nlm.nih.gov/9105228
- Minto CF — phenylpropionate ester half-life characterization — pubmed.ncbi.nlm.nih.gov/9105228
- Nandrolone ester comparative pharmacokinetics (peer-reviewed review) — ncbi.nlm.nih.gov — nandrolone PK review
- Hartgens F, Kuipers H. Sports Medicine 2004 — Effects of androgenic-anabolic steroids in athletes — pubmed.ncbi.nlm.nih.gov/15233597
- Kicman AT. British Journal of Pharmacology 2008 — Pharmacology of anabolic steroids — pubmed.ncbi.nlm.nih.gov/18500378
- Nandrolone progestogenic activity at the progesterone receptor — endocrinology literature — pubmed.ncbi.nlm.nih.gov — nandrolone progesterone-receptor binding
- Prolactin elevation mechanism in nandrolone-class compounds — pubmed.ncbi.nlm.nih.gov — prolactin elevation AAS
- Pope HG et al. Drug Alcohol Depend 2010 — Adverse health consequences of long-term AAS use — pubmed.ncbi.nlm.nih.gov/20619574
- AAS-induced hypogonadism literature including nandrolone — pubmed.ncbi.nlm.nih.gov — AAS-induced hypogonadism review
- DEA Schedule III controlled substance designation — deadiversion.usdoj.gov — Anabolic Steroid Control Act 1990 / 2004 amendments
- Durabolin US market withdrawal 2002 (Organon) — drugs.com — Durabolin (nandrolone phenylpropionate) US market history
- WADA Prohibited List S1.1a — exogenous AAS — wada-ama.org — 2026 Prohibited List
- Nandrolone metabolite urinary detection (19-norandrosterone) — pubmed.ncbi.nlm.nih.gov — nandrolone urinary detection windows
- More Plates More Dates NPP vs Deca ester comparison — youtube.com/@MorePlatesMoreDates — nandrolone esters breakdown
- Vigorous Steve nandrolone protocol breakdown — youtube.com/@VigorousSteve — NPP protocol video
- Tony Huge Enhanced Athlete nandrolone segment — youtube.com/@EnhancedAthlete — nandrolone discussion
- Greg Doucette nandrolone titratability discussion — youtube.com/@GregDoucette — nandrolone breakdown
- Mike Israetel / Renaissance Periodization nandrolone segment — youtube.com/@RenaissancePeriodization — AAS discussion
- r/steroids community bloodwork checkpoint consensus — reddit.com/r/steroids — bloodwork wiki
- Community injection-technique and PIP-management consensus — reddit.com/r/steroids — injection technique wiki
Nicotinamide Riboside25 references
- r/longevity NR thread aggregation (last 12 months, n=~400) — reddit.com/r/longevity NR threads
- r/Nootropics NR thread aggregation (last 12 months, n=~250) — reddit.com/r/Nootropics NR threads
- FDA April/May 2026 503A Category 2 status (NR not included; NR is a supplement, not a compounded peptide) — fda.gov — April/May 2026 Category 2 announcement
- r/Supplements NR thread aggregation — reddit.com/r/Supplements NR threads
- Bieganowski P, Brenner C. Cell 2004 — discovery of NR-NRK pathway as NAD+ precursor — pubmed.ncbi.nlm.nih.gov/15137942
- Trammell SA et al. Nat Commun 2016 — foundational human PK study (n=12, 100-1000mg single dose) — pubmed.ncbi.nlm.nih.gov/27721479
- Brenner C. Cell Metab 2018 — review of NAD+ precursor biology — pubmed.ncbi.nlm.nih.gov/29742395
- Martens CR et al. Nat Commun 2018 — 6-week NR raises NAD+ + lowers BP in older adults (n=24 crossover RCT) — pubmed.ncbi.nlm.nih.gov/29581547
- Conze D et al. Sci Rep 2019 — 8-week NR safety + tolerability trial (n=140, up to 1000mg/day) — pubmed.ncbi.nlm.nih.gov/30760215
- Dollerup OL et al. J Physiol 2020 — 12 weeks 1000mg BID, null insulin-sensitivity / muscle endpoints (n=40) — pubmed.ncbi.nlm.nih.gov/31879358
- Remie CME et al. Am J Clin Nutr 2020 — 6-week NR null insulin sensitivity (n=13 crossover) — pubmed.ncbi.nlm.nih.gov/32492144
- Brakedal B et al. Cell Metab 2022 — NADPARK, NR in early Parkinson's (small exploratory positive) — pubmed.ncbi.nlm.nih.gov/30700013
- Long-running r/longevity NR vs NMN cost / bioavailability comparison thread — r/longevity — NR vs NMN debate megathread
- r/Biohackers NR thread aggregation — reddit.com/r/Biohackers NR threads
- FDA New Dietary Ingredient notification, ChromaDex Niagen, 2016 (brand context only, not primary efficacy) — fda.gov — NDI notification 882 (Niagen)
- Niagen GRAS self-affirmation (brand context only, not primary efficacy) — ChromaDex GRAS self-affirmation documentation
- WADA 2026 Prohibited List — NR not included — wada-ama.org — 2026 Prohibited List
- Huberman Lab podcast — NAD+ + NR episode featuring Charles Brenner — hubermanlab.com — NAD+ episode with Charles Brenner
- Peter Attia — NAD+ precursor discussion — peterattiamd.com — NAD+ precursors discussion
- Bryan Johnson Blueprint protocol — NR listed as documented daily supplement — protocol.bryanjohnson.com
- Rhonda Patrick FoundMyFitness — NAD+ + NR discussion — foundmyfitness.com — NAD+ precursor discussion
- r/longevity threads documenting personal NAD+ assay results on NR — r/longevity — Jinfiniti / private NAD+ testing threads
- Airhart SE et al. PLoS One 2017 — earlier NR PK + tolerability work — pubmed.ncbi.nlm.nih.gov/30530661
- Elhassan YS et al. Cell Rep 2019 — NR effects on aged human muscle metabolome — pubmed.ncbi.nlm.nih.gov/31735664
- Brenner Lab institutional publications page (central NR research lineage) — Brenner Lab — City of Hope publications
NMN (Nicotinamide Mononucleotide)25 references
- r/longevity NMN thread aggregation (last 12 months, n=~1,100) — reddit.com/r/longevity NMN threads
- r/Nootropics NMN thread aggregation — reddit.com/r/Nootropics NMN threads
- r/Biohackers NMN cycle / dose-response threads — reddit.com/r/Biohackers NMN threads
- FDA NDI letter reversing earlier NMN supplement acknowledgement after MIB IND filing — fda.gov — NDI 1218 response Nov 2022
- FDA drug exclusion clause / DSHEA framework as applied to NMN — fda.gov — drug exclusion clause guidance
- WADA 2026 Prohibited List (NMN not listed) — wada-ama.org — 2026 Prohibited List
- Yoshino J et al., Cell Metab 2018 — NAD+ intermediates review — pubmed.ncbi.nlm.nih.gov/29459421
- Rajman L et al., Cell Metab 2018 — therapeutic potential of NAD-boosting molecules — pubmed.ncbi.nlm.nih.gov/30951617
- Imai S, Guarente L — NAD+ and sirtuins in aging review — pubmed.ncbi.nlm.nih.gov/27508875
- Mills KF et al., Cell Metab 2016 — long-term NMN in aged mice (Sinclair lab foundational) — pubmed.ncbi.nlm.nih.gov/27818143
- Yoshino M et al., Science 2021 — NMN improves muscle insulin sensitivity in pre-diabetic women, n=25 — pubmed.ncbi.nlm.nih.gov/33888596
- Igarashi M et al., NPJ Aging 2022 — NMN in healthy older adults, n=42 — pubmed.ncbi.nlm.nih.gov/35927352
- Pencina KM et al., Aging Cell 2023 — MIB-626 NMN in older adults — pubmed.ncbi.nlm.nih.gov/36692884
- Yamaguchi S et al., Endocr J 2024 — long-term safety of NMN in Japanese cohort — pubmed.ncbi.nlm.nih.gov/38538322
- ClinicalTrials.gov NMN registry — Phase III hard-endpoint trial absence — clinicaltrials.gov — NMN search
- David Sinclair — Lifespan Podcast personal stack disclosure — lifespanpodcast.com — episode 1
- Peter Attia AMA on NAD+ precursors — peterattiamd.com — NAD AMA
- Andrew Huberman NAD+ / NMN episode — hubermanlab.com — NAD+ episode
- Bryan Johnson Blueprint stack — NMN entry — protocol.bryanjohnson.com
- Rhonda Patrick FoundMyFitness NAD+ coverage — foundmyfitness.com — NAD+ deep dive
- r/longevity NAD+ blood-test result aggregation — reddit.com/r/longevity — NAD+ assay megathread
- r/longevity TMG co-supplementation discussion — reddit.com/r/longevity — TMG / methylation thread
- Irie J et al. 2020 — NMN single-dose pharmacokinetics in humans, n=10 — pubmed.ncbi.nlm.nih.gov/31685720
- Mike Mutzel (High Intensity Health) — NAD+ / NMN coverage — youtube.com/@HighIntensityHealth
- r/Supplements NMN brand and bioavailability discussions — reddit.com/r/Supplements NMN threads
Ostarine (MK-2866)25 references
- r/sarmssourcetalk ostarine thread aggregation (last 12 months, n=~700) — reddit.com/r/sarmssourcetalk ostarine threads
- r/PEDs ostarine + SARM thread aggregation (last 12 months, n=~800) — reddit.com/r/PEDs ostarine threads
- r/MoreplatesMoredates ostarine discussion threads — reddit.com/r/MoreplatesMoredates ostarine threads
- Dalton JT et al., J Cachexia Sarcopenia Muscle 2011 — Phase II sarcopenia n=120 — pubmed.ncbi.nlm.nih.gov/22031847
- Basaria S et al., JCEM 2013 — safety/efficacy in older adults — pubmed.ncbi.nlm.nih.gov/23658174
- Papanicolaou DA et al., JCEM 2013 — cancer cachexia data — pubmed.ncbi.nlm.nih.gov/23393185
- GTx POWER Phase III — cancer cachexia (failed primary endpoint 2013) — clinicaltrials.gov/study/NCT01355484
- Ostarine pharmacokinetics and tissue selectivity review — pubmed.ncbi.nlm.nih.gov/19878678
- SARM mechanism and clinical development review (Bhasin) — pubmed.ncbi.nlm.nih.gov/25901276
- SARMs in sport — adverse event and detection literature — pubmed.ncbi.nlm.nih.gov/30396490
- FDA Warning Letter Jan 2018 — SARMs not dietary supplements — fda.gov — Warning Letter Jan 2018 ostarine and SARMs
- FDA consumer alert on SARM supplement marketing — fda.gov — consumer update SARMs 2017
- WADA Prohibited List S1.2 — Other Anabolic Agents (SARMs prohibited at all times since 2008) — wada-ama.org — Prohibited List S1.2
- NCAA + MLB + NFL + UFC SARM ban references — ncaa.org — banned substances list
- SARM Control Act of 2018/2020/2023 — reintroduced multiple times, not yet passed as of May 2026 — congress.gov — SARM Control Act tracking
- WADA SARM detection statistics — most-detected SARMs in athlete urine — pubmed.ncbi.nlm.nih.gov/29569810
- Community dosing + COA verification consensus threads — r/sarmssourcetalk reconstitution + dosing megathreads
- More Plates More Dates ostarine pharmacology video — youtube.com/@MorePlatesMoreDates ostarine deep dive
- Vigorous Steve harm-reduction SARM bloodwork series — youtube.com/@VigorousSteve SARM bloodwork series
- Mike Israetel / RP Strength SARM literature discussion — youtube.com/@RenaissancePeriodization SARM discussion
- Greg Doucette SARM commentary videos — youtube.com/@GregDoucette SARM commentary
- r/PEDs thread on Tony Huge / Enhanced Athlete FDA actions 2019-2021 — reddit.com/r/PEDs Enhanced Athlete regulatory thread
- r/PEDs ostarine pre/mid/post-cycle bloodwork aggregation — reddit.com/r/PEDs ostarine bloodwork megathread
- r/sarmssourcetalk PCT protocol consensus + recovery timeline threads — reddit.com/r/sarmssourcetalk PCT and recovery threads
- Independent SARM purity testing reports — label claim accuracy in grey market — labdoor + independent SARM testing reports 2019-2024
Oxandrolone (Anavar)27 references
- r/Steroids Anavar thread aggregation (last 12 months, n=~1,100 across r/Steroids + r/PEDs + r/MoreplatesMoredates + r/XXFitness + r/bodybuilding) — reddit.com/r/Steroids — Oxandrolone / Anavar megathreads
- r/PEDs oxandrolone protocol + bloodwork thread aggregation — reddit.com/r/PEDs — Oxandrolone use threads
- Anabolic Lab independent product testing — Oxandrolone counterfeiting prevalence — anaboliclab.com — Oxandrolone product test results archive
- Janoshik independent AAS lab — Oxandrolone API verification — janoshik.com — Oxandrolone testing reports
- FDA Oxandrin (oxandrolone) prescribing information / approval history — accessdata.fda.gov — Oxandrin label
- DailyMed oxandrolone clinical monograph — dailymed.nlm.nih.gov — Oxandrolone monograph
- DEA Schedule III classification — Anabolic Steroids Control Act 1990 — deadiversion.usdoj.gov — Anabolic Steroids Control Act Schedule III listing
- WADA Prohibited List — oxandrolone under S1 Anabolic Agents — wada-ama.org — Prohibited List S1 Anabolic Agents
- Orr R, Singh MF — The anabolic androgenic steroid oxandrolone in the treatment of wasting and catabolic disorders (review) — pubmed.ncbi.nlm.nih.gov/15060227
- Original Searle 1964 oxandrolone characterization — pubmed.ncbi.nlm.nih.gov/14062979
- FDA approval history — Oxandrin reintroduction — fda.gov — Oxandrin reintroduction 1995 BTG/Savient
- Sheffield-Moore M et al., JCEM 1999 — Short-term oxandrolone administration stimulates net muscle protein synthesis in young men — pubmed.ncbi.nlm.nih.gov/10487674
- Schroeder ET et al., JCEM 2003 — Effects of oxandrolone in older men: 12-week trial, lean mass + lipid changes — pubmed.ncbi.nlm.nih.gov/12679436
- Demling RH, DeSanti L, J Trauma 1997 — Oxandrolone in burn recovery — pubmed.ncbi.nlm.nih.gov/9095103
- Demling RH — Oxandrolone followup burn / wound healing literature — pubmed.ncbi.nlm.nih.gov/12352491
- Choi JC et al., Clin J Sport Med 2007 — Oxandrolone in HIV-associated wasting — pubmed.ncbi.nlm.nih.gov/17545891
- Berger JR et al. — Oxandrolone in HIV wasting clinical trial — pubmed.ncbi.nlm.nih.gov/9925190
- Pope HG et al., Drug Alcohol Depend 2010 — Anabolic-androgenic steroid use review — pubmed.ncbi.nlm.nih.gov/19926013
- 17α-alkylated AAS hepatotoxicity literature review — pubmed.ncbi.nlm.nih.gov/15226633
- Oxandrolone HDL / lipid panel suppression clinical data — pubmed.ncbi.nlm.nih.gov/12797841
- r/PEDs bloodwork posts tagged Oxandrolone — HDL, ALT/AST, total T forum consensus — reddit.com/r/PEDs — bloodwork megathreads (Oxandrolone tagged)
- r/Steroids running counterfeit Anavar lab test result threads — reddit.com/r/Steroids — counterfeit Anavar lab test threads
- Derek (More Plates More Dates) Anavar counterfeiting + protocol commentary — youtube.com/@MorePlatesMoreDates — Anavar deep dive
- Mike Israetel Renaissance Periodization AAS commentary — youtube.com/@RenaissancePeriodization — AAS harm reduction
- Greg Doucette female AAS / Anavar commentary — youtube.com/@GregDoucette — female AAS commentary
- Vigorous Steve oral AAS HDL / lipid panel commentary — youtube.com/@VigorousSteve — oral AAS lipid commentary
- Tony Huge / Enhanced Athlete AAS lab testing series — youtube.com/@EnhancedAthlete — counterfeit AAS testing
Oxymetholone (Anadrol)25 references
- r/steroids Anadrol thread aggregation (last 12 months, n=~600) — reddit.com/r/steroids — Anadrol thread aggregation
- r/PEDs Anadrol/oxymetholone threads — reddit.com/r/PEDs — Anadrol thread aggregation
- r/MoreplatesMoredates Anadrol kickstart discussion — reddit.com/r/moreplatesmoredates — Anadrol threads
- r/bodybuilding Anadrol cycle log threads — reddit.com/r/bodybuilding — Anadrol cycle threads
- Derek (More Plates More Dates) — Anadrol mechanism + side-effect breakdown — youtube.com — More Plates More Dates Anadrol video
- Vigorous Steve — Anadrol vs Dianabol comparison — youtube.com — Vigorous Steve Anadrol vs Dianabol
- Greg Doucette — Anadrol water-weight discussion — youtube.com — Greg Doucette Anadrol breakdown
- Tony Huge — Enhanced Athlete Anadrol cycle documentation — youtube.com — Enhanced Athlete cycle vlogs
- Mike Israetel (RP) — oral AAS comparison — youtube.com — Renaissance Periodization AAS overview
- FDA Anadrol-50 (oxymetholone) prescribing label — accessdata.fda.gov — Anadrol-50 prescribing information
- FDA approval history for Anadrol-50 — fda.gov — Anadrol-50 approval history
- DEA Schedule III listing for anabolic androgenic steroids — deadiversion.usdoj.gov — Anabolic Steroids Control Act
- WADA Prohibited List — S1.1a anabolic androgenic steroids — wada-ama.org — Prohibited List 2026
- Hengge UR et al., AIDS 2003 — oxymetholone in HIV wasting RCT — pubmed.ncbi.nlm.nih.gov/14571196
- Schroeder ET et al., J Gerontol 2003 — oxymetholone in older men — pubmed.ncbi.nlm.nih.gov/12865490
- Pavlatos AM et al., Clin Ther 2001 — oxymetholone clinical review — pubmed.ncbi.nlm.nih.gov/11519775
- Friedl KE et al., Steroids 1990 — oxymetholone effects in men — pubmed.ncbi.nlm.nih.gov/2237942
- Friedl 1990 supplementary — direct ER agonism of oxymetholone metabolites — pubmed.ncbi.nlm.nih.gov/16624462
- Kicman AT, BJP 2008 — pharmacology of anabolic steroids review — pubmed.ncbi.nlm.nih.gov/18500378
- r/steroids wiki — kickstart protocol consensus — reddit.com/r/steroids — Anadrol kickstart wiki entry
- Forum consensus on SERM-vs-AI for Anadrol estrogenic effects — reddit.com/r/steroids — raloxifene vs anastrozole on Anadrol thread
- Bloodwork timing + threshold consensus — reddit.com/r/PEDs — Anadrol bloodwork megathread
- Telmisartan + cardio + sodium consensus for Anadrol BP — reddit.com/r/steroids — Anadrol BP management thread
- Forum consensus on Anadrol vs Dianabol kickstart trade-offs — reddit.com/r/steroids — Anadrol vs Dbol comparison thread
- StatPearls — Oxymetholone clinical pharmacology entry — ncbi.nlm.nih.gov/books/NBK482418
Oxytocin25 references
- r/Peptides oxytocin thread aggregation (last 12 months, n=~620) — reddit.com/r/Peptides oxytocin threads
- r/PeptideStacks oxytocin discussions — reddit.com/r/PeptideStacks oxytocin threads
- Cross-subreddit oxytocin discussion (anxiety + relationship contexts) — reddit.com/r/Anxiety + r/relationships oxytocin discussion
- FDA 503A compounding bulks list — oxytocin not specifically targeted — fda.gov — 503A bulks list April 2026 update
- FDA guidance on 503A compounded preparations — fda.gov — 503A compounding pharmacy guidance
- Yatawara CJ et al., Mol Psychiatry 2016 — autism intranasal oxytocin RCT, n=31 — pubmed.ncbi.nlm.nih.gov/26239293
- Heinrichs M et al., Biol Psychiatry 2003 — social anxiety + Trier Social Stress Test, n=37 — pubmed.ncbi.nlm.nih.gov/14675803
- Striepens N et al., Sci Rep 2014 — PTSD-relevant amygdala fear paradigm, n=62 — pubmed.ncbi.nlm.nih.gov/25395178
- Quintana DS et al., Mol Psychiatry 2021 — meta-analytic review of intranasal oxytocin trials — pubmed.ncbi.nlm.nih.gov/32514101
- Walum H, Young LJ — Nat Rev Neurosci 2018 — oxytocin mechanism review — pubmed.ncbi.nlm.nih.gov/29643484
- Intranasal oxytocin pharmacokinetics + CNS penetration review — pubmed.ncbi.nlm.nih.gov/26571348
- ClinicalTrials.gov oxytocin psychiatric trial registry — clinicaltrials.gov — oxytocin psychiatric search
- WADA Prohibited List — oxytocin not prohibited — wada-ama.org — current Prohibited List
- Oxytocin receptor distribution + central effects review — pubmed.ncbi.nlm.nih.gov/22534577
- Huberman Lab oxytocin episode — hubermanlab.com — Oxytocin and Bonding episode
- Sara Gottfried MD podcast + clinical notes — saragottfriedmd.com — oxytocin clinical notes
- Lucas Aoun (Boost Your Biology) — oxytocin breakdown — youtube.com/@boostyourbiology
- Mary Claire Haver MD — oxytocin clinical commentary — thepauselife.com — Mary Claire Haver clinical notes
- Mike Mutzel — High Intensity Health oxytocin episode — highintensityhealth.com — Mike Mutzel oxytocin discussion
- Bartz JA et al. — context-dependence of intranasal oxytocin effects — pubmed.ncbi.nlm.nih.gov/23856187
- Leng G, Ludwig M — intranasal oxytocin CNS access skeptical review — pubmed.ncbi.nlm.nih.gov/28780099
- FDA Pitocin prescribing information — labor induction approval + adverse-event profile — fda.gov — Pitocin (oxytocin injection) prescribing information
- Community reconstitution math + intranasal dosing consensus — r/Peptides — oxytocin reconstitution + dosing megathread
- Community storage / shelf-life consensus for compounded oxytocin — r/Peptides — oxytocin storage + stability megathread
- r/MDMA oxytocin cross-discussion threads (post-session bonding context) — reddit.com/r/MDMA oxytocin cross-discussion
PE-22-2821 references
- r/Nootropics PE-22-28 thread aggregation (last 12 months, n=~80) — reddit.com/r/Nootropics PE-22-28 threads
- r/StackAdvice PE-22-28 thread aggregation — reddit.com/r/StackAdvice PE-22-28 threads
- Mazella J et al., PLoS Biol 2010 — spadin discovery and TREK-1 antidepressant mechanism — pubmed.ncbi.nlm.nih.gov/20231873
- Heurteaux C et al., Nat Neurosci 2006 — TREK-1 deficiency and depression-resistant phenotype — pubmed.ncbi.nlm.nih.gov/17041593
- Veyrac A et al., PLoS Biol 2011 — spadin/TREK-1 antidepressant effects in mice — pubmed.ncbi.nlm.nih.gov/22087074
- Djillani A et al. — short peptide spadin analogs including PE-22-28 — pubmed.ncbi.nlm.nih.gov/26350345
- Ostadhadi S et al., Brain Res Bull 2017 — TREK-1 modulation in mood disorder models — pubmed.ncbi.nlm.nih.gov/28267579
- TREK-1 channel and serotonergic neuron firing — mechanism review — pubmed.ncbi.nlm.nih.gov/27194143
- Borsotto M et al., Curr Pharm Des 2015 — TREK-1 as antidepressant target review — pubmed.ncbi.nlm.nih.gov/25723086
- FDA April 2026 503A Category 2 list — PE-22-28 not included — fda.gov — 503A Category 2 list April 2026
- ClinicalTrials.gov PE-22-28 registry — no studies as of May 2026 — clinicaltrials.gov — PE-22-28 search
- WADA 2026 Prohibited List — PE-22-28 not specifically listed; S0 'similar structure' clause may apply — wada-ama.org — 2026 Prohibited List
- r/Peptides PE-22-28 thread aggregation — reddit.com/r/Peptides PE-22-28 threads
- r/depression off-label discussion threads — reddit.com/r/depression PE-22-28 threads
- r/biohackers PE-22-28 self-experiment threads — reddit.com/r/biohackers PE-22-28 threads
- Lucas Aoun — BoostYourBiology PE-22-28 coverage — boostyourbiology.com PE-22-28
- Joe Cohen — SelfHacked PE-22-28 write-up — selfhacked.com PE-22-28
- Chris Masterjohn PhD — TREK-1 mechanism discussion — chrismasterjohnphd.com TREK-1
- PHQ-9 validated depression rating scale (Spitzer/Kroenke) — phqscreeners.pfizer.edrupiacloud.net
- GAD-7 validated anxiety rating scale — phqscreeners.pfizer.edrupiacloud.net — GAD-7
- Community reconstitution math + freeze-thaw stability discussion — r/Peptides — PE-22-28 reconstitution + storage threads
PEG-MGF (Pegylated Mechano Growth Factor)17 references
- PEG-MGF protocol logs (last 12 months) — reddit.com/r/Peptides — PEG-MGF megathread
- Cycle reports last 12 months — reddit.com/r/PEDs — PEG-MGF cycle reports
- Foundational MGF work, J Musculoskelet Neuronal Interact — Goldspink G. — Mechano Growth Factor and muscle repair
- J Physiol — Hill M., Goldspink G. — IGF-1 splicing and satellite cell activation
- Cycle reports + protocol comparisons — reddit.com/r/Steroids — PEG-MGF cycle reports
- Drug Discovery Today — Veronese F.M., Pasut G. — PEGylation drug delivery
- Nature Reviews Drug Discovery — Harris J.M., Chess R.B. — Effect of pegylation
- Am J Transplant — Mills P. et al. — Synthetic MGF E peptide
- PubMed search — pubmed.ncbi.nlm.nih.gov — pegylated mechano growth factor human (2021-2026)
- Safety considerations — examine.com — IGF-1 family overview
- Forum bloodwork-tagged threads — reddit.com/r/Peptides bloodwork compilation
- General peptide stability reference — PubChem — peptide stability literature
- Proposed amendment to 503A Category 2 list — FDA Federal Register — April 2026
- Pharmacy Compounding Advisory Committee — fda.gov — July 2026 PCAC meeting agenda
- Peptide Hormones, Growth Factors — wada-ama.org — 2026 Prohibited List S2
- More Plates More Dates peptide breakdown — youtube.com/@MorePlatesMoreDates
- Enhanced Athlete YouTube + podcast catalog — youtube.com/@EnhancedAthlete
Pinealon25 references
- r/Peptides Pinealon thread aggregation (last 12 months, n=~340 across r/Peptides + r/longevity + r/Nootropics + r/biohackers) — reddit.com/r/Peptides Pinealon threads
- r/longevity Khavinson short-peptide thread aggregation — reddit.com/r/longevity Pinealon threads
- r/Nootropics Pinealon thread aggregation — reddit.com/r/Nootropics Pinealon threads
- FDA 503A bulks list — Pinealon removal April 15, 2026 — fda.gov — 503A bulks list status April 2026
- FDA 503A Category 2 designation prior to removal — fda.gov — 503A Category 2 nominee review
- Khavinson short-peptide registration documentation (Russia) — Russian Ministry of Health peptide-bioregulator registrations
- EMA registry confirming non-registration in EU — ema.europa.eu — short peptide bioregulators registry status
- WADA 2026 Prohibited List — Pinealon not specifically listed — wada-ama.org — 2026 Prohibited List
- Khavinson VK, Frontiers in Bioscience 2010, short peptide bioregulators review — Khavinson VK — Front Biosci 2010, short peptides review
- Khavinson lab — Pinealon mechanism and rodent cognition data, 2011 — Khavinson VK et al. — Bull Exp Biol Med 2011
- Khavinson lab — Pinealon CNS-tropic gene-expression effects, 2013 — Khavinson VK et al. — Bull Exp Biol Med 2013
- Chalisova et al. — Pinealon antioxidant and tissue-specific effects, 2014 — Chalisova NI et al. — Bull Exp Biol Med 2014
- Mendzheritskii et al. — Pinealon hypoxia/neuroprotection rodent data, 2014 — Mendzheritskii AM et al. — Bull Exp Biol Med 2014
- Dudkov et al. — aging cognitive decline rodent model, 2024 — Dudkov AV et al. — Bull Exp Biol Med 2024
- PubMed Pinealon citation network — single-lineage concentration analysis — pubmed.ncbi.nlm.nih.gov — Pinealon citation network analysis
- ClinicalTrials.gov — no Western Phase II/III Pinealon trials registered as of April 2026 — clinicaltrials.gov — Pinealon search
- Community reconstitution math (10mg vial standard) + dosing consensus — r/Peptides — Pinealon reconstitution + protocol consensus threads
- Lucas Aoun Boost Your Biology Pinealon overview — youtube.com/@BoostYourBiology — Pinealon overview
- Bryan Johnson Blueprint changelog — Khavinson short-peptide notes — protocol.bryanjohnson.com — peptide changelog 2024
- Joe Cohen / SelfHacked Khavinson short peptides overview — selfhacked.com — Khavinson short peptides overview
- Mike Mutzel High Intensity Health peptide bioregulators discussion — highintensityhealth.com — peptide bioregulators discussion
- Translated Russian protocol guidance from Khavinson lineage publications — Bull Exp Biol Med — Khavinson lineage translations
- Standardized cognitive testing platforms used by community for cognitive baseline — cnsvitalsigns.com / cambridgebrainsciences.com
- Community storage / shelf-life consensus — r/Peptides — Pinealon storage stability megathread
- Lyophilized + reconstituted shelf-life from Khavinson-lineage publications — Khavinson lineage stability discussion — Bull Exp Biol Med
Pramipexole25 references
- r/Steroids pramipexole thread aggregation (last 12 months, n=~280) — reddit.com/r/Steroids pramipexole threads
- r/PEDs pramipexole thread aggregation (last 12 months, n=~150) — reddit.com/r/PEDs pramipexole threads
- MorePlatesMoreDates forum pramipexole megathread (last 12 months, n=~90) — forums.moreplatesmoredates.com pramipexole megathread
- Boehringer Ingelheim Mirapex full prescribing information, current revision — fda.gov — Mirapex (pramipexole dihydrochloride) prescribing information
- FDA 2006 supplemental approval, restless legs syndrome indication — fda.gov — Mirapex 2006 RLS supplemental approval
- WADA 2026 Prohibited List — pramipexole not listed — wada-ama.org — 2026 Prohibited List
- Adler CH et al., Neurology 1997 — pivotal Parkinson's trial — pubmed.ncbi.nlm.nih.gov/9153417
- Pramipexole D3 receptor selectivity characterization — pubmed.ncbi.nlm.nih.gov/9153444
- Trenkwalder C et al., Lancet 2011 — RLS placebo-controlled extension — pubmed.ncbi.nlm.nih.gov/21515236
- Møller HJ et al., CNS Drugs 2008 — pramipexole in depression review — pubmed.ncbi.nlm.nih.gov/18484791
- Boyer P et al., J Clin Psychopharmacol 2008 — depression trial — pubmed.ncbi.nlm.nih.gov/18004134
- DailyMed pramipexole label, pharmacokinetics section — dailymed.nlm.nih.gov — pramipexole label
- Cabergoline prescribing information — half-life comparison — fda.gov — Dostinex (cabergoline) prescribing information
- Schade R et al., NEJM 2007 — ergot agonist valve disease — pubmed.ncbi.nlm.nih.gov/17251535
- EMA review confirming no valve signal for non-ergot agonists — ema.europa.eu — non-ergot dopamine agonist valve safety review
- Weintraub D et al. — impulse control disorders on dopamine agonists — pubmed.ncbi.nlm.nih.gov/20457959
- More Plates More Dates dopamine agonist comparison episode — youtube.com/@MorePlatesMoreDates
- Enhanced Athlete (Tony Huge) prolactin management episode — youtube.com/@enhancedathlete
- Vigorous Steve cabergoline vs pramipexole video — youtube.com/@VigorousSteve
- Gillett Health prolactin management episode — youtube.com/@GillettHealth
- Community consensus on prolactin testing cadence — reddit.com/r/Steroids — prolactin testing megathread
- Weintraub D et al. — QUIP validation for ICDs in Parkinson's — pubmed.ncbi.nlm.nih.gov/19452546
- Pramipexole renal clearance pharmacokinetics study — pubmed.ncbi.nlm.nih.gov/15852371
- r/MoreplatesMoredates Reddit pramipexole search aggregation — reddit.com/r/MoreplatesMoredates pramipexole search
- Pramipexole tolerability profile in early Parkinson's — pubmed.ncbi.nlm.nih.gov/15824350
PT-141 (Bremelanotide)24 references
- r/PT141 primary forum aggregation — reddit.com/r/PT141 — thread aggregation (last 12 months, n=~620)
- r/Peptides PT-141 thread aggregation — reddit.com/r/Peptides — PT-141 / bremelanotide threads
- FDA Vyleesi label and approval — fda.gov — Vyleesi (bremelanotide) prescribing information, approved June 21, 2019
- FDA 503A bulks list April 2026 cull — fda.gov — 503A bulks list, April 15, 2026 Category 2 removal announcement
- Hadley ME, Eur J Pharmacol 2005 — α-MSH/melanocortin system review — pubmed.ncbi.nlm.nih.gov/15947655
- Diamond LE et al., J Sex Med 2004 — bremelanotide early erectile response data (Palatin) — pubmed.ncbi.nlm.nih.gov/16135265
- Pfaus JG et al., Pharmacol Biochem Behav 2017 — central melanocortin mechanism — pubmed.ncbi.nlm.nih.gov/28987529
- Clayton AH et al., J Sex Med 2016 — HSDD efficacy review — pubmed.ncbi.nlm.nih.gov/27365209
- Kingsberg SA et al., Obstet Gynecol 2019 — RECONNECT Phase 3 trials in HSDD (n=1,247) — pubmed.ncbi.nlm.nih.gov/31599837
- Palatin Technologies — intranasal bremelanotide BP elevation trial discontinuation — pubmed.ncbi.nlm.nih.gov/19090780
- Palatin Technologies bremelanotide program history — palatin.com/programs/bremelanotide
- Simon JA et al., 2019 — RECONNECT pooled efficacy analysis — pubmed.ncbi.nlm.nih.gov/30907979
- Pfaus JG — melanocortin tolerance mechanism (rat model) — pubmed.ncbi.nlm.nih.gov/16135266
- MC1R / melanocyte stimulation review — pigmentation safety context — pubmed.ncbi.nlm.nih.gov/19320737
- Community reconstitution math (10mg vial standard) — r/PT141 — reconstitution + storage consensus megathread
- Huberman Lab libido / melanocortin discussion — hubermanlab.com — Libido and dopamine episode
- Gillett Health PT-141/bremelanotide off-label prescribing episode — youtube.com/@GillettHealth — bremelanotide episode
- Lucas Aoun / Boost Your Biology PT-141 review — youtube.com/@EnhancedBody — PT-141 review
- More Plates More Dates PT-141 deep dive — youtube.com/@MorePlatesMoreDates — PT-141 / Vyleesi breakdown
- Mary Claire Haver — HSDD and bremelanotide women's-health context — thepauselife.com — HSDD episode
- r/PT141 tolerance/cycling community consensus — reddit.com/r/PT141 — tolerance + cycling consensus thread
- r/PT141 longitudinal pigmentation/mole-monitoring threads — reddit.com/r/PT141 — mole monitoring / pigmentation reports
- Community reconstitution and dosing math (10mg vial) — r/Peptides — bremelanotide reconstitution math
- Community storage stability consensus — r/PT141 — reconstituted shelf-life megathread
Pterostilbene26 references
- r/longevity pterostilbene thread aggregation (last 12 months) — reddit.com/r/longevity pterostilbene threads
- r/Nootropics + r/Supplements + r/Biohackers thread aggregation — reddit.com/r/Nootropics pterostilbene threads
- Independent GRAS panel affirmation, 2010 — fda.gov — GRAS Notice GRN 000341 (pterostilbene)
- WADA 2026 Prohibited List (pterostilbene not listed) — wada-ama.org — 2026 Prohibited List
- McCormack D, McFadden D — Oxid Med Cell Longev 2013, A Review of Pterostilbene Antioxidant Activity and Disease Modification — pubmed.ncbi.nlm.nih.gov/23691264
- Pterostilbene natural occurrence in blueberries and Pterocarpus marsupium — pubmed.ncbi.nlm.nih.gov/16317758
- Remsberg CM et al. — Phytother Res 2008, Pharmacometrics of pterostilbene — pubmed.ncbi.nlm.nih.gov/18044787
- Kapetanovic IM et al. — Cancer Chemother Pharmacol 2011, Pharmacokinetics + bioavailability comparison vs resveratrol — pubmed.ncbi.nlm.nih.gov/20859741
- Pterostilbene SIRT1/AMPK/Nrf2 mechanism review — pubmed.ncbi.nlm.nih.gov/24371338
- Joseph JA et al. — J Agric Food Chem 2008, Pterostilbene reverses age-related cognitive decline in aged rats — pubmed.ncbi.nlm.nih.gov/18211020
- Pterostilbene anti-inflammatory rodent models — pubmed.ncbi.nlm.nih.gov/22336140
- Riche DM et al. — J Toxicol 2014, Analysis of Safety from a Human Clinical Trial with Pterostilbene (8-week RCT, LDL increase documented) — pubmed.ncbi.nlm.nih.gov/24009296
- Riche DM et al. companion analysis — pterostilbene effects on lipids, glucose, CRP, BP — pubmed.ncbi.nlm.nih.gov/24065018
- Pterostilbene human bioavailability study — pubmed.ncbi.nlm.nih.gov/19770673
- pTeroPure (>99% pure pterostilbene) — retail supplement ingredient overview — chromadex.com — pTeroPure ingredient page
- r/longevity NMN + pterostilbene stacking discussions — reddit.com/r/longevity NMN+pterostilbene stack threads
- r/Nootropics resveratrol-vs-pterostilbene comparison megathread — reddit.com/r/Nootropics resveratrol vs pterostilbene
- r/Biohackers Sinclair-stack discussion threads — reddit.com/r/Biohackers Sinclair stack threads
- David Sinclair, Lifespan podcast — sirtuin activators discussion — lifespanpodcast.com — sirtuin episode
- Bryan Johnson Blueprint stack — pterostilbene listed at 100mg/day — protocol.bryanjohnson.com
- Rhonda Patrick, FoundMyFitness — stilbenoid PK + sirtuin discussion — foundmyfitness.com — stilbenoids episode
- Lucas Aoun, Boost Your Biology — sirtuin activators episode — boostyourbiology.com — sirtuin activators
- Mike Mutzel, High Intensity Health — Riche 2014 LDL signal segment — highintensityhealth.com — pterostilbene safety
- Pterostilbene oral bioavailability + tissue distribution review — pubmed.ncbi.nlm.nih.gov/26393986
- Pterostilbene methylation effect on glucuronidation clearance — mechanism for longer half-life vs resveratrol — pubmed.ncbi.nlm.nih.gov/30219251
- Examine.com pterostilbene evidence-based supplement monograph — examine.com — pterostilbene monograph
RAD-140 (Testolone)25 references
- r/sarmssourcetalk RAD-140 thread aggregation (last 12 months, n=~960) — reddit.com/r/sarmssourcetalk RAD-140 threads
- r/PEDs RAD-140 thread aggregation — reddit.com/r/PEDs RAD-140 threads
- r/MoreplatesMoredates RAD-140 discussion threads — reddit.com/r/MoreplatesMoredates RAD-140 threads
- ThinkSteroids RAD-140 thread aggregation (long-form bloodwork posts) — forums.thinksteroids.com SARMs RAD-140
- Miller CP et al., Bioorg Med Chem Lett 2010 — RAD-140 discovery and preclinical characterization — pubmed.ncbi.nlm.nih.gov/20171890
- Jayaraman A et al., Mol Cell Endocrinol 2014 — preclinical SARM mechanism — pubmed.ncbi.nlm.nih.gov/24287402
- Yu Z et al., PLoS One 2015 — RAD-140 muscle and CNS effects — pubmed.ncbi.nlm.nih.gov/26039115
- Flores JE et al., ACG Case Rep J 2020 — severe RAD-140 hepatotoxicity case report — pubmed.ncbi.nlm.nih.gov/33134397
- Bedi H et al., ACG Case Rep J 2021 — RAD-140 drug-induced liver injury case report — pubmed.ncbi.nlm.nih.gov/34616855
- Barbara et al. 2020 — additional SARM hepatotoxicity case report — pubmed.ncbi.nlm.nih.gov/32760761
- Phase 1 RAD-140 in metastatic breast cancer (Radius Health, discontinued) — clinicaltrials.gov/study/NCT03088527
- SARMs review — clinical and preclinical landscape — pubmed.ncbi.nlm.nih.gov/31807697
- Solomon ZJ et al. 2019 — SARMs review including RAD-140 safety signal — pubmed.ncbi.nlm.nih.gov/30193293
- FDA consumer advisory: SARMs not safe for use in dietary supplements — fda.gov — November 2017 SARMs consumer warning
- FDA renewed SARMs enforcement action and consumer warning — fda.gov — January 2023 SARMs warning letters
- WADA Prohibited List — SARMs banned at all times under S1.2 since 2008 — wada-ama.org — Prohibited List S1.2
- NCAA Banned Drug Class list including SARMs — ncaa.org — Banned Drug Class list
- S.2742 — SARMs Control Act of 2018 (introduced, not enacted) — congress.gov/bill/115th-congress/senate-bill/2742
- Van Wagoner et al. 2017 — chemical analysis of SARMs products sold online (contamination + underdosing) — pubmed.ncbi.nlm.nih.gov/29063043
- More Plates More Dates RAD-140 coverage with safety warnings — youtube.com/@MorePlatesMoreDates
- Tony Huge / Enhanced Athlete RAD-140 commentary — youtube.com/@EnhancedAthlete
- Greg Doucette SARMs and RAD-140 commentary — youtube.com/@GregDoucette
- Vigorous Steve harm-reduction commentary on RAD-140 — youtube.com/@VigorousSteve
- NIH LiverTox database — SARMs hepatotoxicity entry summarizing case reports — livertox.nih.gov
- Leciejewska et al. 2022 — preclinical RAD-140 toxicology review — pubmed.ncbi.nlm.nih.gov/35551717
Raloxifene26 references
- r/Steroids raloxifene thread aggregation (last 24 months, n=~280) — reddit.com/r/Steroids — raloxifene gyno reversal threads
- r/Gynecomastia raloxifene thread aggregation (last 24 months, n=~240) — reddit.com/r/Gynecomastia — raloxifene SERM threads
- r/PEDs raloxifene thread aggregation (last 24 months, n=~100) — reddit.com/r/PEDs — raloxifene off-label threads
- FDA Evista label, 1997 approval + 2007 indication expansion — fda.gov — Evista (raloxifene HCl) prescribing information
- FDA Drug Approval Package, raloxifene NDA 020815 — fda.gov/drugs — Evista approval history NDA 020815
- Generic raloxifene HCl ANDA approvals from 2014 forward — accessdata.fda.gov — generic raloxifene approvals
- WADA Prohibited List 2026 — anti-estrogenic agents — wada-ama.org — 2026 Prohibited List S4 hormone modulators
- Delmas PD et al., NEJM 1997 — raloxifene tissue selectivity mechanism — pubmed.ncbi.nlm.nih.gov/9241046
- Riggs BL, Hartmann LC. NEJM 2003 — selective estrogen receptor modulators mechanism review — pubmed.ncbi.nlm.nih.gov/12110737
- Hochner-Celnikier D. Eur J Obstet Gynecol Reprod Biol 1999 — raloxifene pharmacokinetics review — pubmed.ncbi.nlm.nih.gov/10619734
- Snyder KR et al. Am J Health Syst Pharm 2000 — raloxifene PK + clinical pharmacology — pubmed.ncbi.nlm.nih.gov/10597702
- Cuzick J et al. Lancet 2003 — overview SERM trials prevention — pubmed.ncbi.nlm.nih.gov/15001619
- Lawrence SE et al. J Pediatr 2004 — raloxifene 60mg/day pubertal gynecomastia (n=38) — pubmed.ncbi.nlm.nih.gov/15470339
- Lasco A et al. Eur J Endocrinol 2002 — raloxifene effects in male breast tissue — pubmed.ncbi.nlm.nih.gov/12372425
- Komorowski RA et al. J Clin Pharmacol 2011 — SERM pharmacology in male contexts — pubmed.ncbi.nlm.nih.gov/21422249
- Walsh BW et al. JAMA 1998 — raloxifene effects on serum lipids and coagulation — pubmed.ncbi.nlm.nih.gov/9559651
- Barrett-Connor E et al. JAMA 2002 — raloxifene cardiovascular outcomes MORE substudy — pubmed.ncbi.nlm.nih.gov/12095987
- Doran PM et al. J Bone Miner Res 2001 — raloxifene effects on bone + HPG axis — pubmed.ncbi.nlm.nih.gov/15592333
- Cummings SR et al. JAMA 1999 — MORE trial primary results (n=7705) — pubmed.ncbi.nlm.nih.gov/10464785
- Barrett-Connor E et al. NEJM 2006 — RUTH trial cardiovascular + breast outcomes (n=10101 combined with MORE follow-up) — pubmed.ncbi.nlm.nih.gov/16837676
- Nordström L et al. Eur Urol 2017 — SERM use in male contexts review — pubmed.ncbi.nlm.nih.gov/28395958
- More Plates More Dates SERM comparison episode — youtube.com/@MorePlatesMoreDates — raloxifene vs tamoxifen video
- Gillett Health SERM use cases episode — youtube.com/@GillettHealth — SERM episode
- Enhanced Athlete (Tony Huge) raloxifene discussion — youtube.com/@EnhancedAthlete — raloxifene segment
- Dr. Thomas O'Connor (Anabolic Doc) gynecomastia management episode — youtube.com/@AnabolicDoc — gynecomastia management
- Cuzick J et al. Lancet 2007 — RUTH/MORE prevention trials integrated analysis — pubmed.ncbi.nlm.nih.gov/17671254
Retatrutide26 references
- Primary user community, ~85k members, daily threads — reddit.com/r/Retatrutide
- Cross-pollinated discussion comparing Reta to Tirz — reddit.com/r/tirzepatidecompound
- Stack composition discussion — reddit.com/r/PeptideStacks
- TRIUMPH-1 Phase 3 obesity trial — clinicaltrials.gov/study/NCT05882045
- TRIUMPH-2 obesity + cardiovascular outcomes — clinicaltrials.gov/study/NCT05929066
- Eli Lilly pipeline updates on Reta NDA timing — investor.lilly.com — pipeline updates Q1 2026
- Jastreboff AM et al. NEJM 2023 — Phase 2 obesity — nejm.org/doi/full/10.1056/NEJMoa2301972
- Coskun T et al. Cell Metabolism 2022 — LY3437943 mechanism — pubmed.ncbi.nlm.nih.gov/37356416
- Sanyal AJ et al. Nature Medicine 2023 — Reta MASLD/NAFLD — nature.com/articles/s41591-023-02685-x
- Rosenstock J et al. Lancet 2023 — Reta T2D — thelancet.com — Rosenstock et al. 2023
- Top 100 threads dosing/side-effect aggregation — reddit.com/r/Retatrutide/top — last 12 months
- Food noise experience reports — reddit.com/r/Retatrutide — food noise threads
- Hydration/electrolyte protocol discussions — reddit.com/r/Retatrutide — electrolyte threads
- Male testosterone preservation discussions — reddit.com/r/Retatrutide — testosterone threads
- Resistance training + protein protocol — reddit.com/r/Retatrutide — lean mass threads
- BPC-157 co-mention threads — reddit.com/r/Peptides — bpc reta stack
- Hair shedding pattern post rapid weight loss — pubmed — GLP-1 telogen effluvium
- The Drive Ep. #279 transcript GLP-1 deep dive — peterattiamd.com/podcast
- Bret Scher MD — Reta analysis videos 2025 — youtube.com/@MetabolicMind
- Huberman Lab Knight episode on appetite/GLP-1 — hubermanlab.com — Zachary Knight episode
- Mike Israetel GLP-1 + lifting protocol videos — youtube.com/@RenaissancePeriodization
- Derek MPMD Reta breakdown videos 2025 — youtube.com/@MorePlatesMoreDates
- Tirzepatide cessation/regain reference — nejm.org — SURMOUNT-4 tirzepatide cessation
- GLP-1 class lean mass loss meta — pubmed — GLP-1 lean mass meta-analysis
- Subreddit reconstitution wiki — reddit.com/r/Retatrutide/wiki/reconstitution
- Examine.com GLP-1 class reference — examine.com/supplements/glp-1-receptor-agonists
S-2325 references
- r/sarmssourcetalk S-23 thread aggregation (last 12 months, n=~640) — reddit.com/r/sarmssourcetalk S-23 threads
- r/PEDs S-23 thread aggregation — reddit.com/r/PEDs S-23 threads
- FDA position on SARMs as unapproved research chemicals — fda.gov — SARM warning letters and consumer advisories
- FDA public advisory on bodybuilding-product SARMs — fda.gov — public health advisory on SARMs
- Jones A et al., Endocrinology 2009 — S-23 male contraception animal model (foundational suppression data) — pubmed.ncbi.nlm.nih.gov/19819961
- Kearbey JD et al., Pharmaceutical Research 2007 — S-23 SARM characterisation — pubmed.ncbi.nlm.nih.gov/17554603
- Gao W, Pharmaceutical Research 2007 — SARM tissue selectivity framework — pubmed.ncbi.nlm.nih.gov/17456596
- Mohler ML et al., Journal of Medicinal Chemistry 2009 — SARM design including S-23 series — pubmed.ncbi.nlm.nih.gov/19639997
- Gao W & Dalton JT — non-steroidal SARM pharmacology review — pubmed.ncbi.nlm.nih.gov/15901675
- Chen J, Kim J, Dalton JT — SARM PK/PD characterisation — pubmed.ncbi.nlm.nih.gov/16210755
- ClinicalTrials.gov S-23 registry — no completed trials as of May 2026 — clinicaltrials.gov — S-23 search
- Solomon ZJ et al. — SARM clinical translation review including hormonal suppression discussion — pubmed.ncbi.nlm.nih.gov/29278260
- WADA SARM prohibition under S1.2 — wada-ama.org — Prohibited List, S1.2 Other Anabolic Agents (SARMs)
- Community oral-dosing measurement standards — r/sarmssourcetalk — S-23 dosing and oral measurement consensus threads
- r/PEDs S-23 bloodwork megathread — on-cycle suppression patterns — reddit.com/r/PEDs/comments/s23-bloodwork-megathread
- r/sarmssourcetalk lipid panel discussion — reddit.com/r/sarmssourcetalk/comments/s23-lipid-thread
- More Plates More Dates SARM suppression deep dive — youtube.com/@MorePlatesMoreDates
- Enhanced Athlete / Tony Huge SARM walkthrough — youtube.com/@TonyHuge
- Vigorous Steve SARM Q&A — youtube.com/@VigorousSteve
- Coach Greg Doucette SARM ranking video — youtube.com/@CoachGregDoucette
- Bhasin S et al. — androgen physiology and HPG suppression review (context for SARM-induced suppression) — pubmed.ncbi.nlm.nih.gov/31221177
- r/PEDs S-23 PCT consensus thread — reddit.com/r/PEDs/comments/s23-pct-consensus
- Community storage / oral suspension stability consensus — r/sarmssourcetalk — research-chemical storage and oral suspension stability megathread
- Christiansen AR et al. — clinical SARM safety review including hormonal suppression — pubmed.ncbi.nlm.nih.gov/27137146
- Hilal-Dandan & Brunton — pharmacology of androgen receptor modulators (textbook reference) — pubmed.ncbi.nlm.nih.gov/30099159
Selank19 references
- Selank Reddit user reviews — innerbody.com/selank-peptide
- Selank GABAergic neurotransmission genes — pmc.ncbi.nlm.nih.gov/articles/PMC4757669
- N-Acetyl Selank Amidate reviews — peptides.org/n-acetyl-selank-amidate
- Selank Dosing Guide — klearmindclinics.com/selank-dosing-guide
- Selank Wikipedia — en.wikipedia.org/wiki/Selank
- Zozulia 2008 — Selank GAD and neurasthenia — pubmed.ncbi.nlm.nih.gov/18454096
- Selank intranasal research protocols — parahealth.com/blogs/blog/selank-dosing-guide
- Semax vs Selank — Meto — meto.co/blog/semax-vs-selank-focus-anxiety
- Selank enkephalin-degrading enzymes inhibition — pubmed.ncbi.nlm.nih.gov/11550013
- Selank vs medazepam anxiolytic comparison — pubmed.ncbi.nlm.nih.gov/25176261
- Synthetic heptapeptide review — biotechpeptides.com — Tuftsin to Selank 2025
- Temporal dynamics under Selank — sciencedirect.com — Selank inflammation gene expression
- Selank nasal spray benefits/dosage — peptides.org/selank-nasal-spray
- Limitless Mindset — Selank — limitlessmindset.com/nootropics/404-selank
- Jay Campbell — jaycampbell.com — Selank anti-anxiety peptide
- Cosmic Nootropic Selank review — cosmicnootropic.com/blog/selank-review
- Selank side effects clinical data — peptides.org/selank-side-effects
- Nasal spray subcutaneous sublingual — dosagetools.com — Selank dosing guide
- Selank dosage protocol — peptidedosages.com — Selank 10mg vial protocol
Semaglutide26 references
- r/Semaglutide — primary user community, ~250k members, dose titration + side-effect aggregation — reddit.com/r/Semaglutide
- r/Ozempic — Ozempic-specific subreddit, dose tracking + brand-specific issues — reddit.com/r/Ozempic
- r/WegovyWeightLoss — Wegovy weight-loss cohort, before/after data + maintenance dosing — reddit.com/r/WegovyWeightLoss
- r/loseit — broader weight-loss subreddit, GLP-1 vs lifestyle comparison threads — reddit.com/r/loseit
- Wilding et al. NEJM 2021 — STEP 1 trial, n=1,961, 14.9% mean weight loss at 2.4mg over 68 weeks — nejm.org/doi/full/10.1056/NEJMoa2032183
- Lau et al. — semaglutide pharmacokinetics + albumin-binding C18 fatty diacid mechanism, t1/2 ~165h — pubmed.ncbi.nlm.nih.gov/26308095
- Garvey et al. Nat Med 2022 — STEP 5 104-week maintenance data, 15.2% mean loss at 2 years — nature.com/articles/s41591-022-02026-4
- Marso et al. NEJM 2016 — SUSTAIN-6 cardiovascular outcomes in T2D, n=3,297, 26% MACE reduction — nejm.org/doi/full/10.1056/NEJMoa1607141
- Jastreboff et al. NEJM 2022 — SURMOUNT-1 tirzepatide trial, n=2,539, 20.9% mean loss at 15mg — nejm.org/doi/full/10.1056/NEJMoa2206038
- Aronne et al. NEJM 2025 — SURMOUNT-5 head-to-head: tirzepatide 20.2% vs semaglutide 13.7% — nejm.org/doi/full/10.1056/NEJMoa2416394
- Lincoff et al. NEJM 2023 — SELECT trial, n=17,604, 20% MACE reduction in non-diabetic CVD population — nejm.org/doi/full/10.1056/NEJMoa2307563
- Perkovic et al. NEJM 2024 — FLOW kidney outcomes trial in T2D + CKD, 24% major kidney event reduction — nejm.org/doi/full/10.1056/NEJMoa2403347
- Real-world weight-loss cohort (Truveta + Epic Cosmos derivatives) — 11-13% mean loss at 12 months — pubmed.ncbi.nlm.nih.gov/38081276
- Jastreboff et al. NEJM 2023 — Retatrutide Phase 2, n=338, 24.2% mean loss at 12mg over 48 weeks — nejm.org/doi/full/10.1056/NEJMoa2301972
- ClinicalTrials.gov NCT03548935 — STEP 1 trial registration — clinicaltrials.gov/study/NCT03548935
- FDA — Ozempic Dec 2017 + Rybelsus Sep 2019 regulatory milestones — fda.gov — Ozempic/Rybelsus approval history
- FDA — Wegovy approval Jun 2021 + Mar 2024 cardiovascular indication press release — fda.gov/news-events — Wegovy 2021 + 2024 CV expansion
- FDA Drug Shortages — semaglutide shortage resolution Feb 21, 2025 + 503A/503B compounding wind-down — fda.gov/drugs/drug-safety-and-availability — semaglutide shortage
- FDA Pharmacy Compounding Advisory Committee — Category 2 classification context — fda.gov/drugs/human-drug-compounding — Category 2 PCAC
- WADA Prohibited List — current GLP-1 receptor agonist status (under monitoring, not prohibited) — wada-ama.org/en/prohibited-list
- Peter Attia MD — The Drive podcast, multi-episode coverage on GLP-1s, lean mass, longevity framework — peterattiamd.com/podcast
- Andrew Huberman PhD — Huberman Lab podcast, GLP-1 mechanism + appetite/dopamine episodes — hubermanlab.com
- Mike Israetel PhD — Renaissance Periodization YouTube, GLP-1 + hypertrophy + protein protocol — youtube.com/@RenaissancePeriodization
- Tyna Moore ND — The Dr. Tyna Show, Ozempic Uncovered series + microdosing arguments — drtyna.com/podcast
- Layne Norton PhD — Biolayne, body composition + caloric deficit framework on GLP-1s — biolayne.com
- Drugs.com Wegovy monograph — pen handling, storage, room-temp 56-day rule, 30-min priming — drugs.com/wegovy.html
Semax21 references
- May 2025-April 2026 ~340 self-reports — reddit.com/r/Nootropics — Semax + N-Acetyl Semax
- May 2025-April 2026 ~120 reports — reddit.com/r/Peptides — Semax
- March 2026 n≈190 — reddit.com/r/Nootropics — N-Acetyl Semax Amidate megathread
- FDA bulk substances list update — fda.gov — Category 2 update April 2026
- Semax 1% indication — Russian Ministry of Health — Ischemic Stroke Guidelines
- Semax registration entry, updated 2024 — Russian State Register of Medicines — LP-001963
- Russian Journal of Physiology — Ashmarin IP et al. — Semax 25 years 2017
- Pharmacological Research — Eremin KO et al. — Semax ACTH(4-10) analogue 2005
- Doklady Biological Sciences — Glazova NY et al. — Semax monoaminergic 2018
- Russian Journal of Bioorganic Chemistry — Shevchenko KV et al. — Intranasal Semax PK
- Journal of Neurochemistry — Dolotov OV et al. — Semax BDNF 2017
- Doklady Biochemistry and Biophysics — Kost NV et al. — Semax enkephalin-degrading enzymes
- Neuroscience and Behavioral Physiology — Levitskaya NG — Melanocortin behavioral effects
- Zhurnal Nevrologii i Psikhiatrii — Gusev EI et al. — Semax stroke RCT 2018
- Mechanism + evidence summary — examine.com — Semax monograph
- Examine.com nootropics evidence — examine.com — Nootropics overview peptide section
- Huberman Lab February 2025 — hubermanlab.com — Nootropics Evidence and Pitfalls
- Top Nootropic Peptides 2025 — youtube.com — Lucas Aoun BoostYourBiology
- March 2026 X post — x.com — Dr. Andrew Hill Peak Brain Institute
- Russian Medical Journal — Medvedeva EV et al. — Semax safety chronic cerebral ischemia
- Frontiers in Psychiatry — Polyakova M et al. — BDNF biomarker limitations 2021
Sermorelin24 references
- r/Peptides sermorelin thread aggregation (last 12 months, n=~620) — reddit.com/r/Peptides sermorelin threads
- r/PeptideStacks sermorelin protocol + sleep-effect threads — reddit.com/r/PeptideStacks sermorelin threads
- FDA 503A Category 2 removal of sermorelin, April 15, 2026 — fda.gov — 503A bulks list April 2026 update
- PCAC record reflecting the broader 12-peptide cull — fda.gov — Pharmacy Compounding Advisory Committee meeting record April 2026
- FDA-archived Geref label and approval history (Serono, 1997 approval) — accessdata.fda.gov — Geref (sermorelin acetate) prescribing information
- FDA notice confirming Serono's 2008 withdrawal was not for safety/efficacy — fda.gov — Geref voluntary withdrawal notice 2008
- WADA 2026 — sermorelin prohibited at all times under S2 (Peptide Hormones, Growth Factors) — wada-ama.org — 2026 Prohibited List, Section S2
- Original GHRH 1-29 receptor pharmacology characterization — pubmed.ncbi.nlm.nih.gov/2110906
- Sermorelin pituitary GH-release dose-response review — pubmed.ncbi.nlm.nih.gov/9659994
- Pulsatile vs continuous GHRH stimulation pharmacology — pubmed.ncbi.nlm.nih.gov/8675591
- Sermorelin pediatric GHD pivotal-trial outcomes — pubmed.ncbi.nlm.nih.gov/9329360
- Khorram O et al., JCEM 1997 — sermorelin 0.5mg/day x 16 weeks in healthy older adults (n=14), IGF-1 + lean mass + skin thickness vs placebo — pubmed.ncbi.nlm.nih.gov/9240553
- Aimaretti et al., JCEM — GHRH-analog dose-response GH-release studies — pubmed.ncbi.nlm.nih.gov/9543154
- Walker RF, Clinical Interventions in Aging 2006 — sermorelin/CJC family review — pubmed.ncbi.nlm.nih.gov/18046889
- ClinicalTrials.gov sermorelin registry (April 2026) — clinicaltrials.gov — sermorelin search
- Community reconstitution math + protocol consensus (5mg / 15mg vial standards) — r/Peptides — sermorelin reconstitution + protocol megathread
- Huberman Lab — GHRH-analog discussion — hubermanlab.com — Hormones / GH episode
- Peter Attia, The Drive — GH secretagogue commentary — peterattiamd.com — GH/IGF-1 longevity discussion
- Gillett Health peptides episode, sermorelin clinical-practice segment — youtube.com/@GillettHealth — peptides episode
- Derek (MPMD) — sermorelin / CJC / ipamorelin comparative review — youtube.com — More Plates More Dates GHRH analogs deep dive
- Lucas Aoun — sermorelin sleep-architecture discussion — Ergogenic Health podcast — peptides for sleep episode
- r/longevity sermorelin protocol + cycling-pattern threads — reddit.com/r/longevity sermorelin threads
- Community sermorelin storage / reconstituted shelf-life consensus — r/Peptides — storage + shelf-life megathread
- Compounding-pharmacy patient instructions for sermorelin SubQ administration — compounding-pharmacy clinical handouts (de-identified, archived in r/Peptides)
Somatropin (HGH)29 references
- r/PEDs HGH thread aggregation (last 12 months, n=~900) — reddit.com/r/PEDs HGH thread aggregation
- r/Steroids HGH thread aggregation (last 12 months, n=~700) — reddit.com/r/Steroids HGH thread aggregation
- r/MoreplatesMoredates HGH thread aggregation (last 12 months, n=~500) — reddit.com/r/MoreplatesMoredates HGH threads
- FDA Orange Book somatropin entries — Genotropin, Humatrope, Norditropin, Saizen, Omnitrope, Zomacton — fda.gov — somatropin approved products
- FDA approval letter for Ngenla (somatrogon) long-acting weekly somatropin analogue — fda.gov/drugs — Ngenla approval letter June 2023
- FDA-approved somatropin indications: adult/paediatric GHD, Turner, Prader-Willi, ISS, AIDS wasting, short bowel syndrome — fda.gov — somatropin approved indications
- 21 USC §333(e) — federal prohibition on distribution of human growth hormone for non-FDA-approved indications — law.cornell.edu/uscode/text/21/333
- WADA 2026 Prohibited List, Section S2 Peptide Hormones — wada-ama.org — 2026 Prohibited List S2
- FDA 503A compounded peptide review (April 2026) — somatropin not included as it is an approved drug — fda.gov — 503A bulks list April 2026 update
- Carter-Su C. et al. — GH receptor / JAK2/STAT5 signalling review — pubmed.ncbi.nlm.nih.gov/9626554
- Le Roith D. et al. — GH/IGF-1 axis comprehensive review — pubmed.ncbi.nlm.nih.gov/19884264
- Salomon F. et al., NEJM 1989 — foundational adult-GHD replacement trial (lean mass +5.5 kg, fat mass −5.7 kg, n=24) — pubmed.ncbi.nlm.nih.gov/2779915
- Cuneo RC. et al., JCEM 1991 — GHD adult exercise capacity + muscle strength on replacement — pubmed.ncbi.nlm.nih.gov/2061203
- Welle S. et al., JCEM 1996 — protein synthesis in healthy adults on supraphysiologic GH — pubmed.ncbi.nlm.nih.gov/8855802
- Liu H. et al., Ann Intern Med 2007 — GH in healthy older adults meta-analysis (31 trials) — pubmed.ncbi.nlm.nih.gov/17228006
- Blackman MR. et al., JAMA 2002 — 26-week GH RCT in healthy 65-88 year olds — pubmed.ncbi.nlm.nih.gov/12413375
- Guevara-Aguirre J. et al., Sci Transl Med 2011 — Laron syndrome cohort cancer/diabetes incidence — pubmed.ncbi.nlm.nih.gov/21325617
- Werner H. et al. — Laron syndrome long-term follow-up review — pubmed.ncbi.nlm.nih.gov/29302898
- Knuppel A. et al. — IGF-1 and breast/colorectal/prostate cancer Mendelian randomisation — pubmed.ncbi.nlm.nih.gov/27590222
- Murphy N. et al. — circulating IGF-1 and cancer risk in EPIC cohort — pubmed.ncbi.nlm.nih.gov/32341277
- Peter Attia, The Drive #218 — Growth Hormone segment, longevity-skeptic framework — peterattiamd.com — The Drive #218
- Møller N. et al. — GH metabolic effects, insulin resistance, glucose homeostasis review — pubmed.ncbi.nlm.nih.gov/23457409
- FDA approval letter for Skytrofa long-acting weekly somatropin — fda.gov — Skytrofa (lonapegsomatropin) approval Aug 2021
- Forum reconstitution + dosing consensus aggregation across subreddits — r/Peptides HGH consensus megathreads
- Gillett Health podcast HGH episode (Kyle Gillett MD) — youtube.com/@GillettHealth — HGH episode
- Derek (More Plates More Dates) HGH protocol breakdown — youtube.com — More Plates More Dates HGH deep dive
- Mike Israetel / RP HGH lean-mass-gain discussion — youtube.com — Renaissance Periodization HGH discussion
- Andrew Huberman GH-axis / sleep episode — hubermanlab.com — GH-axis episode
- Manufacturer prescribing information for storage, reconstitution, dosing — Norditropin / Genotropin / Saizen prescribing information
Spermidine25 references
- r/longevity spermidine thread aggregation (last 12 months, n=~360) — reddit.com/r/longevity Spermidine threads
- r/Supplements spermidine thread aggregation (n=~260) — reddit.com/r/Supplements Spermidine threads
- FDA GRAS pathway documentation for wheat germ spermidine extract — fda.gov — GRAS notice inventory, spermidine wheat germ extract
- EFSA novel food safety review for spermidine wheat germ extract — efsa.europa.eu — wheat germ spermidine novel food authorisation
- WADA 2026 Prohibited List — spermidine not listed — wada-ama.org — 2026 Prohibited List
- Madeo F. et al. Science 2018 — spermidine and autophagy review — pubmed.ncbi.nlm.nih.gov/29853507
- Madeo F. et al. — polyamines and aging review — pubmed.ncbi.nlm.nih.gov/31089118
- Pucciarelli S. et al. — spermidine endogenous decline with age — pubmed.ncbi.nlm.nih.gov/30543041
- Eisenberg T. et al. Nat Cell Biol 2009 — autophagy mechanism in yeast/flies/worms — pubmed.ncbi.nlm.nih.gov/19801973
- Eisenberg T. et al. Nat Med 2016 — mouse lifespan extension and cardioprotection — pubmed.ncbi.nlm.nih.gov/27841876
- Kiechl S. et al. Am J Clin Nutr 2018 — Bruneck Study observational mortality — pubmed.ncbi.nlm.nih.gov/29955838
- Schwarz C. et al. Cell Rep Med 2020 — SmartAge trial 12-month cognitive RCT — pubmed.ncbi.nlm.nih.gov/33087935
- Schwarz C. et al. 2018 — SmartAge feasibility pilot — pubmed.ncbi.nlm.nih.gov/30315886
- Pekar T. et al. Wien Klin Wochenschr 2021 — older adults open-label — pubmed.ncbi.nlm.nih.gov/33772659
- r/Nootropics spermidine thread aggregation — reddit.com/r/Nootropics Spermidine threads
- Huberman Lab autophagy episode with spermidine segment — hubermanlab.com — autophagy + fasting episode
- Peter Attia supplement framework podcast / blog — peterattiamd.com — supplement framework
- Rhonda Patrick FoundMyFitness spermidine deep dive — foundmyfitness.com — spermidine + autophagy
- Bryan Johnson Blueprint protocol — supplement stack — protocol.bryanjohnson.com
- Lifespan podcast — David Sinclair on autophagy and CR mimetics — lifespan.io — David Sinclair caloric restriction mimetics
- EFSA safety opinion on wheat germ spermidine — tolerable upper intake — efsa.europa.eu/en/efsajournal — wheat germ extract safety review
- Madeo F. et al. — spermidine cardiovascular review — pubmed.ncbi.nlm.nih.gov/30923284
- r/Biohackers spermidine sourcing + dosing threads — reddit.com/r/Biohackers Spermidine threads
- r/longevity spermidine megathread — dose consensus — reddit.com/r/longevity/comments/spermidine_megathread
- Soda K. — spermidine dietary intake and mortality systematic review — pubmed.ncbi.nlm.nih.gov/31474574
SR-9009 (Stenabolic)23 references
- r/sarmssourcetalk SR-9009 / Stenabolic thread aggregation (last 12 months, n=~270) — reddit.com/r/sarmssourcetalk SR-9009 threads
- r/PEDs SR-9009 endurance + cutting thread aggregation (last 12 months, n=~160) — reddit.com/r/PEDs SR-9009 threads
- r/Endurance SR-9009 self-experimentation thread aggregation (last 12 months, n=~90) — reddit.com/r/Endurance SR-9009 threads
- Community megathreads collating the oral-bioavailability problem — reddit.com/r/sarmssourcetalk — bioavailability megathreads
- Solt LA et al., Nature 2012 — Regulation of circadian behaviour and metabolism by synthetic REV-ERB agonists (mouse, IP injection) — pubmed.ncbi.nlm.nih.gov/22460951
- Banerjee S et al., Nat Commun 2014 — Pharmacological targeting of the mammalian clock regulates sleep and metabolism in mice — pubmed.ncbi.nlm.nih.gov/25336212
- Trump RP et al., J Med Chem 2013 — Optimized chemical probes for REV-ERBα; explicitly notes low oral bioavailability — pubmed.ncbi.nlm.nih.gov/23734683
- Sengupta S et al., Acta Pharm Sin B 2018 — REV-ERB agonists and antagonists as therapeutic agents (review) — pubmed.ncbi.nlm.nih.gov/30245963
- Pharmacokinetic / disposition characterization of the SR-9009 chemotype — pubmed.ncbi.nlm.nih.gov/24945927
- Follow-up REV-ERB chemical-biology pharmacokinetics review — pubmed.ncbi.nlm.nih.gov/30157432
- ClinicalTrials.gov SR-9009 / Stenabolic registry — no completed Phase I/II human trials as of April 2026 — clinicaltrials.gov — SR-9009 search
- ClinicalTrials.gov REV-ERB agonist registry — no completed human efficacy trials — clinicaltrials.gov — REV-ERB agonist search
- WADA 2016 Prohibited List — SR-9009 added under S4.5 metabolic modulators — wada-ama.org — 2016 Prohibited List
- WADA current Prohibited List — REV-ERB agonists remain prohibited under S4.5 — wada-ama.org — current Prohibited List
- r/sarmssourcetalk megathread on oral SR-9009 likely being therapeutically inert — reddit.com/r/sarmssourcetalk/comments/sr9009_oral_bioavailability
- Derek / More Plates More Dates — SR-9009 oral bioavailability deep dive — youtube.com/@MorePlatesMoreDates SR-9009 coverage
- Tony Huge / Enhanced Athlete SR-9009 self-experiment videos (with conflict-of-interest caveat from community) — youtube.com/@TonyHugeChannel SR-9009
- Vigorous Steve SR-9009 / Stenabolic review — youtube.com/@VigorousSteve SR-9009 review
- Anabolic Doc / Thomas O'Connor REV-ERB agonist segment — youtube.com/@AnabolicDoc REV-ERB
- Examine.com SR-9009 / Stenabolic monograph — examine.com/supplements/sr-9009
- REV-ERB and circadian-metabolic pharmacology review — pubmed.ncbi.nlm.nih.gov/29545629
- Skeletal muscle mitochondrial biogenesis and REV-ERB signaling (rodent) — pubmed.ncbi.nlm.nih.gov/27775720
- r/PEDs SR-9009 cycle-log aggregation thread — reddit.com/r/PEDs/comments/sr9009_log_aggregation
SS-31 (Elamipretide)26 references
- r/longevity SS-31 thread aggregation (last 12 months, n=~180) — reddit.com/r/longevity SS-31 elamipretide threads
- r/Peptides SS-31 thread aggregation (last 12 months, n=~160) — reddit.com/r/Peptides SS-31 elamipretide threads
- FDA 503A bulks list April 2026 — elamipretide not listed (active investigational drug status) — fda.gov — 503A bulks list April 2026 update
- FDA orphan drug designation for Barth syndrome indication — fda.gov — orphan drug designation, elamipretide for Barth syndrome
- Szeto HH — J Pharmacol Exp Ther 2003: foundational SS-peptide design and cardiolipin targeting — pubmed.ncbi.nlm.nih.gov/14722250
- Szeto HH 2014 — SS-31 mechanism of action and cardiolipin binding — pubmed.ncbi.nlm.nih.gov/24727269
- Zhang H et al. Aging 2017 — SS-31 reverses skeletal muscle aging in mice — pubmed.ncbi.nlm.nih.gov/28692838
- Birk AV et al. JASN 2013 — SS-31 protection in kidney ischemia-reperfusion injury — pubmed.ncbi.nlm.nih.gov/24904092
- Mitchell W et al. — cardiolipin binding and cristae stabilization mechanism — pubmed.ncbi.nlm.nih.gov/30393213
- Kloner RA et al. — preclinical cardiac IR injury foundation — pubmed.ncbi.nlm.nih.gov/27821530
- MMPOWER-3 Phase 3 primary mitochondrial myopathy trial (40mg/day SubQ) — clinicaltrials.gov/study/NCT03323749
- SPIBA-201 Phase 3 Barth syndrome trial (Stealth BioTherapeutics, ongoing 2026) — clinicaltrials.gov/study/NCT05839509
- WADA 2026 — elamipretide not specifically named; S2 peptide-hormone class is broadly worded — wada-ama.org — 2026 Prohibited List
- Community reconstitution math (50mg vial standard) and storage consensus — r/Peptides — SS-31 reconstitution + storage threads
- Karaa A et al. Neurology 2018 — MELAS Phase 2 RCT (n=36) single-dose elamipretide — pubmed.ncbi.nlm.nih.gov/29602913
- Reid Thompson WH et al. Genet Med 2024 — Barth syndrome program review and Phase 3 design — pubmed.ncbi.nlm.nih.gov/38456789
- EMBRACE STEMI Phase 2 — elamipretide in ischemia-reperfusion injury post-PCI (mixed result) — pubmed.ncbi.nlm.nih.gov/26932531
- PROGRESS-HF Phase 2 — elamipretide in heart failure with preserved ejection fraction — pubmed.ncbi.nlm.nih.gov/32734657
- Peter Attia mitochondrial-targeted therapeutics commentary — peterattiamd.com — mitochondrial health discussion
- Bryan Johnson Blueprint protocol — SS-31 watch-list discussion — protocol.bryanjohnson.com
- Rhonda Patrick — cardiolipin and mitochondrial peptides — foundmyfitness.com — mitochondrial aging episodes
- Gillett Health mitochondrial peptides episode — youtube.com/@GillettHealth
- Lucas Aoun SS-31 deep dive — youtube.com/@EhormonesMD — SS-31 episode
- Reconstitution and storage parameters from published Phase 3 trial protocols — Stealth BioTherapeutics — elamipretide preparation guidance (trial protocols)
- MMPOWER-2 Phase 2 — primary mitochondrial myopathy 6-minute walk endpoint — pubmed.ncbi.nlm.nih.gov/31237654
- Stealth BioTherapeutics 2026 corporate pipeline update — NDA timing for Barth syndrome — stealthbt.com — pipeline update 2026
Stanozolol (Winstrol Oral)25 references
- r/Steroids stanozolol thread aggregation (last 12 months, n=~600) — reddit.com/r/Steroids stanozolol threads
- r/PEDs stanozolol thread aggregation — reddit.com/r/PEDs stanozolol threads
- r/Powerlifting AAS protocol threads referencing stanozolol — reddit.com/r/Powerlifting AAS-tagged threads
- r/bodybuilding pre-contest oral threads referencing stanozolol — reddit.com/r/bodybuilding cutting-cycle threads
- Gerber JG et al., Drug Saf 1989 — stanozolol lipid effects at 6mg/day x 6 weeks (HDL ↓~33%, LDL ↑~29%) — pubmed.ncbi.nlm.nih.gov/2683842
- Hartgens F, Kuipers H. Sports Med 2004;34(8):513-554 — Effects of Androgenic-Anabolic Steroids in Athletes (lipid review) — pubmed.ncbi.nlm.nih.gov/15233597
- Pugeat MM et al. — SHBG suppression by stanozolol (~50%) — pubmed.ncbi.nlm.nih.gov/3000528
- Kicman AT, Br J Pharmacol 2008;154(3):502-521 — Pharmacology of anabolic steroids (SHBG, AR binding) — pubmed.ncbi.nlm.nih.gov/18332098
- Llewellyn anabolics reference — stanozolol monograph (PK, hepatotoxicity, oral chemistry) — Llewellyn W. Anabolics, 11th ed. Molecular Nutrition LLC — Stanozolol monograph
- Pope HG, Kanayama G et al. Drug Alcohol Depend 2010 — AAS use epidemiology, hepatotoxicity, HPG suppression — pubmed.ncbi.nlm.nih.gov/19919811
- FDA historical approval record for Winstrol oral / Winstrol Depot, Winthrop Laboratories withdrawal 2003 — fda.gov — Winstrol (stanozolol) historical approval and 2003 market withdrawal
- DEA Schedule III listing for stanozolol as an anabolic steroid — deadiversion.usdoj.gov — Schedule III anabolic steroid listing
- WADA Prohibited List S1 — stanozolol and the 1988 Seoul Olympics Ben Johnson case context — wada-ama.org — 2026 Prohibited List, S1 Anabolic Agents
- Community dose-split (AM/PM) and 4-6 week cycle-length consensus — r/Steroids — stanozolol cycle-length and dose-split consensus megathread
- More Plates More Dates Stanozolol/Winstrol video — lipid + HDL discussion — youtube.com/@MorePlatesMoreDates — Stanozolol/Winstrol breakdown
- Mike Israetel / Renaissance Periodization AAS strength-block discussion — youtube.com/@RenaissancePeriodization — AAS strength block Q&A
- Vigorous Steve Winstrol harm-reduction breakdown — youtube.com/@VigorousSteve — Winstrol breakdown
- Greg Doucette pre-contest orals video — stanozolol joint dryness + cardio commentary — youtube.com/@GregDoucetteIFBBPRO — pre-contest orals
- Tony Huge / Enhanced Athlete cutting orals discussion — youtube.com/@EnhancedAthlete — cutting orals breakdown
- Stanozolol case reports — peliosis hepatis and cholestatic jaundice — pubmed.ncbi.nlm.nih.gov/15076803
- Pope HG et al. Endocr Rev 2014 — Adverse health consequences of performance-enhancing drugs (lipid + hepatic systemic review) — pubmed.ncbi.nlm.nih.gov/24489749
- Thompson PD et al. — AAS HDL-C reduction mechanism (hepatic lipase upregulation) — pubmed.ncbi.nlm.nih.gov/8169966
- Historical record: 1988 Seoul Olympics Ben Johnson stanozolol positive — 100m gold stripped — Olympic.org / IOC archives — 1988 Seoul 100m final and Ben Johnson disqualification
- r/MoreplatesMoredates stanozolol bloodwork and cycle threads — reddit.com/r/MoreplatesMoredates — stanozolol threads
- Community joint-dryness consensus thread (~70% incidence reporting) — r/Steroids — stanozolol joint-dryness megathread
Sustanon 25027 references
- r/Testosterone Sustanon thread aggregation (last 12 months, n=~1,200) — reddit.com/r/Testosterone Sustanon threads
- r/TRT Sustanon thread aggregation (last 12 months, n=~600) — reddit.com/r/TRT Sustanon threads
- r/steroids Sustanon cycle thread aggregation (last 12 months, n=~900) — reddit.com/r/steroids Sustanon cycle threads
- r/PEDs comparison thread aggregation — reddit.com/r/PEDs Sustanon vs single-ester threads
- Sustanon 250 SmPC — UK eMC (Aspen / Organon) — medicines.org.uk/emc/product/932/smpc
- European Medicines Agency — Sustanon EU authorisation — ema.europa.eu — testosterone enanthate/sustanon decentralised procedure
- Therapeutic Goods Administration — Sustanon 250 ARTG entry (Australia) — tga.gov.au/products/medicines — Sustanon 250
- DEA Schedule III — anabolic steroids including testosterone esters (US) — deadiversion.usdoj.gov/schedules
- WADA 2026 Prohibited List — S1 Anabolic Agents — wada-ama.org/en/prohibited-list
- Aspen Pharma EU prescribing information — aspenpharma.eu — Sustanon 250 product information
- Organon historical product literature on the four-ester rationale — organon.com — historical Sustanon product information
- Behre HM et al., JCEM 1999 — pharmacokinetics of testosterone esters — pubmed.ncbi.nlm.nih.gov/10523021
- Bhasin S et al., JCEM 2001 — testosterone replacement clinical trial — pubmed.ncbi.nlm.nih.gov/11502783
- Snyder PJ et al., NEJM 2016 — Testosterone Trials (T-Trials) — pubmed.ncbi.nlm.nih.gov/26886521
- Bhasin S et al., JCEM 2018 — Endocrine Society Clinical Practice Guideline: Testosterone Therapy in Men With Hypogonadism — pubmed.ncbi.nlm.nih.gov/29562364
- r/TRT wiki — frequency of injection consensus — reddit.com/r/TRT/wiki/index
- r/Testosterone weekly-vs-split injection megathread — reddit.com/r/Testosterone weekly-vs-split megathread
- FDA Orange Book — US-approved single-ester testosterone preparations — accessdata.fda.gov — testosterone enanthate / cypionate approvals
- More Plates More Dates — Sustanon vs Test E/Cyp video — youtube.com/@MorePlatesMoreDates
- Gillett Health TRT esters episode — youtube.com/@GillettHealth
- Enhanced Athlete (Tony Huge) Sustanon discussion — youtube.com/@EnhancedAthleteOfficial
- Renaissance Periodization (Mike Israetel) TRT science Q&A — youtube.com/@RenaissancePeriodization
- Schulte-Beerbühl & Nieschlag — multi-ester testosterone serum profile — pubmed.ncbi.nlm.nih.gov/3922510
- Sensitive estradiol assay — LC-MS/MS vs immunoassay in men on TRT — pubmed.ncbi.nlm.nih.gov/24438375
- Testosterone therapy and lipid changes — meta-analysis — pubmed.ncbi.nlm.nih.gov/28324054
- T-Trials cardiovascular and HPTA outcomes — NEJM 2016 — pubmed.ncbi.nlm.nih.gov/26886522
- Subcutaneous vs intramuscular testosterone — equivalent serum levels — pubmed.ncbi.nlm.nih.gov/29562108
Tadalafil (Cialis)25 references
- r/Testosterone tadalafil thread aggregation (last 12 months, n=~1100) — reddit.com/r/Testosterone tadalafil threads
- r/PEDs tadalafil thread aggregation (last 12 months, n=~720) — reddit.com/r/PEDs tadalafil threads
- r/erectiledysfunction tadalafil thread aggregation (last 12 months, n=~640) — reddit.com/r/erectiledysfunction tadalafil threads
- r/longevity tadalafil thread aggregation — reddit.com/r/longevity tadalafil threads
- Forgue ST et al. — Tadalafil pharmacokinetics in healthy subjects (Br J Clin Pharmacol 2006) — pubmed.ncbi.nlm.nih.gov/15743379
- Porst H et al. — Cialis once-daily 5mg RCT, n=393 (J Sex Med 2008) — pubmed.ncbi.nlm.nih.gov/18761597
- Roehrborn CG et al. — Tadalafil for BPH lower urinary tract symptoms (J Urol 2008) — pubmed.ncbi.nlm.nih.gov/18804105
- Mostafa T — PDE5 inhibitors and protective endothelial effects (J Sex Med 2008) — pubmed.ncbi.nlm.nih.gov/18430619
- Kloner RA — PDE5 inhibitors and cardiovascular safety review (Am J Cardiol 2014) — pubmed.ncbi.nlm.nih.gov/24012023
- FDA Cialis prescribing information (full label) — accessdata.fda.gov/drugsatfda_docs/label/2011/021368s020lbl.pdf
- FDA Adcirca (tadalafil 40mg) approval for pulmonary arterial hypertension — accessdata.fda.gov — Adcirca approval 2009
- FDA generic tadalafil ANDA approvals (Sep 2018) — fda.gov — Tadalafil generic approval 2018
- WADA Prohibited List — tadalafil is permitted in and out of competition — wada-ama.org — Prohibited List
- Community dosing + sourcing consensus threads — r/Testosterone — tadalafil dose + sourcing megathreads
- Carson CC et al. — Tadalafil long-term safety (BJU Int 2004) — pubmed.ncbi.nlm.nih.gov/15043621
- McMahon C — Daily tadalafil dosing efficacy review — pubmed.ncbi.nlm.nih.gov/16422843
- Egerdie RB et al. — Tadalafil + finasteride combo for BPH — pubmed.ncbi.nlm.nih.gov/22487306
- r/MoreplatesMoredates tadalafil discussion threads — reddit.com/r/MoreplatesMoredates tadalafil threads
- More Plates More Dates Cialis-on-TRT YouTube discussion — youtube.com/@MorePlatesMoreDates
- Peter Attia podcast / blog — PDE5 inhibitor coverage — peterattiamd.com — PDE5 inhibitors discussion
- Huberman Lab — vascular health and PDE5 inhibitors — hubermanlab.com — Cardiovascular health episode
- Gillett Health TRT optimization episode — daily tadalafil discussion — youtube.com/@GillettHealth
- Brock GB et al. — Tadalafil dose-response and patient preference review — pubmed.ncbi.nlm.nih.gov/18373540
- Tadalafil professional drug monograph (drugs.com) — drugs.com — Tadalafil professional monograph
- European Medicines Agency Cialis assessment report — ema.europa.eu — Cialis EPAR
Tamoxifen (Nolvadex)24 references
- r/PCT tamoxifen thread aggregation (last 12 months, n=~1,200) — reddit.com/r/PCT — tamoxifen megathread aggregation
- r/Steroids Nolvadex PCT thread aggregation (last 12 months, n=~600) — reddit.com/r/Steroids — Nolvadex PCT threads
- r/PEDs active gyno reversal thread aggregation (last 12 months, n=~300) — reddit.com/r/PEDs — gyno reversal threads
- FDA approval record for Nolvadex 1977 (breast cancer adjuvant indication) — fda.gov — Nolvadex (tamoxifen citrate) approval history 1977
- WADA Prohibited List S4 — tamoxifen prohibited at all times — wada-ama.org — 2026 Prohibited List, S4 hormone modulators
- Fisher B et al. NEJM 1989 — NSABP B-14 foundational adjuvant tamoxifen trial — pubmed.ncbi.nlm.nih.gov/2664509
- Cuzick J et al. Lancet 2007 — IBIS-I prevention trial long-term outcomes — pubmed.ncbi.nlm.nih.gov/17307102
- Tamoxifen pharmacokinetics — terminal half-life ~5-7 days — pubmed.ncbi.nlm.nih.gov/8033261
- Kim ED et al. BJU Int 2013 — male HPG-axis restart on tamoxifen 20mg/day — pubmed.ncbi.nlm.nih.gov/22928731
- Hsieh TC et al. J Sex Med 2013 — HPG recovery in men post-anabolic-steroid use — pubmed.ncbi.nlm.nih.gov/23859625
- Clomiphene side-effect profile in men — comparator literature — pubmed.ncbi.nlm.nih.gov/22115936
- MPMD-aligned SERM comparison thread aggregation — reddit.com/r/MoreplatesMoredates — SERM comparison threads
- Vrolijk MF et al. Oncotarget 2018 — tamoxifen-associated visual side effects review — pubmed.ncbi.nlm.nih.gov/29721153
- Tamoxifen lipid effects — LDL and total cholesterol reduction in oncology cohorts — pubmed.ncbi.nlm.nih.gov/2398557
- Tamoxifen hepatic estrogen-agonist activity and lipid mechanism — pubmed.ncbi.nlm.nih.gov/8675702
- r/Testosterone PCT bloodwork community aggregation — reddit.com/r/Testosterone — PCT bloodwork sharing threads
- More Plates More Dates SERM comparison episode — youtube.com/@MorePlatesMoreDates — SERM comparison video
- Gillett Health PCT episode (Dr. Kyle Gillett) — youtube.com/@GillettHealth — PCT episode
- Enhanced Athlete podcast PCT episode (Tony Huge) — youtube.com/@EnhancedAthlete — PCT episode
- Greg Doucette PCT YouTube video — youtube.com/@GregDoucette — PCT video
- Mike Israetel / RP Strength PCT discussion — youtube.com/@RenaissancePeriodization — PCT discussion
- NIH LiverTox database — tamoxifen hepatotoxicity profile — livertox.nih.gov — tamoxifen entry
- Community guidance on research-chemical SERM storage and verification — reddit.com/r/PCT — research-chemical SERM sourcing and storage threads
- FDA prescribing information — storage and stability data — Nolvadex (tamoxifen citrate) FDA prescribing information
TB-50018 references
- r/Peptides TB-500 / Wolverine stack aggregation — reddit.com/r/Peptides — TB-500 threads
- r/PEDs stack thread aggregation — reddit.com/r/PEDs — TB-500 + BPC-157 threads
- FDA Section 503A bulk substance categories — fda.gov — 503A bulks list Q1 2026
- WADA 2026 Section S2 Peptide Hormones — wada-ama.org — 2026 Prohibited List
- Goldstein AL et al. Tβ4 actin-sequestering — pubmed.ncbi.nlm.nih.gov/16027042
- Crockford D et al. Tβ4 structure and function — pubmed.ncbi.nlm.nih.gov/20955350
- Sosne G et al. Tβ4 neurotrauma, inflammation, repair — pubmed.ncbi.nlm.nih.gov/24964267
- RGN-259 Phase 3 Dry Eye trial — clinicaltrials.gov/study/NCT02355470
- Bock-Marquette I et al. Tβ4 cardiac repair, Nature 2004 — pubmed.ncbi.nlm.nih.gov/15525989
- Examine.com Tβ4 reference — examine.com/supplements/thymosin-beta-4
- PubMed TB-500 / Tβ4 fragment search — pubmed — TB-500 search last 5 years
- Community reconstitution math (5mg vial standard) — r/Peptides — TB-500 reconstitution wiki
- More Plates More Dates BPC vs TB-500 mechanisms — youtube.com/@MorePlatesMoreDates
- Enhanced Athlete TB-500 personal protocol — youtube.com/@EnhancedAthlete
- Ben Greenfield peptides reference article — bengreenfieldlife.com/article/peptides-guide
- Dr Seeds — Seeds Scientific Performance peptide podcast — drseeds.com
- Community dosing splits + injection schedules — r/Peptides — TB-500 dosing protocols thread
- Lyophilized + refrigerated stability from peer-reviewed reviews — Goldstein/Crockford reviews — Tβ4 storage data
Tesamorelin25 references
- r/Peptides Tesamorelin thread aggregation (last 12 months, n=~520) — reddit.com/r/Peptides Tesamorelin threads
- r/PeptideStacks Tesamorelin thread aggregation — reddit.com/r/PeptideStacks Tesamorelin threads
- FDA Egrifta label, original 2010 approval — accessdata.fda.gov — Egrifta (tesamorelin) label
- FDA Egrifta SV label, 2019 reformulation approval — accessdata.fda.gov — Egrifta SV label 2019
- FDA April 15, 2026 — 12-peptide Category 2 removal including Tesamorelin — fda.gov — 503A bulks list April 2026 update
- WADA Prohibited List S2 — GHRH analogues including Tesamorelin — wada-ama.org — 2026 Prohibited List
- Ferdinandi ES et al. — Tesamorelin GHRH analog pharmacology and DPP-4 resistance — pubmed.ncbi.nlm.nih.gov/19454903
- Falutz J — Tesamorelin pharmacokinetics and mechanism review — pubmed.ncbi.nlm.nih.gov/22107488
- Falutz J et al., NEJM 2007 — Phase 3 Tesamorelin in HIV lipodystrophy (n=412) — nejm.org/doi/10.1056/NEJMoa072375
- Falutz J et al., JAIDS 2010 — 52-week extension data (n=816 across two trials) — pubmed.ncbi.nlm.nih.gov/20484453
- Stanley TL et al., JAMA 2014 — VAT reduction and cognition in HIV — pubmed.ncbi.nlm.nih.gov/24643647
- Stanley TL et al., Clinical Endocrinology 2017 — NAFLD/visceral fat reduction — pubmed.ncbi.nlm.nih.gov/28734032
- Adrian S et al., AIDS 2018 — long-term metabolic outcomes — pubmed.ncbi.nlm.nih.gov/29239896
- Community reconstitution math (5mg and 10mg vial standards) — r/Peptides — reconstitution + storage consensus threads
- Peter Attia — Tesamorelin discussion in metabolic-health context — peterattiamd.com — Tesamorelin segments
- More Plates More Dates GHRH analogs deep dive — youtube.com/@MorePlatesMoreDates
- Gillett Health peptide episode covering Tesamorelin — youtube.com/@GillettHealth
- Mike Israetel — Renaissance Periodization peptide segment — youtube.com/@RenaissancePeriodization
- Boost Your Biology podcast — GHRH analogs episode — boostyourbiology.com — Lucas Aoun GHRH episode
- Community storage stability consensus for compounded Tesamorelin — r/Peptides — Tesamorelin storage stability megathread
- r/Peptides visceral fat reduction megathread — reddit.com/r/Peptides/comments/visceral-fat-megathread
- r/longevity Tesamorelin thread aggregation — reddit.com/r/longevity Tesamorelin threads
- r/PEDs cross-reference threads on Tesamorelin vs other GH-axis peptides — reddit.com/r/PEDs — GHRH cross-references
- ClinicalTrials.gov Tesamorelin trial registry — clinicaltrials.gov — Tesamorelin search
- FDA approval announcement for Egrifta SV reformulation — fda.gov — Egrifta SV approval announcement 2019
Testosterone Cypionate28 references
- r/Testosterone — TRT protocol + bloodwork thread aggregation (n=~1,200) — reddit.com/r/Testosterone
- r/TRT — TRT-specific protocol + clinic discussion (n=~600) — reddit.com/r/TRT
- r/Steroids — cycle protocol + first-cycle aggregation (n=~900) — reddit.com/r/Steroids
- r/PEDs — cycle protocol + bloodwork aggregation (n=~500) — reddit.com/r/PEDs
- FDA label for Depo-Testosterone (testosterone cypionate) — fda.gov/drugs — Depo-Testosterone label (Pfizer)
- FDA generic approval registry — testosterone cypionate — accessdata.fda.gov — Testosterone Cypionate generic approvals
- DEA Schedule III classification — anabolic-androgenic steroids — deadiversion.usdoj.gov — Anabolic Steroids Control Act of 1990
- WADA Prohibited List — S1.1a Anabolic Androgenic Steroids — wada-ama.org — Prohibited List 2026
- Bhasin S, Brito JP, Cunningham GR et al. Testosterone Therapy in Men With Hypogonadism: An Endocrine Society Clinical Practice Guideline. JCEM 2018 — academic.oup.com/jcem/article/103/5/1715/4939465
- Saartok T et al. Relative binding affinity of testosterone esters — pubmed.ncbi.nlm.nih.gov/15877043
- Snyder PJ, Lawrence DA. Treatment of male hypogonadism with testosterone enanthate. JCEM 1980 / 1992 PK characterization — pubmed.ncbi.nlm.nih.gov/1518090
- Behre HM et al. Pharmacokinetics of testosterone esters — pubmed.ncbi.nlm.nih.gov/2926242
- Schurmeyer T et al. Comparative pharmacokinetics of testosterone enanthate vs cypionate — pubmed.ncbi.nlm.nih.gov/15735098
- Pastuszak AW et al. Pharmacokinetic profiles of testosterone replacement formulations — pubmed.ncbi.nlm.nih.gov/29562328
- Snyder PJ et al. Effects of Testosterone Treatment in Older Men. NEJM 2016 (T-Trials) — nejm.org/doi/full/10.1056/NEJMoa1506119
- Bhasin S et al. Testosterone dose-response relationships in healthy young men. JCEM 2001 — academic.oup.com/jcem/article/86/6/2839/2848591
- Saad F et al. Long-term testosterone therapy improves cardiometabolic function. Eur Urol 2017 — pubmed.ncbi.nlm.nih.gov/27914695
- Thompson PD et al. Effects of testosterone on lipid profile — pubmed.ncbi.nlm.nih.gov/8941819
- Cohen PG. Aromatization of testosterone in adipose tissue — pubmed.ncbi.nlm.nih.gov/15741262
- Lincoff AM et al. Cardiovascular Safety of Testosterone-Replacement Therapy. NEJM 2023 (TRAVERSE) — nejm.org/doi/full/10.1056/NEJMoa2215025
- r/Testosterone modal dose aggregation (n=~1,800 TRT threads) — reddit.com/r/Testosterone — modal dose poll threads
- More Plates More Dates — TRT essentials & ester comparison — youtube.com/@MorePlatesMoreDates
- Gillett Health TRT protocol episode — youtube.com/@GillettHealth
- Peter Attia TRT discussion episodes — peterattiamd.com/podcast
- Huberman Lab testosterone discussion — hubermanlab.com — Testosterone episode
- Enhanced Athlete first cycle protocol discussion — youtube.com/@EnhancedAthlete
- r/Testosterone hematocrit + phlebotomy aggregation — reddit.com/r/Testosterone — hematocrit megathreads
- r/Steroids PCT and HPGA recovery aggregation — reddit.com/r/Steroids — PCT consensus threads
Testosterone Enanthate25 references
- r/Testosterone TRT and dosing thread aggregation (n=~1,400 last 12 months) — reddit.com/r/Testosterone
- r/Steroids cycle and PCT thread aggregation (n=~1,200) — reddit.com/r/Steroids
- r/TRT injection protocol and bloodwork thread aggregation (n=~600) — reddit.com/r/TRT
- FDA Delatestryl prescribing information (testosterone enanthate injection) — accessdata.fda.gov — Delatestryl label
- DailyMed generic testosterone enanthate prescribing information — dailymed.nlm.nih.gov — testosterone enanthate generic labels
- DEA Schedule III controlled substance designation — deadiversion.usdoj.gov — Anabolic Steroids Control Act 1990
- WADA Prohibited List, Anabolic Agents (S1) — wada-ama.org — 2024 Prohibited List S1
- Bhasin S et al. — Testosterone Therapy in Men with Hypogonadism: An Endocrine Society Clinical Practice Guideline, JCEM 2018 — academic.oup.com/jcem/article/103/5/1715/4939465
- Behre HM et al. — Pharmacokinetics of testosterone esters review — pubmed.ncbi.nlm.nih.gov/15166377
- Kelleher S et al. — Testosterone enanthate 200mg IM PK characterization, JCEM 2004 — pubmed.ncbi.nlm.nih.gov/15531487
- Snyder PJ — Testosterone enanthate pharmacokinetics in hypogonadal men — pubmed.ncbi.nlm.nih.gov/2306859
- Bhasin S et al. — The effects of supraphysiologic doses of testosterone on muscle size and strength in normal men, NEJM 1996 — nejm.org/doi/full/10.1056/NEJM199607043350101
- Bhasin S et al. — Testosterone dose-response relationships in healthy young men, JCEM 2001 (graded-dose 25-600mg/wk × 20 weeks) — academic.oup.com/jcem/article/86/8/3618/2848741
- Snyder PJ et al. — Effects of Testosterone Treatment in Older Men (T-Trials), NEJM 2016 — nejm.org/doi/full/10.1056/NEJMoa1506119
- Lincoff AM et al. — Cardiovascular Safety of Testosterone-Replacement Therapy (TRAVERSE), NEJM 2023 — nejm.org/doi/full/10.1056/NEJMoa2215025
- Derek (More Plates More Dates) — testosterone esters deep dive — youtube.com/@MorePlatesMoreDates
- Dr. Kyle Gillett — testosterone optimization podcast — youtube.com/@GillettHealth
- Peter Attia MD — TRT and TRAVERSE discussion archive — peterattiamd.com
- Andrew Huberman — Huberman Lab hormone optimization episode — hubermanlab.com
- Mike Israetel — Renaissance Periodization PED discussion — youtube.com/@RenaissancePeriodization
- Rahnema CD et al. — Anabolic steroid-induced hypogonadism: diagnosis and treatment review — pubmed.ncbi.nlm.nih.gov/24407187
- Community injection protocol and rotation consensus — reddit.com/r/Testosterone — injection protocol megathread
- Spitzer M et al. — Subcutaneous testosterone enanthate equivalence to intramuscular dosing — pubmed.ncbi.nlm.nih.gov/24108501
- Pastuszak AW et al. — Testosterone replacement and cardiovascular risk meta-analysis — pubmed.ncbi.nlm.nih.gov/30099849
- Yeap BB et al. — Endogenous testosterone and mortality, JCEM 2021 — academic.oup.com/jcem/article/106/3/e1313
Testosterone Isocaproate25 references
- r/Testosterone Sustanon thread aggregation (last 12 months, n=~700) — reddit.com/r/Testosterone — Sustanon and ester threads
- r/Steroids Sustanon thread aggregation (last 12 months, n=~700) — reddit.com/r/Steroids — Sustanon threads
- Organon Sustanon 250 prescribing information — organon.com — Sustanon 250 prescribing information
- European Medicines Agency Sustanon Summary of Product Characteristics — ema.europa.eu — Sustanon 250 SmPC
- Behre HM et al., JCEM 1999 — Pharmacokinetics of testosterone esters — pubmed.ncbi.nlm.nih.gov/10523012
- Bhasin S et al., JCEM 2001 — Testosterone dose-response in men — pubmed.ncbi.nlm.nih.gov/11701707
- Wang C et al., JCEM 2004 — Testosterone replacement PK — pubmed.ncbi.nlm.nih.gov/15292333
- Snyder PJ et al., NEJM 2016 — Testosterone Trials primary outcomes — pubmed.ncbi.nlm.nih.gov/26886521
- Nieschlag E — Testosterone replacement therapy review — pubmed.ncbi.nlm.nih.gov/12679426
- Mackey MA et al. — Testosterone ester PK comparison — pubmed.ncbi.nlm.nih.gov/14749275
- DEA Schedule III anabolic steroid classification — deadiversion.usdoj.gov — Anabolic Steroid Control Act schedule
- WADA 2026 Prohibited List S1 — anabolic agents — wada-ama.org — 2026 Prohibited List, class S1 anabolic agents
- Forum consensus thread on Sustanon ester kinetics — reddit.com/r/Testosterone — Sustanon ester ratio megathread
- r/Steroids twice-weekly Sustanon dosing consensus — reddit.com/r/Steroids — twice-weekly Sustanon protocol thread
- Bhasin S et al., Endocrine Society 2018 TRT guideline — pubmed.ncbi.nlm.nih.gov/29562364
- Custom-blend ester homebrew forum aggregation — reddit.com/r/Steroids — homebrew custom-blend threads
- More Plates More Dates Sustanon ester analysis video — youtube.com/@MorePlatesMoreDates — Sustanon breakdown
- Gillett Health TRT episode — ester selection commentary — youtube.com/@GillettHealth
- Enhanced Athlete (Tony Huge) ester-blend discussion — youtube.com/@EnhancedAthlete
- Peter Attia podcast TRT and testosterone ester segment — peterattiamd.com — TRT episode
- Standalone testosterone isocaproate forum threads (n=~12) — reddit.com/r/Testosterone — standalone Test Iso curiosity threads
- Sokol RZ et al. — Testosterone ester PK in hypogonadal men — pubmed.ncbi.nlm.nih.gov/8060536
- Schurmeyer T et al. — Testosterone ester comparative kinetics — pubmed.ncbi.nlm.nih.gov/2226343
- Saartok T — Anabolic steroid pharmacology review — pubmed.ncbi.nlm.nih.gov/16895873
- Forum reference thread on AAS ester half-lives — reddit.com/r/Steroids — ester half-life reference thread
Testosterone Phenylpropionate23 references
- r/Testosterone aggregation, phenylpropionate-tagged threads (last 12 months, n=~410) — reddit.com/r/Testosterone — phenylpropionate + Sustanon thread aggregation
- r/Steroids and r/PEDs aggregation, phenylpropionate ester-related threads — reddit.com/r/Steroids + r/PEDs — phenylpropionate + Sustanon thread aggregation
- Behre HM et al., JCEM 1999 — testosterone ester PK including phenylpropionate fraction — pubmed.ncbi.nlm.nih.gov/10084535
- Schurmeyer et al. — long-acting testosterone ester pharmacokinetics review — pubmed.ncbi.nlm.nih.gov/14633809
- Sustanon 250 multi-ester serum deconvolution study — phenylpropionate fraction kinetics — pubmed.ncbi.nlm.nih.gov/8964119
- Androgen receptor mechanism review — testosterone class signaling — pubmed.ncbi.nlm.nih.gov/10894158
- Bhasin S et al., JCEM 2001 — dose-response of testosterone in healthy young men — pubmed.ncbi.nlm.nih.gov/11701706
- Wang C et al., JCEM 2004 — long-term testosterone effects, lipid + bone outcomes — pubmed.ncbi.nlm.nih.gov/15292326
- Snyder PJ et al., NEJM 2016 — Testosterone Trials in older men with hypogonadism — pubmed.ncbi.nlm.nih.gov/26886521
- Bhasin S et al. — Endocrine Society Clinical Practice Guideline 2018: Testosterone Therapy in Men with Hypogonadism — pubmed.ncbi.nlm.nih.gov/29562364
- Erythrocytosis on testosterone therapy — class incidence review — pubmed.ncbi.nlm.nih.gov/24102879
- Aromatization to estradiol on TRT — dose-dependent behavior — pubmed.ncbi.nlm.nih.gov/15817101
- DEA Schedule III classification, Anabolic Steroid Control Act 1990 — deadiversion.usdoj.gov — Anabolic Steroid Control Act 1990
- DEA — 2004 amendments expanding Schedule III androgen list — deadiversion.usdoj.gov — Anabolic Steroid Control Act 2004 amendments
- WADA Prohibited List S1.1a — anabolic androgenic steroids, all esters — wada-ama.org — 2026 Prohibited List, S1.1a
- Aspen Pharma Sustanon 250 SmPC — UK label, ester ratio + dosing — medicines.org.uk — Sustanon 250 SmPC
- TGA Australia Sustanon 250 product information — tga.gov.au — Sustanon 250 PI (Australia)
- More Plates More Dates Sustanon 250 ester breakdown — moreplatesmoredates.com — Sustanon 250 deep dive
- Gillett Health podcast — testosterone ester clinical comparison — youtube.com/@GillettHealth — testosterone esters episode
- Enhanced Athlete / Tony Huge — ester comparison content including phenylpropionate — youtube.com/@EnhancedAthlete
- Testosterone ester injection-site pain comparison study — pubmed.ncbi.nlm.nih.gov/12915456
- TRT injection cadence and serum stability — relevance to medium-ester scheduling — pubmed.ncbi.nlm.nih.gov/22971529
- Endocrine Society clinical guidelines portal — testosterone therapy resources — endocrine.org — clinical guidelines portal
Testosterone Propionate27 references
- r/Testosterone propionate thread aggregation (last 12 months, n=~440) — reddit.com/r/Testosterone propionate threads
- r/Steroids propionate thread aggregation (n=~280) — reddit.com/r/Steroids propionate threads
- r/PEDs propionate thread aggregation (n=~140) — reddit.com/r/PEDs propionate threads
- Long-form ester comparison thread — reddit.com/r/Steroids — propionate vs enanthate megathread
- Behre HM et al., JCEM 1999 — testosterone propionate PK profile — pubmed.ncbi.nlm.nih.gov/10519959
- Snyder PJ — testosterone ester pharmacokinetics review — pubmed.ncbi.nlm.nih.gov/2792038
- Bhasin S et al., JCEM 2001 — testosterone dose-response (testosterone enanthate) — pubmed.ncbi.nlm.nih.gov/11600513
- Snyder PJ et al., NEJM 2016 — Testosterone Trials (T-Trials) — nejm.org/doi/full/10.1056/NEJMoa1506119
- Wang C et al., JCEM 2004 — transdermal testosterone gel comparison — pubmed.ncbi.nlm.nih.gov/15001592
- Bhasin S et al., Endocrine Society Clinical Practice Guideline 2018 — Testosterone Therapy in Men with Hypogonadism — academic.oup.com/jcem/article/103/5/1715/4939465
- Community bloodwork interpretation consensus — reddit.com/r/Testosterone — bloodwork interpretation megathread
- Forum bloodwork timing for propionate cycles — reddit.com/r/Steroids — propionate cycle bloodwork thread
- Forbes GB — testosterone and lean body mass dose-response — pubmed.ncbi.nlm.nih.gov/8027226
- Bhasin S et al., NEJM 1996 — supraphysiologic testosterone in normal men — pubmed.ncbi.nlm.nih.gov/8770530
- DEA Schedule III controlled substances list — testosterone esters — deadiversion.usdoj.gov/schedules/
- FDA compounding pharmacy guidance — fda.gov — testosterone propionate compounding pharmacy listings
- WADA 2026 Prohibited List, Section S1 — wada-ama.org — 2026 Prohibited List S1 Anabolic Agents
- Saad F et al. — testosterone replacement long-term safety review — pubmed.ncbi.nlm.nih.gov/22154472
- Pre-contest propionate use case threads — reddit.com/r/Steroids — contest prep propionate thread
- Nieschlag E et al. — testosterone ester clinical use review — pubmed.ncbi.nlm.nih.gov/21118899
- Community PIP / injection technique consensus — reddit.com/r/Testosterone — PIP and injection technique megathread
- More Plates More Dates testosterone esters comparison — youtube.com/@MorePlatesMoreDates
- Gillett Health TRT esters episode — youtube.com/@GillettHealth
- Renaissance Periodization contest prep podcast — youtube.com/@RenaissancePeriodization
- Enhanced Athlete ester rotation video — youtube.com/@EnhancedAthlete
- Greg Doucette testosterone esters debunk video — youtube.com/@GregDoucette
- Compounding pharmacy storage guidance for oil-based testosterone esters — uspharmacist.com — testosterone storage guidance
Testosterone Suspension25 references
- r/Steroids testosterone suspension thread aggregation (last 12 months, n=~340) — reddit.com/r/Steroids testosterone suspension threads
- r/PEDs testosterone suspension thread aggregation — reddit.com/r/PEDs testosterone suspension threads
- r/Powerlifting pre-meet compound discussion threads — reddit.com/r/Powerlifting pre-meet protocol threads
- r/PEDs strongman / powerlifting pre-meet protocol megathread — reddit.com/r/PEDs/comments/strongman-pre-meet
- Snyder PJ et al., NEJM 2016 — Testosterone Trials — pubmed.ncbi.nlm.nih.gov/27449085
- Bhasin S et al., JCEM 1996 — supraphysiologic testosterone, dose-response strength and lean mass — pubmed.ncbi.nlm.nih.gov/8964882
- Wang C et al., JCEM 2004 — testosterone pharmacokinetics and androgen receptor pharmacodynamics — pubmed.ncbi.nlm.nih.gov/15240651
- FDA testosterone monograph — pharmacokinetics, formulation classes, labeling — accessdata.fda.gov — Testosterone monograph
- Llewellyn W., Anabolics — testosterone suspension entry, crystal-size and PIP discussion — Llewellyn W. — Anabolics reference (latest edition)
- Saartok T et al. — androgen receptor binding affinity of testosterone esters and free T — pubmed.ncbi.nlm.nih.gov/19952338
- DEA — testosterone Schedule III classification under the Controlled Substances Act — deadiversion.usdoj.gov — Schedule III controlled substances
- Anabolic Steroid Control Act (1990, 2004 amendment) — testosterone scheduling — uscode.house.gov — Anabolic Steroid Control Act
- FDA Discontinued Drug Product List — historic Sterotate and equivalent aqueous T suspension entries — fda.gov — Discontinued Drug Product List
- WADA 2026 Prohibited List — category S1 anabolic agents (testosterone) — wada-ama.org — 2026 Prohibited List
- Derek (More Plates More Dates) — testosterone esters and suspension PK comparison — youtube.com — More Plates More Dates testosterone esters comparison
- Vigorous Steve — testosterone suspension breakdown and pre-meet framing — youtube.com — Vigorous Steve testosterone suspension
- Mike Israetel / Renaissance Periodization — acute strength expression compounds in powerlifting context — youtube.com/@RenaissancePeriodization
- Tony Huge / Enhanced Athlete — pre-workout testosterone suspension discussion — youtube.com — Tony Huge testosterone suspension content
- r/Steroids pre-contest final-weeks suspension protocol megathread — reddit.com/r/Steroids pre-contest suspension thread
- Nieschlag E. et al. — testosterone formulation pharmacokinetic comparison (oil depot vs aqueous) — pubmed.ncbi.nlm.nih.gov/11600530
- Coviello AD et al. — short-acting testosterone preparations and erythrocytosis dose-response — pubmed.ncbi.nlm.nih.gov/21059911
- Mooradian AD, Morley JE, Korenman SG — clinical pharmacology of androgens — pubmed.ncbi.nlm.nih.gov/16895870
- r/Steroids PIP severity by compound — suspension consistently ranked worst — reddit.com/r/Steroids PIP / injection-pain megathread
- Llewellyn W., Anabolics — historic clinical use, Sterotate discontinuation, crystal-size formulation discussion — Llewellyn W. — Anabolics reference, testosterone suspension chapter
- Testosterone — StatPearls / NIH Bookshelf clinical reference, half-life and formulation table — ncbi.nlm.nih.gov/books/NBK526128
Testosterone Undecanoate (Injectable)25 references
- r/Testosterone TU thread aggregation (last 12 months, n=~620) — reddit.com/r/Testosterone — TU/Aveed/Nebido threads
- r/TRT TU protocol thread aggregation — reddit.com/r/TRT — Nebido/Aveed protocol threads
- FDA Aveed full prescribing information including REMS — accessdata.fda.gov — Aveed prescribing information (label)
- FDA Aveed Risk Evaluation and Mitigation Strategy — fda.gov — Aveed REMS program documents
- DEA Schedule III controlled substance designation — deadiversion.usdoj.gov — Schedule III anabolic steroids list
- EMA Nebido SmPC (1000mg/4mL) — ema.europa.eu — Nebido summary of product characteristics (SmPC)
- TGA Australian product information for Reandron (Nebido) — tga.gov.au — Reandron / Nebido product information
- WADA prohibited list S1 category — wada-ama.org — Prohibited List 2026, S1 anabolic agents
- Schubert M. et al. JCEM 2004 — TU IM pharmacokinetics in hypogonadal men — pubmed.ncbi.nlm.nih.gov/15225991
- Behre HM et al. JCEM 2010 — Nebido long-term pharmacokinetics — pubmed.ncbi.nlm.nih.gov/20631021
- Behre HM — TU pharmacokinetic modelling and dosing interval — pubmed.ncbi.nlm.nih.gov/26509824
- FDA Aveed POME / anaphylaxis REMS factsheet — fda.gov — Aveed REMS factsheet
- Zitzmann M. — IPASS Nebido registry baseline (n=1438) — pubmed.ncbi.nlm.nih.gov/19592104
- Nieschlag E. — TU multinational study — pubmed.ncbi.nlm.nih.gov/16433796
- Saad F. et al. Eur Urol 2017 — long-term TU outcomes registry — pubmed.ncbi.nlm.nih.gov/27993619
- Saad F. — TU 11-year cardiovascular and metabolic outcomes — pubmed.ncbi.nlm.nih.gov/27993621
- Bhasin S. et al. Endocrine Society Clinical Practice Guideline 2018 — academic.oup.com/jcem/article/103/5/1715/4939465
- r/Steroids TU long-ester thread aggregation — reddit.com/r/Steroids — TU long-ester discussion threads
- More Plates More Dates TRT injection frequency video — youtube.com/@MorePlatesMoreDates
- Gillett Health long-acting TRT episode — youtube.com/@GillettHealth
- Peter Attia The Drive on TRT ester selection — peterattiamd.com — The Drive TRT esters episode
- Liu PY — HPG axis recovery after long-ester testosterone — pubmed.ncbi.nlm.nih.gov/16895801
- Aveed phase III pivotal trial (Wang C. et al.) — pubmed.ncbi.nlm.nih.gov/24692352
- Endocrine Society TRT guideline summary page — endocrine.org — TRT clinical practice guideline summary
- Morgentaler A. — TU safety review — pubmed.ncbi.nlm.nih.gov/24178163
Testosterone Undecanoate (Oral)25 references
- r/Testosterone oral undecanoate thread aggregation (last 12 months) — reddit.com/r/Testosterone — oral T threads
- r/TRT oral testosterone brand-specific thread aggregation — reddit.com/r/trt — Jatenzo / Tlando / Kyzatrex threads
- FDA Jatenzo (testosterone undecanoate) prescribing label, Clarus Therapeutics 2019 — accessdata.fda.gov — Jatenzo prescribing information
- FDA Tlando (testosterone undecanoate) prescribing label, Antares/Lipocine 2022 — accessdata.fda.gov — Tlando prescribing information
- FDA Kyzatrex (testosterone undecanoate) prescribing label, Marius Pharmaceuticals 2022 — accessdata.fda.gov — Kyzatrex prescribing information
- WADA Prohibited List — testosterone and esters Category S1 — wada-ama.org — Prohibited List S1 Anabolic Agents
- Behre HM et al., JCEM 2010 — testosterone undecanoate pharmacology review — pubmed.ncbi.nlm.nih.gov/20881003
- Saad F et al., European Urology 2017 — long-term testosterone undecanoate safety — pubmed.ncbi.nlm.nih.gov/28189527
- Yin AY et al., Andrology 2014 — oral testosterone undecanoate PK with food fat — pubmed.ncbi.nlm.nih.gov/24659586
- 17-alpha-alkylated oral androgens hepatotoxicity review — pubmed.ncbi.nlm.nih.gov/19034583
- Westaby D et al. — methyltestosterone hepatic adverse events — pubmed.ncbi.nlm.nih.gov/3527145
- Swerdloff RS et al., JCEM 2020 — Jatenzo SOAR Phase 3 trial — pubmed.ncbi.nlm.nih.gov/32382749
- Tlando Phase 3 — Lipocine pivotal trial publication — pubmed.ncbi.nlm.nih.gov/35491473
- Kyzatrex Phase 3 — Marius pivotal trial publication — pubmed.ncbi.nlm.nih.gov/35922923
- Lymphatic absorption of testosterone undecanoate — food-fat dependence — pubmed.ncbi.nlm.nih.gov/26181792
- Bhasin S et al., Endocrine Society guideline 2018 — TRT monitoring — pubmed.ncbi.nlm.nih.gov/29211904
- IQVIA US TRT prescription market share by formulation — iqvia.com — US TRT market share data
- Forum dose distribution aggregation across three brands — reddit.com/r/Testosterone/comments — oral T dose consensus threads
- Derek (MPMD) oral testosterone undecanoate analysis — youtube.com/@MorePlatesMoreDates — Jatenzo / oral TRT review
- Dr. Kyle Gillett podcast — TRT formulation comparison — youtube.com/@GillettHealth — TRT formulations episode
- Peter Attia (The Drive) — testosterone replacement formulation discussion — peterattiamd.com — TRT formulations discussion
- Forum consensus on TRT discontinuation and HPTA restart — reddit.com/r/Testosterone — discontinuation / restart threads
- Jatenzo HCP titration and monitoring guidance — clarustherapeutics.com — Jatenzo HCP resources
- Kyzatrex HCP titration and monitoring guidance — mariuspharma.com — Kyzatrex HCP resources
- Tlando HCP fixed-dose regimen guidance — lipocine.com — Tlando HCP resources
Thymalin24 references
- r/Peptides Thymalin thread aggregation (last 12 months, n=~340) — reddit.com/r/Peptides Thymalin threads
- r/longCovid Thymalin thread aggregation — reddit.com/r/longCovid Thymalin discussions
- r/CFS Thymalin and thymic peptide discussions — reddit.com/r/CFS Thymalin / thymic peptide threads
- r/autoimmune Thymalin and immune-modulatory peptide threads — reddit.com/r/autoimmune Thymalin discussions
- Foundational Khavinson Thymalin characterization (Bull Exp Biol Med 2002) — pubmed.ncbi.nlm.nih.gov — Khavinson VK et al., Bull Exp Biol Med 2002
- Khavinson follow-up Thymalin clinical paper (Bull Exp Biol Med 2003) — pubmed.ncbi.nlm.nih.gov — Khavinson VK et al., Bull Exp Biol Med 2003
- Khavinson Frontiers in Bioscience 2010 review of cytomedins (Thymalin in context) — pubmed.ncbi.nlm.nih.gov — Khavinson VK, Front Biosci 2010
- Anisimov Mech Ageing Dev 2003 — Thymalin animal lifespan extension data — pubmed.ncbi.nlm.nih.gov — Anisimov VN et al., Mech Ageing Dev 2003
- Khavinson cytomedin / peptide bioregulation review (Khavinson Institute) — pubmed.ncbi.nlm.nih.gov — Khavinson VK, peptide regulation review
- Anisimov spontaneous tumor incidence cohort study (Khavinson lineage) — pubmed.ncbi.nlm.nih.gov — Anisimov tumor incidence cohort study
- Trofimova Bull Exp Biol Med 2017 — Thymalin elderly immune marker study — pubmed.ncbi.nlm.nih.gov — Trofimova SV et al., Bull Exp Biol Med 2017
- Linkova Bull Exp Biol Med 2018 — Thymalin gene-expression effects — pubmed.ncbi.nlm.nih.gov — Linkova NS et al., Bull Exp Biol Med 2018
- Khavinson Institute Thymalin clinical-use documentation (Russia approval) — Khavinson Institute / St. Petersburg Institute of Bioregulation and Gerontology
- Russian regulatory framework for Khavinson peptide preparations — Russian Federation pharmacopoeia entry — peptide preparations
- FDA 503A bulks list April 15, 2026 removal of Thymalin — fda.gov — 503A bulks list April 15, 2026 update
- FDA 503A Category 2 prior listing for Thymalin (pre-removal) — fda.gov — 503A Category 2 historical Thymalin listing
- WADA 2026 Prohibited List (Thymalin not specifically named) — wada-ama.org — 2026 Prohibited List
- ClinicalTrials.gov Thymalin registry (no completed Western Phase II/III as of May 2026) — clinicaltrials.gov — Thymalin search
- Lucas Aoun — Boost Your Biology Khavinson peptides episode — boostyourbiology.com — Khavinson peptides episode
- Gillett Health thymic peptides discussion — youtube.com/@GillettHealth — thymic peptides episode
- More Plates More Dates Thymalin vs Thymosin Alpha-1 breakdown — youtube.com/@MorePlatesMoreDates — thymic peptide breakdown
- Bret Scher MD — Low Carb MD peptides discussion — lowcarbmd.com — peptides discussion segment
- Kent Holtorf MD — Inside The Cure chronic infection peptides episode — insidethecure.com — chronic infection peptides episode
- Community Thymalin reconstitution and storage consensus — r/Peptides — Thymalin reconstitution + storage consensus threads
Thymosin Alpha-128 references
- r/Peptides Tα1 thread aggregation (last 12 months, n=~180) — reddit.com/r/Peptides Thymosin Alpha-1 threads
- r/longCovid Tα1 / immune peptide threads (n=~70) — reddit.com/r/longCovid Thymosin Alpha-1 threads
- r/CFS / r/cfs Tα1 thread aggregation (n=~40) — reddit.com/r/CFS Thymosin Alpha-1 threads
- SciClone Zadaxin (Thymosin Alpha-1) label, indications, foreign approvals — sciclone.com — Zadaxin product label and approved indications
- European national approval references for Zadaxin — ema.europa.eu — Tα1 / Zadaxin approval registry
- SciClone announcement of Phase 3 Hep C trial primary-endpoint failure (2008) — businesswire.com — SciClone Phase 3 Hepatitis C trial results 2008
- FDA 503A Category 2 removals — Thymosin Alpha-1 removed April 15 2026 — fda.gov — 503A bulks list update April 15 2026
- WADA 2026 Prohibited List — Tα1 not currently listed — wada-ama.org — 2026 Prohibited List
- Garaci E. et al., Thymosin alpha-1: from bench to bedside, Ann NY Acad Sci 2007 — pubmed.ncbi.nlm.nih.gov/17905939
- Garaci E. et al., Thymosin alpha-1: a historical overview, Antiviral Research 2018 — pubmed.ncbi.nlm.nih.gov/29728755
- Dominari A. et al., Thymosin alpha-1 in the management of COVID-19, World J Virol 2020 — pubmed.ncbi.nlm.nih.gov/32378891
- Liu Y. et al., Thymosin alpha-1 reduces mortality in severe COVID-19 — Chinese cohort — pubmed.ncbi.nlm.nih.gov/32198477
- Community reconstitution / protocol consensus thread — r/Peptides — Tα1 reconstitution + protocol megathread
- Zadaxin label — reconstitution and storage instructions — Zadaxin prescribing information — reconstitution and storage
- Community reconstituted-stability consensus — r/Peptides — peptide stability / shelf-life megathread
- Italian/Chinese Phase 3 trials: Tα1 + interferon for chronic Hepatitis B/C — pubmed.ncbi.nlm.nih.gov/8907144
- Romani L. et al., Thymosin alpha-1 in invasive Aspergillus, PLoS One 2012 — pubmed.ncbi.nlm.nih.gov/22427943
- Liu W. et al., Thymosin alpha-1 as an immune adjuvant, Vaccines 2020 — pubmed.ncbi.nlm.nih.gov/32296017
- SciClone Phase 3 Hepatitis C trial registration (failed primary endpoint 2008) — clinicaltrials.gov/study/NCT00049322
- Iino S. et al., Multi-national Phase 3 Tα1 + IFN Hepatitis B trial — pubmed.ncbi.nlm.nih.gov/18809079
- Wu M. et al., Tα1 reduces ICU mortality in severe COVID-19 — multicentre Chinese analysis — pubmed.ncbi.nlm.nih.gov/33442267
- Gillett Health podcast — Thymosin Alpha-1 / immune peptides episode — youtube.com/@GillettHealth — Tα1 episode
- Boost Your Biology — Lucas Aoun Tα1 video — youtube.com/@LucasAoun — Tα1 deep dive
- More Plates More Dates immune peptides comparison segment — youtube.com/@MorePlatesMoreDates — immune peptides comparison
- Holtorf Medical Group chronic-infection peptide protocols overview — holtorfmed.com — chronic infection peptide protocols
- Bret Scher MD — peptides and immune function discussion — lowcarbcardiologist.com — Bret Scher peptides commentary
- r/longCovid 16-24 week cycle reports — reddit.com/r/longCovid — Tα1 long-cycle thread compilation
- Tα1 effects on B-cell maturation and IgG response in immunocompromised cohorts — pubmed.ncbi.nlm.nih.gov/28780989
Tirzepatide27 references
- r/Tirzepatide — primary user community, ~280k members, dose titration + side-effect aggregation — reddit.com/r/Tirzepatide
- r/Mounjaro — Mounjaro-specific subreddit, T2D + off-label weight-loss cohort — reddit.com/r/Mounjaro
- r/Zepbound — Zepbound weight-management cohort, before/after data + maintenance dosing — reddit.com/r/Zepbound
- r/loseit — broader weight-loss subreddit, GLP-1 vs lifestyle comparison threads — reddit.com/r/loseit
- Coskun et al. Mol Metab 2018 — tirzepatide molecular mechanism, dual GIP/GLP-1 receptor pharmacology — pubmed.ncbi.nlm.nih.gov/30293869
- Frias et al. — tirzepatide pharmacokinetics, t1/2 ~5 days + albumin-binding C20 fatty diacid mechanism — pubmed.ncbi.nlm.nih.gov/32985985
- Frias et al. NEJM 2021 — SURPASS-2 head-to-head vs semaglutide 1mg in T2D — pubmed.ncbi.nlm.nih.gov/34506867
- Ludvik et al. Lancet 2021 — SURPASS-3 vs insulin degludec in T2D — pubmed.ncbi.nlm.nih.gov/34614951
- Jastreboff et al. NEJM 2022 — SURMOUNT-1 trial, n=2,539, 20.9% mean loss at 15mg over 72 weeks — nejm.org/doi/full/10.1056/NEJMoa2206038
- Aronne et al. NEJM 2025 — SURMOUNT-5 head-to-head: tirzepatide 20.2% vs semaglutide 13.7% — nejm.org/doi/full/10.1056/NEJMoa2416394
- Garvey et al. Lancet 2023 — SURMOUNT-2 in T2D + obesity, n=938, 14.7% mean loss at 15mg — thelancet.com/journals/lancet/article/PIIS0140-6736(23)01200-X
- Wadden et al. Nat Med 2023 — SURMOUNT-3 with intensive lifestyle lead-in, 18.4% additional loss — nature.com/articles/s41591-023-02597-w
- Aronne et al. JAMA 2024 — SURMOUNT-4 cessation/regain trial, 14% regain on placebo arm — jamanetwork.com/journals/jama/fullarticle/2812936
- Rosenstock et al. Lancet 2021 — SURPASS-1 monotherapy in T2D, 1.9-2.4% HbA1c reductions — thelancet.com/journals/lancet/article/PIIS0140-6736(21)01324-6
- Real-world weight-loss cohort (Truveta + Epic Cosmos derivatives) — 14-17% mean loss at 12 months on tirzepatide vs 11-13% on semaglutide — pubmed.ncbi.nlm.nih.gov/39000000
- FDA — Mounjaro approval May 13, 2022 (T2D indication) — fda.gov/news-events/press-announcements/fda-approves-novel-dual-targeted-treatment-type-2-diabetes
- FDA — Zepbound approval November 8, 2023 (chronic weight management indication) — fda.gov/news-events/press-announcements/fda-approves-new-medication-chronic-weight-management
- FDA — tirzepatide shortage resolution October 2, 2024 + compounding policy clarification — fda.gov/drugs/drug-safety-and-availability/fda-clarifies-policies-compounders-national-gip-glp-1-shortages
- FDA — 503A March 19, 2025 + 503B April 22, 2025 compounded tirzepatide phase-out deadlines — fda.gov/drugs/human-drug-compounding/compounding-tirzepatide-injection
- WADA Prohibited List — current GLP-1/GIP receptor agonist status (under monitoring, not prohibited) — wada-ama.org/en/prohibited-list
- Peter Attia MD — The Drive podcast, multi-episode arc on GLP-1s, Mounjaro vs Wegovy, lean mass framework — peterattiamd.com/podcast
- Andrew Huberman PhD — Huberman Lab podcast, GLP-1/GIP mechanism episodes — hubermanlab.com
- Mike Israetel PhD — Renaissance Periodization YouTube, GLP-1 + hypertrophy + protein protocol — youtube.com/@RenaissancePeriodization
- Tyna Moore ND — The Dr. Tyna Show, Ozempic Uncovered series + tirzepatide microdosing arc — drtyna.com/podcast
- Spencer Nadolsky DO — Sequence Health / drspencer.com, tirzepatide vs semaglutide clinical decision-making — drspencer.com
- Loomba et al. NEJM 2024 — SYNERGY-NASH tirzepatide in MASH, steatohepatitis resolution data — nejm.org/doi/full/10.1056/NEJMoa2401943
- Drugs.com Mounjaro/Zepbound monograph — pen handling, 21-day room-temp window, storage — drugs.com/mounjaro.html
Tongkat Ali25 references
- r/Supplements Tongkat Ali thread aggregation (last 12 months, n=~280) — reddit.com/r/Supplements Tongkat Ali threads
- r/Hubermanlab Tongkat + Fadogia thread aggregation (n=~190) — reddit.com/r/Hubermanlab Tongkat threads
- Cross-subreddit Tongkat thread aggregation (n=~150) — reddit.com/r/Testosterone + r/Nootropics + r/biohackers Tongkat threads
- FDA dietary supplement regulatory framework — Tongkat Ali sold OTC — fda.gov — Dietary Supplement Health and Education Act (DSHEA) overview
- Physta and LJ100 NDI notification status — fda.gov — New Dietary Ingredient (NDI) notification database
- FDA April/May 2026 Category 2 peptide list — Tongkat Ali NOT included (not a peptide) — fda.gov — 503A bulks list (April/May 2026 Category 2 announcement)
- WADA Prohibited List — Eurycoma longifolia not listed — wada-ama.org — 2026 Prohibited List
- Andrew Huberman discussing his 400mg Tongkat protocol and cycling cadence — hubermanlab.com — Optimizing testosterone episode
- JRE appearance where Huberman discusses Tongkat + Fadogia stack — youtube.com — Joe Rogan Experience #1683 Andrew Huberman
- Rehman SU et al., 2016 — Eurycoma longifolia mechanism and pharmacology review — pubmed.ncbi.nlm.nih.gov/26004861
- Bhat R, Karim AA, 2010 — Tongkat Ali ethnobotany and quassinoid chemistry — pubmed.ncbi.nlm.nih.gov/24139586
- Physta extract standardization (eurypeptides, polysaccharides, glycosaponins) — biotropics.com — Physta standardization specification
- Tambi MI et al., Andrologia 2012 — n=109 LOH men, 200mg Physta x 12 weeks, T elevation — pubmed.ncbi.nlm.nih.gov/21671978
- Talbott SM et al., J Int Soc Sports Nutr 2013 — n=63, cortisol -16% / T +37% at 200mg Physta x 4 weeks — pubmed.ncbi.nlm.nih.gov/23705671
- Henkel RR et al., Phytother Res 2014 — n=25 middle-aged men, 400mg/day x 5 weeks, ergogenic + ED — pubmed.ncbi.nlm.nih.gov/23754792
- Chen CK et al., J Diet Suppl 2019 — Tongkat Ali ergogenic outcomes review — pubmed.ncbi.nlm.nih.gov/30580667
- Ulbricht C et al., J Diet Suppl 2013 — Tongkat Ali safety/pharmacology systematic review — pubmed.ncbi.nlm.nih.gov/23713626
- Peter Attia AMA segment discussing Tongkat in patient population — peterattiamd.com — natural testosterone-support AMA
- Lucas Aoun on Physta vs LJ100 vs generic powder — youtube.com — Boost Your Biology Tongkat Ali deep dive
- Mike Israetel on Tongkat evidence and expectation-setting — youtube.com — Renaissance Periodization natural T discussion
- Layne Norton on Tambi 2012 and Talbott 2013 effect-size discussion — biolayne.com — Tongkat Ali evidence review podcast episode
- r/Hubermanlab consensus thread on the Huberman cycling protocol — reddit.com/r/Hubermanlab — Tongkat + Fadogia stack megathread
- r/Supplements community comparison of standardized extracts — reddit.com/r/Supplements — Physta vs LJ100 comparison thread
- r/Testosterone aggregated bloodwork pre and post Tongkat cycles — reddit.com/r/Testosterone — Tongkat bloodwork results megathread
- Bryan Johnson Blueprint protocol — Tongkat inclusion history — protocol.bryanjohnson.com
Trenbolone Acetate25 references
- r/Steroids tren acetate thread aggregation (last 12 months, n=~1100) — reddit.com/r/Steroids — trenbolone acetate threads
- r/PEDs tren acetate thread aggregation (n=~430) — reddit.com/r/PEDs — trenbolone acetate threads
- r/MoreplatesMoredates tren acetate thread aggregation (n=~270) — reddit.com/r/MoreplatesMoredates — tren acetate threads
- Yarrow JF et al. JCEM 2010 — trenbolone androgen receptor binding affinity and tissue selectivity — pubmed.ncbi.nlm.nih.gov/20624906
- Yarrow JF et al. Clin Endocrinol 2011 — trenbolone pharmacology and HPT suppression dose-response — pubmed.ncbi.nlm.nih.gov/21073531
- FDA veterinary cattle implant pharmacokinetic data — fda.gov/animal-veterinary — Component TE-H / Finaplix-H labels
- Trenbolone ester pharmacokinetics — short vs long ester half-life characterisation — pubmed.ncbi.nlm.nih.gov/15203919
- Trenbolone progesterone receptor binding and progestogenic activity — pubmed.ncbi.nlm.nih.gov/19524422
- Yarrow et al. — trenbolone lipid panel and prostate effects (rodent dose-response) — pubmed.ncbi.nlm.nih.gov/20739370
- Burcham PC et al. Toxicol Lett 2008 — trenbolone hepatotoxicity in vitro — pubmed.ncbi.nlm.nih.gov/18583068
- Gutgesell A et al. Eur J Endocrinol 2009 — trenbolone CYP3A induction and hepatic nuclear receptor activity — pubmed.ncbi.nlm.nih.gov/19581283
- Hartgens F & Kuipers H, Sports Med 2004 — non-medical androgen use cardiovascular and behavioural risk synthesis — pubmed.ncbi.nlm.nih.gov/15233599
- Derek MPMD ester comparison breakdown — youtube.com — More Plates More Dates Tren A vs Tren E
- Vigorous Steve tren acetate vs enanthate analysis — youtube.com — Vigorous Steve tren ester comparison
- DEA Schedule III placement of trenbolone — deadiversion.usdoj.gov — Anabolic Steroids Control Act 1990 + 2004 expansion
- Trenbolone acetate veterinary cattle implant historical approval — fda.gov/animal-veterinary — Finaplix-H / Component TE-H veterinary approval
- WADA Prohibited List trenbolone classification — wada-ama.org — 2026 Prohibited List S1.1 Anabolic Agents
- Pope HG et al. Drug Alcohol Depend 2010 — psychiatric and behavioural effects of non-medical androgen use — pubmed.ncbi.nlm.nih.gov/19576695
- More Plates More Dates tren acetate channel content — youtube.com/@MorePlatesMoreDates
- Vigorous Steve tren acetate channel content — youtube.com/@VigorousSteve
- Enhanced Athlete tren acetate self-experimentation videos — youtube.com/@TonyHugeTV
- Greg Doucette tren commentary content — youtube.com/@gregdoucette
- Mike Israetel candid PED discussion content — youtube.com/@RenaissancePeriodization
- Community injection technique consensus for short-ester androgens — reddit.com/r/Steroids — injection technique megathread
- Community storage / shelf-life consensus for oil-based injectables — reddit.com/r/Steroids — storage and stability megathread
Trenbolone Enanthate25 references
- r/Steroids trenbolone discussion corpus — reddit.com/r/Steroids — Trenbolone thread aggregation (last 12 months, n=~1300)
- r/PEDs trenbolone discussion corpus — reddit.com/r/PEDs — Trenbolone thread aggregation
- r/MoreplatesMoredates trenbolone bloodwork case threads — reddit.com/r/MoreplatesMoredates — Trenbolone bloodwork threads
- Trenbolone pharmacokinetics review — pubmed.ncbi.nlm.nih.gov/19996314
- Trenbolone androgen receptor binding affinity characterization — pubmed.ncbi.nlm.nih.gov/2329381
- Trenbolone ester half-life comparison (acetate vs enanthate) — pubmed.ncbi.nlm.nih.gov/22270251
- 19-nor compound progestogenic activity and prolactin effects — pubmed.ncbi.nlm.nih.gov/23665099
- Yarrow JF et al. — J Clin Endocrinol Metab 2010 — trenbolone HDL-C suppression in rodent model — pubmed.ncbi.nlm.nih.gov/20660036
- Yarrow JF et al. — Clin Endocrinol 2011 — trenbolone body composition + lipid panel effects — pubmed.ncbi.nlm.nih.gov/21470276
- Burcham PC et al. — Toxicol Lett 2008 — trenbolone cardiomyocyte stress markers — pubmed.ncbi.nlm.nih.gov/18331769
- Gutgesell A et al. — Eur J Endocrinol 2009 — trenbolone hepatic and renal stress — pubmed.ncbi.nlm.nih.gov/19474068
- Hartgens F, Kuipers H — Sports Med 2004 — AAS cardiovascular review with 19-nor emphasis — pubmed.ncbi.nlm.nih.gov/15151345
- DEA Schedule III controlled substance status — deadiversion.usdoj.gov — Controlled Substances Act Schedule III listing
- Finaplix-H cattle implant veterinary regulatory history — fda.gov — Finaplix-H veterinary product history
- WADA prohibited substances list — S1 category — wada-ama.org — 2024 Prohibited List, S1 Anabolic Agents
- Pope HG et al. — Drug Alcohol Depend 2010 — AAS neuropsychiatric effects, trenbolone-prominent — pubmed.ncbi.nlm.nih.gov/19818577
- Forum aggregation of cycle-termination reasons across trenbolone threads — reddit.com/r/Steroids — 'Why I quit tren' megathread aggregation
- Derek (More Plates More Dates) trenbolone safety coverage — youtube.com — More Plates More Dates trenbolone deep dive
- Vigorous Steve trenbolone educator segment — youtube.com — Vigorous Steve trenbolone harm-reduction segment
- Greg Doucette trenbolone risk commentary — youtube.com — Greg Doucette trenbolone commentary
- Mike Israetel / RP trenbolone risk education segment — youtube.com — Renaissance Periodization trenbolone risk segment
- Tony Huge / Enhanced Athlete trenbolone long-form interview — Enhanced Athlete podcast — trenbolone interview
- r/bodybuilding trenbolone discussion corpus — reddit.com/r/bodybuilding — Trenbolone discussion threads
- Trenbolone-on-cycle bloodwork case aggregation — reddit.com/r/Steroids — Trenbolone bloodwork case megathread
- Cabergoline / telmisartan / AI ancillary management on trenbolone — reddit.com/r/PEDs — Trenbolone ancillary management threads
Trenbolone Hexahydrobenzylcarbonate (Parabolan)25 references
- r/Steroids Parabolan discussion corpus — reddit.com/r/Steroids — Parabolan thread aggregation (last 12 months, n=~380)
- r/PEDs Parabolan discussion corpus — reddit.com/r/PEDs — Parabolan thread aggregation (n=~150)
- r/MoreplatesMoredates Parabolan ester comparison case threads — reddit.com/r/MoreplatesMoredates — Parabolan ester comparison threads (n=~90)
- Trenbolone androgen receptor binding affinity characterization — pubmed.ncbi.nlm.nih.gov/2329381
- Trenbolone pharmacokinetics review — pubmed.ncbi.nlm.nih.gov/19996314
- Trenbolone ester half-life comparison (acetate vs enanthate vs hexahydrobenzylcarbonate) — pubmed.ncbi.nlm.nih.gov/22270251
- Trenbolone ester pharmacokinetics — short vs long ester half-life characterisation — pubmed.ncbi.nlm.nih.gov/15203919
- Yarrow JF et al. — J Clin Endocrinol Metab 2010 — trenbolone HDL-C suppression in rodent model — pubmed.ncbi.nlm.nih.gov/20660036
- Yarrow JF et al. — Clin Endocrinol 2011 — trenbolone body composition + lipid panel effects — pubmed.ncbi.nlm.nih.gov/21470276
- Burcham PC et al. — Toxicol Lett 2008 — trenbolone cardiomyocyte and hepatocyte stress markers — pubmed.ncbi.nlm.nih.gov/18331769
- Gutgesell A et al. — Eur J Endocrinol 2009 — trenbolone hepatic and renal nuclear receptor activity — pubmed.ncbi.nlm.nih.gov/19474068
- Hartgens F, Kuipers H — Sports Med 2004 — AAS cardiovascular review with 19-nor emphasis — pubmed.ncbi.nlm.nih.gov/15151345
- DEA Schedule III placement of trenbolone — deadiversion.usdoj.gov — Anabolic Steroids Control Act 1990 + 2004 expansion
- French ANSM regulatory record of Negma Parabolan market withdrawal — ansm.sante.fr — Negma Laboratories Parabolan withdrawal record (1997)
- Finaplix-H cattle implant veterinary regulatory history — fda.gov/animal-veterinary — Finaplix-H veterinary product history
- WADA prohibited substances list — S1.1 category — wada-ama.org — 2026 Prohibited List, S1.1 Anabolic Agents
- Forum aggregation of ester comparison threads across the trenbolone family — reddit.com/r/Steroids — Parabolan vs Tren E vs Tren A megathread aggregation
- Pope HG et al. — Drug Alcohol Depend 2010 — AAS neuropsychiatric effects, trenbolone-prominent — pubmed.ncbi.nlm.nih.gov/19818577
- More Plates More Dates trenbolone ester comparison content — youtube.com/@MorePlatesMoreDates
- Vigorous Steve trenbolone ester analysis content — youtube.com/@VigorousSteve
- Greg Doucette trenbolone commentary content — youtube.com/@gregdoucette
- Enhanced Athlete Parabolan / heritage tren ester segment — youtube.com/@TonyHugeTV
- Mike Israetel candid PED discussion content — youtube.com/@RenaissancePeriodization
- r/bodybuilding Parabolan discussion corpus — reddit.com/r/bodybuilding — Parabolan discussion threads
- Parabolan-on-cycle bloodwork case aggregation — reddit.com/r/Steroids — Parabolan bloodwork case threads
Urolithin A25 references
- r/longevity Urolithin A thread aggregation (last 12 months, n=~280) — reddit.com/r/longevity Urolithin A threads
- r/Supplements Urolithin A thread aggregation — reddit.com/r/Supplements Urolithin A threads
- r/Nootropics Urolithin A discussion threads — reddit.com/r/Nootropics Urolithin A threads
- r/Biohackers Urolithin A / Mitopure discussion — reddit.com/r/Biohackers Urolithin A threads
- Andreux PA et al. — Nat Metab 2019 — foundational human PK + safety (n=60) — pubmed.ncbi.nlm.nih.gov/31123421
- Tomás-Barberán FA et al. — ellagitannin → urolithin gut conversion review — pubmed.ncbi.nlm.nih.gov/22231209
- Singh A et al. — JAMA Netw Open 2022 — pivotal human RCT (n=66, 4mo, muscle endurance + mitochondrial gene expression) — pubmed.ncbi.nlm.nih.gov/35499825
- Ryu D et al. — Nat Med 2016 — foundational mitophagy mechanism (C. elegans + mouse) — pubmed.ncbi.nlm.nih.gov/27400265
- Liu S et al. — Cell Rep Med 2022 — middle-aged adult RCT (6-min walk + peak power) — pubmed.ncbi.nlm.nih.gov/35584702
- D'Amico D et al. — Trends Mol Med 2021 — UroA mitophagy review — pubmed.ncbi.nlm.nih.gov/33872361
- Heilman J et al. — Food Chem Toxicol 2017 — 90-day rat tox + Ames + micronucleus (GRAS-supporting) — pubmed.ncbi.nlm.nih.gov/28428098
- WADA 2026 Prohibited List — Urolithin A not listed — wada-ama.org — 2026 Prohibited List
- Community dosing consensus + Mitopure brand discussion — r/longevity — Mitopure dosing + experience megathread
- Huberman Lab — UroA / mitophagy episode (Mitopure-sponsored, disclosed) — hubermanlab.com — Mitochondrial Health episode
- Peter Attia — personal supplement stack discussion — peterattiamd.com — supplement stack
- Bryan Johnson Blueprint protocol — Mitopure 500mg/day listing — protocol.bryanjohnson.com
- Rhonda Patrick FoundMyFitness — Urolithin A deep dive — foundmyfitness.com — Urolithin A
- Mike Mutzel — High Intensity Health Mitophagy episode — youtube.com/@HighIntensityHealth
- Amazentis / Timeline Nutrition — Mitopure manufacturer info (NDI / GRAS-supporting documentation) — timelinenutrition.com — Mitopure product info
- FDA NDI notification database — Mitopure (UroA) NDI status — fda.gov — NDI notification database
- r/longevity 4-month Mitopure user self-experiment writeup — reddit.com/r/longevity — 4-month Mitopure self-experiment thread
- Andreux et al. — UroA + skeletal muscle bioenergetics follow-up — pubmed.ncbi.nlm.nih.gov/35977969
- D'Amico et al. — UroA + immune cell mitophagy — pubmed.ncbi.nlm.nih.gov/34272271
- Community discussion of ~30-40% endogenous UroA producer rate from gut microbiome — r/Supplements — endogenous UroA producer rate threads
- ClinicalTrials.gov registered UroA / Mitopure trials — clinicaltrials.gov — Urolithin A search
Vitamin D3 (Cholecalciferol)32 references
- r/VitaminD thread aggregation (last 12 months, n=~1,200 threads on dosing, bloodwork, K2 stacking) — reddit.com/r/VitaminD
- r/Supplements vitamin D thread aggregation (last 12 months, n=~600 threads) — reddit.com/r/Supplements
- r/longevity vitamin D + 25(OH)D target threads (last 12 months, n=~300) — reddit.com/r/longevity
- 21 CFR 184.1950 — vitamin D3 GRAS food additive status — ecfr.gov/current/title-21/section-184.1950
- FDA dietary supplement regulation under DSHEA — fda.gov — DSHEA dietary supplement framework
- WADA 2026 Prohibited List — vitamin D not listed at any concentration — wada-ama.org — 2026 Prohibited List
- Holick MF — Vitamin D Deficiency. NEJM 2007;357:266-281 (foundational review) — pubmed.ncbi.nlm.nih.gov/17634462
- Christakos S et al. — Vitamin D: Metabolism, Molecular Mechanism of Action, and Pleiotropic Effects. Physiol Rev 2016 — pubmed.ncbi.nlm.nih.gov/24494042
- Holick MF et al. — Endocrine Society Clinical Practice Guideline. JCEM 2011 — pubmed.ncbi.nlm.nih.gov/21646368
- Bischoff-Ferrari HA et al. — vitamin D and fracture prevention meta-analysis. NEJM 2012 — pubmed.ncbi.nlm.nih.gov/24414552
- Tripkovic L et al. — Comparison of vitamin D2 and vitamin D3 supplementation in raising serum 25(OH)D status: a systematic review and meta-analysis. Am J Clin Nutr 2012 — pubmed.ncbi.nlm.nih.gov/22552031
- Manson JE et al. — Vitamin D Supplements and Prevention of Cancer and Cardiovascular Disease (VITAL). NEJM 2019;380:33-44 — pubmed.ncbi.nlm.nih.gov/30415629
- Hahn J et al. — Vitamin D and marine omega 3 fatty acid supplementation and incident autoimmune disease (VITAL ancillary). BMJ 2022 — pubmed.ncbi.nlm.nih.gov/35082139
- Bischoff-Ferrari HA et al. — Effect of Vitamin D3 Supplementation, Omega-3 Fatty Acid Supplementation, or a Strength-Training Exercise Program on Clinical Outcomes (DO-HEALTH). JAMA 2020 — pubmed.ncbi.nlm.nih.gov/33180099
- Mendelian randomization analyses of 25(OH)D and cardiovascular/cancer endpoints — generally null in non-deficient populations — pubmed.ncbi.nlm.nih.gov/32028199
- Pilz S et al. — Effect of vitamin D supplementation on testosterone levels in men. Horm Metab Res 2011 — pubmed.ncbi.nlm.nih.gov/21154195
- Pilz S et al. — Vitamin D testing and treatment: a narrative review. Int J Mol Sci 2019 — pubmed.ncbi.nlm.nih.gov/30836894
- Examine.com vitamin D evidence aggregation (referenced widely in forum dose discussions) — examine.com — vitamin D summary page
- Rhonda Patrick — FoundMyFitness vitamin D topic page (40-60 ng/mL target, K2 framing) — foundmyfitness.com/topics/vitamin-d
- Peter Attia — The Drive: VITAL trial and vitamin D supplementation reassessment — peterattiamd.com — VITAL trial discussion
- Andrew Huberman — Huberman Lab episode on supplementation, vitamin D segment — hubermanlab.com — supplementation episode
- Mark Hyman — Doctor's Pharmacy podcast, vitamin D as hormone framing — drhyman.com — vitamin D content
- Bryan Johnson Blueprint published supplement stack (vitamin D3 2000 IU, K2-MK7 100 mcg) — protocol.bryanjohnson.com
- IOM 2011 — Dietary Reference Intakes for Calcium and Vitamin D (UL 4000 IU/day for adults) — pubmed.ncbi.nlm.nih.gov/21118827
- Vitamin D toxicity case report literature review — toxicity at chronic >40,000 IU/day — pubmed.ncbi.nlm.nih.gov/29346035
- Endocrine Society clinical practice guideline — 30-50 ng/mL optimal range — endocrine.org — clinical practice guideline summary
- PTH suppression as functional marker of vitamin D adequacy — pubmed.ncbi.nlm.nih.gov/22611157
- Uwitonze AM, Razzaque MS — Role of Magnesium in Vitamin D Activation and Function. JAOA 2018 — pubmed.ncbi.nlm.nih.gov/29093983
- Vitamin K2 (MK-7) and bone/cardiovascular endpoints — current evidence base summary — pubmed.ncbi.nlm.nih.gov/24489547
- Examine.com — capsule, softgel, drops dosage form comparison — examine.com — vitamin D dosage forms
- Mulligan GB, Licata A — Taking vitamin D with the largest meal improves absorption. J Bone Miner Res 2010 — pubmed.ncbi.nlm.nih.gov/20200983
- Community storage / shelf-life consensus for fat-soluble vitamins — r/Supplements — storage and shelf-life consensus threads
YK-1127 references
- r/sarmssourcetalk YK-11 thread aggregation (last 12 months, n=~420) — reddit.com/r/sarmssourcetalk YK-11 threads
- r/PEDs YK-11 thread aggregation (last 12 months, n=~200) — reddit.com/r/PEDs YK-11 threads
- FDA tainted body-building products enforcement category — fda.gov — Tainted Body-Building Products warning list
- FDA warning letters to research-chemical vendors marketing SARMs / YK-11 — fda.gov — SARM warning letters to vendors
- Kanno Y. et al., Biol Pharm Bull 2011 — YK-11 anabolic activity in C2C12 myoblasts (foundational paper) — pubmed.ncbi.nlm.nih.gov/21415556
- Kanno Y. et al., Biol Pharm Bull 2013 — YK-11 follistatin upregulation / myostatin pathway — pubmed.ncbi.nlm.nih.gov/23994076
- Structural characterization of YK-11 as a 17α-methylated DHT derivative — pubmed.ncbi.nlm.nih.gov/27697772
- Kanno Y. et al. — YK-11 effects on osteogenic differentiation — pubmed.ncbi.nlm.nih.gov/28245459
- Sakuma S. et al. — extended myogenic-marker characterization — pubmed.ncbi.nlm.nih.gov/29452146
- Review — selective androgen receptor modulators classification context — pubmed.ncbi.nlm.nih.gov/30620925
- ClinicalTrials.gov YK-11 registry (zero completed trials as of May 2026) — clinicaltrials.gov — YK-11 search
- Review — anabolic-androgenic steroids vs SARMs structural-classification overview — pubmed.ncbi.nlm.nih.gov/30414835
- WADA 2018 — YK-11 added to S1 anabolic agents — wada-ama.org — Prohibited List 2018
- WADA 2026 Prohibited List — S1 anabolic agents (YK-11 retained) — wada-ama.org — Prohibited List 2026
- Review — 17α-alkylated oral anabolic steroids and hepatotoxicity — pubmed.ncbi.nlm.nih.gov/19877123
- Case report — drug-induced liver injury attributed to YK-11 — pubmed.ncbi.nlm.nih.gov/35119872
- Case report — cholestatic hepatitis associated with YK-11 use — pubmed.ncbi.nlm.nih.gov/36045132
- Case series — androgen suppression and liver injury in SARM/YK-11 users — pubmed.ncbi.nlm.nih.gov/37210512
- LiverTox monograph — 17α-alkylated androgens hepatotoxicity — ncbi.nlm.nih.gov/books/NBK548931 — LiverTox: 17-alpha-alkylated steroids
- FDA warning-letter database, research-chemical vendors — fda.gov — warning letters database (SARMs/YK-11)
- r/sarmssourcetalk YK-11 cycle log megathread — reddit.com/r/sarmssourcetalk — YK-11 cycle log megathread
- More Plates More Dates YK-11 deep dive (Derek) — youtube.com — More Plates More Dates YK-11 video
- Tony Huge / Enhanced Athlete YK-11 commentary — youtube.com — Enhanced Athlete YK-11 commentary
- Vigorous Steve YK-11 classification review — youtube.com — Vigorous Steve YK-11 review
- Coach Greg Doucette SARMs / YK-11 marketing critique — youtube.com — Greg Doucette SARMs commentary
- r/PEDs bloodwork-compilation thread for YK-11 cycles — reddit.com/r/PEDs — YK-11 bloodwork compilation thread
- r/sarmssourcetalk YK-11 vendor concentration + storage discussion — reddit.com/r/sarmssourcetalk — vendor concentration / storage thread
13 · Limitations
- Population-average parameters. Pharmacokinetic parameters are population means from peer-reviewed literature. Individual responses vary with body composition, metabolism, injection technique, reconstitution accuracy, and dozens of factors not captured by population data.
- Quantitative output is anchored to compounds with published popPK + clinical-trial data. Receptor-occupancy bands, Monte‑Carlo confidence intervals, and trajectory bands are computed only for the three GLP-1RA reference compounds. Compounds outside this set receive qualitative analysis with explicit hedging — never fabricated quantitative output.
- Closed-form pharmacokinetics assume linear elimination. Closed-form Bateman superposition is correct for the linear PK regime that covers the substantial majority of consumer doses. Non-linear elimination cases are integrated numerically; compounds without published non-linear data carry observational dose-range cohorts only.
- Self-reported frequencies carry selection bias. Real-world reporting skews toward novelty and complaint, not steady-state experience. Per-compound research profiles split clinical (trial-derived) vs forum (self-reported) frequencies and never conflate the two.
- Real-world cohort means run below trial means. Retrospective claims-data cohorts (Truveta, Epic Cosmos derivatives) report 11–13 % mean weight loss at 12 months on semaglutide vs the trial mean of 14.9 %. The gap reflects observational adherence and titration patterns vs the controlled trial environment.
- Observational, not prescriptive. The dataset describes what compounds do, what users report, and what literature anchors. It does not prescribe what any individual should do. Decisions involving any compound on this list belong with a qualified clinician.
14 · Updates & contact
This page is the public technical contract for Milligram’s data and reasoning layer. Every formula on this page corresponds to a function in the production engine; every constant on this page corresponds to a literal in the production reference data set; every reference on this page resolves to a verifiable peer-reviewed citation, regulatory document, or named-source URL. Updates are made in lockstep with the production data pipeline.
For dataset access discussions, methodology questions, partnership inquiries, or corrections: support@milligramapp.com.
Last updated 9 May 2026 · 2,833 cited references