CrashFundMe — Tokenized Fundraising Infrastructure
Beta Edition – Internal Use Only
CrashFundMe enables permissionless, multi-asset fundraising on-chain — powering everything from grassroots crowdfunding campaigns to enterprise-scale capital formation.
Platform Traction
Platform Traction (Beta)
Live metrics from Sepolia & Amoy testnets
Total Campaigns
47
+12 this month
Active and completed campaigns
Total Value Raised
$127,342
+$23,450 this month
Across all campaigns (testnet)
Success Rate
68%
+5% vs last month
Campaigns reaching funding goal
Waitlist Users
1,247
+89 this week
Interested creators & backers
Deployed Tokens
23
+7 this month
Custom ERC-20 tokens created
Avg Campaign Size
$2,709
Median: $1,850
Average amount raised per campaign
Note: These metrics reflect testnet activity during our beta phase. Production mainnet metrics will be published upon public launch.
Modular System Breakdown
System Architecture
CrashFundMe System Architecture
Three-Layer Modular Infrastructure with Shared Services
Interactive architecture showing all 71 contracts across Token Factory (18), Campaign Factory (18), Crowdfunding Layer (21), and Shared Infrastructure (14).
Contract System Coverage (Gallery)
Token Factory
18 contractsERC-20 deployment; roles; timelock; pausable; burnable
Campaign Factory
18 contractsToken launches; governance; vesting; modules; escrow
Hybrid Crowdfunding Layer
35 contractsUSD goals; multi-token; escrow; refunds; milestones
Fee Calculator
Total amount you plan to raise
Volume discounts apply at 5, 10, 25, and 50 campaigns
One-time fee if deploying a new token
After success fee deduction (listing & token fees paid upfront)
Listing and token fees are paid upfront when deploying. Success fee is automatically deducted when campaign goal is reached and funds are withdrawn.
Per-Contract Coverage Matrix
| Contract | Role | % Stmts | % Branch | % Funcs | % Lines |
|---|---|---|---|---|---|
| EnhancedTokenFactory | Token Deployment | 100% | 100% | 100% | 100% |
| FactoryBase | Factory Core | 100% | 100% | 100% | 100% |
| FactoryStorage | Factory Storage | 100% | 100% | 100% | 100% |
| FactoryStandardCreator | Standard Token Creator | 100% | 75% | 100% | 100% |
| FactoryTokenCreator | Token Creation Logic | 100% | 68.75% | 100% | 66.67% |
| FactoryRegistry | Token Registry | 100% | 100% | 100% | 100% |
| FactoryAntiSybil | Anti-Sybil Protection | 100% | 62.5% | 100% | 100% |
| FactoryCircuitBreaker | Factory Safety | 100% | 75% | 100% | 100% |
| EnhancedCrashVerseToken | ERC-20 Implementation | 51.76% | 27.88% | 38.24% | 49.47% |
| EnhancedTokenTimelock | Token Vesting | 96.67% | 70% | 100% | 96.88% |
| TokenRoles | Token Access Control | 57.14% | 45.45% | 50% | 66.67% |
| TokenBase | Token Base Logic | 90.91% | 25% | 90.91% | 84.62% |
| TokenBurnable | Burn Functionality | 100% | 71.43% | 100% | 92.86% |
| TokenMintable | Mint Functionality | 100% | 81.25% | 100% | 100% |
| TokenPausable | Pause Functionality | 50% | 58.33% | 40% | 60% |
| TokenMetadata | Token Metadata | 100% | 83.33% | 100% | 100% |
| TokenRecovery | Recovery Mechanism | 100% | 75% | 100% | 100% |
| Campaign | Campaign Base (Abstract) | 94.74% | 83.33% | 73.08% | 72.22% |
| CampaignImpl | Campaign Implementation | 93.85% | 75.51% | 100% | 93.45% |
| campaignFactory | Campaign Deployer | 100% | 95.83% | 100% | 100% |
| CampaignEscrow | Campaign Escrow | 100% | 86.36% | 100% | 100% |
| CampaignGovernor | Campaign Governance | 91.43% | 66.67% | 81.25% | 93.02% |
| GovernancePresets | Governance Templates | 100% | 100% | 100% | 100% |
| IGovernanceModule | Governance Interface | 100% | 100% | 100% | 100% |
| ICampaign | Campaign Interface | 100% | 100% | 100% | 100% |
| ICampaignEscrow | Escrow Interface | 100% | 100% | 100% | 100% |
| IERC20 | Token Interface | 100% | 100% | 100% | 100% |
| AcceptedTokens | Token Acceptance | 100% | 100% | 100% | 100% |
| ClaimControl | Claim Management | 100% | 100% | 100% | 100% |
| Lock | Lock Period Control | 55.56% | 42.86% | 50% | 53.85% |
| Pausable | Pause Functionality | 0% | 100% | 0% | 0% |
| Refundable | Refund Logic | 100% | 100% | 100% | 100% |
| TokenSale | Token Sale Module | 0% | 0% | 0% | 0% |
| Vesting | Vesting Schedule | 0% | 0% | 0% | 0% |
| Whitelist | Whitelist Control | 0% | 0% | 0% | 0% |
| CrashFundingWithFees | Main Crowdfunding | 100% | 97.37% | 100% | 100% |
| pol_crashFundEscrow | Secure Escrow | 98.31% | 95.13% | 100% | 98.75% |
| pol_crashFunding | Campaign Management | 100% | 88.57% | 100% | 99.48% |
| EnhancedFeeCollector | Fee Collection (TF) | 67.31% | 64.71% | 71.43% | 72.73% |
| CampaignFeeCalculator | Fee Calculation (CF) | 100% | 100% | 100% | 100% |
| FeeAnalytics | Fee Analytics | 100% | 96% | 100% | 100% |
| FeeConfig | Fee Configuration | 100% | 100% | 100% | 100% |
| ListingFeeCollector | Listing Fees | 100% | 100% | 100% | 100% |
| SuccessFeeCollector | Success Fees | 100% | 97.56% | 100% | 100% |
| FeeBase | Base Fee Logic | 81.58% | 90.48% | 100% | 79.55% |
| FeeSplitter | Fee Distribution | 96.67% | 81.82% | 100% | 95.45% |
| FeeRecipientManager | Recipient Management | 100% | 100% | 100% | 100% |
| DelayedWithdrawalManager | Withdrawal Delays | 96.08% | 91.67% | 100% | 89.86% |
| RecipientSecurity | Recipient Security | 83.33% | 80.3% | 85.71% | 83.54% |
| PriceFeedManager | Price Feeds | 100% | 100% | 100% | 100% |
| PriceFeedBase | Oracle Base | 100% | 100% | 100% | 100% |
| FallbackStrategy | Oracle Fallback | 100% | 83.33% | 100% | 90.63% |
| PrimaryFeedManager | Primary Feeds | 96.88% | 87.5% | 100% | 97.78% |
| SecondaryFeedManager | Secondary Feeds | 91.04% | 85% | 100% | 91.78% |
| CircuitBreaker | Price Safety | 100% | 100% | 100% | 100% |
| DeviationDetector | Price Validation | 100% | 91.67% | 100% | 100% |
Total: 56 contracts tracked with full coverage metrics.
The Team
Meet the Team
Experienced builders from leading fintech, Web3, and compliance organizations
Advisory Board
We're fortunate to work with world-class advisors across fintech, blockchain, legal, and compliance domains.
Blockchain Infrastructure
Expert Advisors
Securities Law
Expert Advisors
Financial Compliance
Expert Advisors
Product & Growth
Expert Advisors
Join Our Team
We're looking for exceptional engineers, compliance experts, and product leaders to help build the future of decentralized fundraising.
careers@crashfundme.comContracts & Permissions
| Role | Pause | Unpause | Update Fees | Add to Blacklist | Remove from Blacklist | Trigger Circuit Breaker | Withdraw Escrow | Upgrade Contract |
|---|---|---|---|---|---|---|---|---|
| Owner | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Admin | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — | — |
| Agent | ✓ | — | — | ✓ | — | ✓ | ✓ | — |
| Beneficiary | — | — | — | — | — | — | ✓ | — |
| Donor | — | — | — | — | — | — | — | — |
Upgradeability Policy
| Module | Pattern | Migration |
|---|---|---|
| Token Factory | Immutable (No Proxy) | New factory deployments; existing tokens unaffected and remain functional |
| Campaign Factory | Immutable (No Proxy) | New deployments only; active campaigns protected by immutability |
| Shared Infrastructure | Immutable (No Proxy) | Modular architecture allows selective upgrades without affecting existing tokens/campaigns |
Pausable States
- Global pause halts pledge, settlement, and refunds; read-only views remain available.
- Circuit breaker freezes new pledges and withdrawals; admin remediation actions still permitted.
- Token-level pause allows selective disabling of specific assets while others remain operational.
- Factory circuit breaker can halt new token deployments while existing tokens remain functional.
- Resume requires multi-sig approval (recommended) and post-mortem log entry.
Economics: Fee & Oracle Configuration
Fee Policy
Oracle Settings
Oracle & Pricing Details
Chainlink Feeds
| Symbol | Feed Address | Decimals |
|---|---|---|
| ETH/USD | 0x694AA1769357215DE4FAC081bf1f309aDC325306 | 8 |
| USDC/USD | 0xA2F78ab2355fe2f984D808B5CeE7FD0A93D5270E | 8 |
| BTC/USD | 0x1b44F3514812d835EB1BDB0acB33d3fA3351Ee43 | 8 |
Risk Parameters
Price Conversion Example
- 1) Fetch current price from Chainlink oracle: ETH/USD = $2,450.00
- 2) Validate staleness: block.timestamp - updatedAt ≤ 86,400 seconds
- 3) Check deviation: |newPrice - lastPrice| / lastPrice ≤ 10%
- 4) Calculate USD value: 0.5 ETH × $2,450.00 = $1,225.00
- 5) Apply listing fee: $5.00 (if first campaign, else volume discount)
- 6) Calculate success fee on settlement: $1,225.00 × 2.5% = $30.63
- 7) Net to beneficiary: $1,225.00 - $30.63 = $1,194.37
Regulatory & Compliance Readiness
• Reg CF frontend in development: raises up to $5M with ~$250 upfront and 2.5% success fee.
• KYC/AML document acceptance functional; restricted-person DB integration in progress; contract-level blacklist hooks.
• Plaid & Stripe ready for fiat on/off-ramps.
• Geo-location & anti-structuring: >90% coverage in frontend controls.
Security Controls & Operational Safety
- Reentrancy guards; checks-effects-interactions; SafeERC20.
- Circuit breaker; delayed withdrawals; daily limits.
- Blacklist/deny-list hooks; role-based permissions; pausable flows.
- Oracle staleness thresholds; fallback aggregators; decimals handling.
- Event model: campaignCreated, pledged, refunded, settled, feeAccrued, feeDistributed, blacklistUpdated.
Valuation Spectrum (Illustrative)
| Company / Platform | Stage | Valuation |
|---|---|---|
| Mirror.xyz | Seed | $17M |
| Gitcoin | Early Growth | $25–30M |
| Juicebox | Seed | $30–35M |
| Zora | Series A | $50–60M |
| Thirdweb | Series A | $60–70M |
| FundraiseDAO (est.) | Seed/Growth | $75M |
| CrashFundMe | Beta / Pilot | — TBD — |
| Kickstarter | Mature | $1.8B |
| Patreon | Growth | $4B |
| Circle | Late Growth | $9B |
| Stripe | Late Stage | $65B |
Illustrative only. Estimates from public reports and market references.
Roadmap & Milestones
Beta pilots & testnet/waitlist growth.
On-chain Reg CF pilot; restricted-person DB integration.
Complete Token Factory advanced features (FlashMint, Permit, Votes).
Extend geofencing and anti-structuring toward ~100% coverage.
Partnerships with broker-dealer/legal/compliance providers.
Public launch; first significant GMV.
SDK/API ecosystem; white-label deployments.



