Instantly share code, notes, and snippets.
Created
March 5, 2026 00:13
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
-
Save meechmeechmeech/38cdab47302e43b07794b4d3ab83f072 to your computer and use it in GitHub Desktop.
NAVCoin Fee Transparency & Investor Disclosure Specification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NAVCoin Fee Transparency & Investor Disclosure Specification | |
| **Version 1.0** | |
| **Status:** Public Institutional Disclosure Framework | |
| **Applies To:** NAVCoin Protocol, Authorized Participants (APs), Institutional Allocators** | |
| --- | |
| # Table of Contents | |
| 1. Fee Schedule Taxonomy | |
| 2. Disclosure Format Requirements | |
| 3. Reporting Cadence & Delivery | |
| 4. On-Chain Fee Attestation Design | |
| 5. Regulatory Mapping | |
| 6. Edge Cases & Investor Protections | |
| --- | |
| # 1. Fee Schedule Taxonomy | |
| NAVCoin maintains a closed fee taxonomy. No fees may be charged outside this structure without formal amendment and investor notice. | |
| ## 1.1 Management Fee | |
| **Definition:** | |
| Asset-based advisory fee covering portfolio management, administration, infrastructure, compliance, and oversight. | |
| **Calculation Methodology:** | |
| - Annual rate expressed as % of Net Asset Value (NAV) | |
| - Accrued daily | |
| - Based on prior-day NAV | |
| - Deducted monthly unless otherwise disclosed | |
| **Daily Accrual Formula:** | |
| Daily Fee = (Annual Rate ÷ 365) × Prior-Day NAV | |
| **Accrual Basis:** | |
| - Reflected in NAV prior to public publication | |
| - Accrual visible on-chain | |
| - Deduction event recorded monthly | |
| **Traditional Equivalent:** | |
| Item 5 of :contentReference[oaicite:0]{index=0} Part 2A. | |
| --- | |
| ## 1.2 Performance / Incentive Fee | |
| **Definition:** | |
| Percentage of net new profits above a High-Water Mark (HWM). | |
| **Structure:** | |
| - Applied at share-class level | |
| - Loss carryforward required | |
| - No reset absent full redemption unless disclosed | |
| **High-Water Mark Mechanics:** | |
| - Initial HWM = Subscription NAV | |
| - Updated only upon net new profit | |
| - Enforced algorithmically | |
| **Crystallization Frequency:** | |
| - Quarterly or annually | |
| - Upon full redemption | |
| **Formula:** | |
| Eligible Profit = Current NAV – HWM | |
| Performance Fee = Eligible Profit × Carry % | |
| Accrued daily for transparency; crystallized periodically. | |
| --- | |
| ## 1.3 Entry & Exit Loads | |
| ### Entry Load | |
| - Applied prior to token issuance | |
| - Disclosed maximum cap | |
| - Reflected in subscription documentation | |
| ### Exit Load | |
| - Applied at redemption | |
| - May vary by holding period | |
| - Lock-up penalties separately disclosed | |
| Transaction-based and non-recurring. | |
| --- | |
| ## 1.4 Gas Cost Pass-Through | |
| Applies to: | |
| - Minting | |
| - Redemption | |
| - Oracle updates | |
| - Rebalancing | |
| - Fee crystallization | |
| Must be categorized as: | |
| - Execution gas | |
| - Oracle cost | |
| - Contract interaction cost | |
| No markup permitted unless explicitly disclosed. | |
| --- | |
| ## 1.5 Rebalancing & Portfolio Expenses | |
| Includes: | |
| - Spread/slippage | |
| - Custodial fees | |
| - Transaction costs | |
| - Brokerage equivalents | |
| Reflected in NAV and itemized in quarterly reporting. | |
| --- | |
| # 2. Disclosure Format Requirements | |
| NAVCoin mirrors the structure of Form ADV Part 2A Item 5. | |
| ## 2.1 Offering Memorandum (Static Disclosure) | |
| Must include: | |
| - Fee schedule summary table | |
| - Plain English description | |
| - Mathematical formulas | |
| - Crystallization timing | |
| - Fee example | |
| - Conflict disclosure | |
| - Related-party compensation | |
| ## 2.2 On-Chain Disclosure | |
| Must include: | |
| - Smart contract address | |
| - Parameter values (mgmt %, carry %, HWM) | |
| - Daily accrual state visibility | |
| - Deduction events | |
| - Reconciliation hash | |
| ## 2.3 Periodic Reports | |
| Quarterly Investor Statement must include: | |
| - Beginning NAV | |
| - Gross return | |
| - Management fees | |
| - Performance fees | |
| - Portfolio expenses | |
| - Ending NAV | |
| - Since-inception HWM | |
| Annual Report must include: | |
| - Audited fee reconciliation | |
| - Independent third-party verification | |
| --- | |
| ## 2.4 Traditional Fund vs NAVCoin Comparison | |
| | Traditional Disclosure | NAVCoin Equivalent | | |
| |------------------------|-------------------| | |
| | ADV Part 2A Item 5 | Public Fee Taxonomy | | |
| | PPM Fee Section | Offering Memorandum | | |
| | Administrator Ledger | On-Chain Event Log | | |
| | Quarterly PDF | Dashboard + Export | | |
| | Audit Confirmation | On-Chain Hash + Audit | | |
| | Expense Ratio Footnote | Real-Time Accrual Visibility | | |
| **Institutional Advantage:** | |
| Traditional funds rely on administrator reconciliation. NAVCoin provides block-level verification. | |
| --- | |
| # 3. Reporting Cadence & Delivery | |
| ## 3.1 Definition of “Real-Time” | |
| Operationally defined as: | |
| - Fee accrual computed at each daily NAV update | |
| - State-level visibility in smart contract | |
| - Block timestamp attached to deduction events | |
| NAVCoin does not represent intra-block recalculation. Daily NAV precision is the official accounting standard. | |
| --- | |
| ## 3.2 Reporting Schedule | |
| | Report | Frequency | Delivery | | |
| |--------|-----------|----------| | |
| | NAV Update | Daily | On-chain + dashboard | | |
| | Fee Accrual | Daily | Smart contract state | | |
| | Fee Deduction | Monthly | On-chain event | | |
| | Investor Statement | Quarterly | PDF + dashboard | | |
| | Audit & Reconciliation | Annual | Third-party report | | |
| --- | |
| # 4. On-Chain Fee Attestation Design | |
| ## 4.1 NAV Determination Order | |
| 1. Gross Asset Value (on-chain + off-chain via PoR oracle) | |
| 2. Portfolio expenses deducted | |
| 3. Management fee accrual applied | |
| 4. Net NAV published | |
| Fees are accrued prior to public NAV publication to ensure NAV reflects net-of-fee valuation. | |
| --- | |
| ## 4.2 Smart Contract Logic | |
| Daily Flow: | |
| 1. Oracle updates asset values. | |
| 2. NAV computed. | |
| 3. Fee module calculates daily accrual. | |
| 4. Accrual stored in contract state. | |
| 5. Monthly deduction transfers tokens to fee wallet. | |
| 6. Event emitted with: | |
| - Pre-fee NAV | |
| - Fee amount | |
| - Post-fee NAV | |
| - Block height | |
| --- | |
| ## 4.3 Independent Investor Verification | |
| Investor workflow: | |
| 1. Retrieve prior-day NAV. | |
| 2. Apply disclosed formula. | |
| 3. Compare to on-chain accrual. | |
| 4. Confirm transfer to fee wallet. | |
| 5. Reconcile with quarterly statement. | |
| No reliance on manager attestations required. | |
| --- | |
| # 5. Regulatory Mapping | |
| ## 5.1 United States – SEC Alignment | |
| NAVCoin satisfies disclosure principles under: | |
| - :contentReference[oaicite:1]{index=1} fiduciary standards | |
| - :contentReference[oaicite:2]{index=2} Item 5 fee disclosure | |
| - :contentReference[oaicite:3]{index=3} anti-fraud provisions | |
| Enhancement over baseline: | |
| - Deterministic calculation | |
| - Immutable audit trail | |
| - Public fee verification | |
| --- | |
| ## 5.2 GIPS Alignment | |
| Aligned with :contentReference[oaicite:4]{index=4}: | |
| - Net-of-fee return presentation | |
| - Fee disclosure transparency | |
| - Historical recordkeeping integrity | |
| Blockchain timestamping exceeds typical documentation controls. | |
| --- | |
| ## 5.3 MiFID II (EU Considerations) | |
| NAVCoin supports: | |
| - Ex-ante cost disclosure | |
| - Ex-post actual cost reporting | |
| - Explicit transaction cost breakdown | |
| - No implicit bundling | |
| Cost components are machine-verifiable rather than estimated. | |
| --- | |
| # 6. Edge Cases & Investor Protections | |
| ## 6.1 Fee Caps | |
| Maximum management and carry percentages hard-coded as ceiling parameters. | |
| ## 6.2 MFN Clauses | |
| If applicable: | |
| - Disclosed in offering documents | |
| - Parameterized on-chain where feasible | |
| ## 6.3 Fee Waivers | |
| - Duration disclosed | |
| - No retroactive reinstatement | |
| - On-chain notice event required | |
| ## 6.4 Fund Wind-Down | |
| - Management fee ceases at liquidation trigger | |
| - Performance fee crystallizes only on realized gains | |
| - Final reconciliation hashed on-chain | |
| ## 6.5 Error Correction | |
| If overcharge detected: | |
| - Immediate corrective credit | |
| - Disclosure event emitted | |
| - Auditor notification | |
| --- | |
| # Conclusion | |
| NAVCoin establishes a fee transparency regime that: | |
| - Mirrors institutional private fund standards | |
| - Provides real-time deterministic transparency | |
| - Enables independent investor verification | |
| - Meets or exceeds SEC, GIPS, and MiFID II disclosure expectations | |
| - Surpasses traditional auditability through blockchain validation | |
| This framework is designed for institutional allocator approval and operational due diligence. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment