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

18
Token Factory Contracts
69.4%
Coverage
Beta - Core features complete, advanced features in development
Standard ERC-20BurnableMintablePausableTimelockRole-based access
18
Campaign Factory Contracts
63.1%
Coverage
Beta - Core complete, advanced modules in development
Token launchesGovernanceVestingLock periodsRefundsWhitelist
14
Shared Infrastructure
95.3%
Coverage
Production Ready
Chainlink oraclesMulti-token feesCircuit breakersDeviation detection

System Architecture

CrashFundMe System Architecture

Three-Layer Modular Infrastructure with Shared Services

TOKEN FACTORY18 Contracts • 69.4% CoverageEnhancedTokenFactoryFactoryBaseTokenCreatorFactoryRegistryToken ContractsERC-20 ImplementationRoles & TimelockMint/Burn/PauseMetadata & RecoveryCAMPAIGN FACTORY18 Contracts • 63.1% CoverageCampaign FactoryCampaign (Abstract)CampaignImplCampaignEscrowCampaignGovernorModules (8 total)VestingLockRefundableCROWDFUNDING LAYER35 Contracts • 99.2% Coverage3 Contracts • 98.5% CoverageCrashFundingWithFeesCrashFundingCrashFundEscrowFeaturesMulti-TokenUSD GoalsRefundsMilestonesEscrowBlacklistUSD-Based CampaignsCrashFundingWithFeespol_crashFundEscrowpol_crashFundingFeaturesMulti-Token SupportUSD Goal TrackingEscrow & RefundsMilestone Payouts35 Contracts • 99.2% CoverageSecurity & ControlsReentrancy GuardsAccess Control (RBAC)Emergency PauseState SynchronizationAdvanced FeaturesTimestamp SafetyMulti-Sig SupportDelayed WithdrawalsCircuit BreakersSHARED INFRASTRUCTUREUsed by All Layers • 14 Contracts • 95.3% CoverageFEE MANAGEMENT SYSTEMFeeConfigCampaignFeeCalculatorEnhancedFeeCollectorListingFeeCollectorSuccessFeeCollectorFeeAnalyticsFeeSplitterFeeRecipientManagerDelayedWithdrawalPRICE ORACLE SYSTEMPriceFeedManagerPrimaryFeedManagerSecondaryFeedManagerCircuitBreakerDeviationDetectorFallbackStrategyChainlink IntegrationETH/USD • USDC/USD • BTC/USDUses Fees & OraclesUses Fees & OraclesUses Fees & OraclesSystem OverviewToken Factory: Deploy custom ERC-20 tokens with configurable featuresCampaign Factory: Token launch campaigns with governance, vesting, and modulesCrowdfunding Layer: USD-based fundraising with multi-token support and milestonesFee System: Unified fee management across all modules (10 contracts)Oracle System: Chainlink price feeds with fallback & circuit breakers (7 contracts)Total: 71 Contracts • 3,035 Tests • 75.7% Avg Coverage

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 contracts
Coverage: 69.4%

ERC-20 deployment; roles; timelock; pausable; burnable

Campaign Factory

18 contracts
Coverage: 63.1%

Token launches; governance; vesting; modules; escrow

Hybrid Crowdfunding Layer

35 contracts
Coverage: 99.2%

USD goals; multi-token; escrow; refunds; milestones

Fee Calculator

Calculate Your Fees

Total amount you plan to raise

Volume discounts apply at 5, 10, 25, and 50 campaigns

One-time fee if deploying a new token

Fee Breakdown
Token Deployment$25.00
Campaign Listing
$5.00
$5.00 × 1 campaign(s)
Success Fee (2.5%)$250.00
Total Platform Fees$280.00
Effective Fee Rate2.80%
You Receive$9,750.00

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

ContractRole% Stmts% Branch% Funcs% Lines
EnhancedTokenFactoryToken Deployment100%100%100%100%
FactoryBaseFactory Core100%100%100%100%
FactoryStorageFactory Storage100%100%100%100%
FactoryStandardCreatorStandard Token Creator100%75%100%100%
FactoryTokenCreatorToken Creation Logic100%68.75%100%66.67%
FactoryRegistryToken Registry100%100%100%100%
FactoryAntiSybilAnti-Sybil Protection100%62.5%100%100%
FactoryCircuitBreakerFactory Safety100%75%100%100%
EnhancedCrashVerseTokenERC-20 Implementation51.76%27.88%38.24%49.47%
EnhancedTokenTimelockToken Vesting96.67%70%100%96.88%
TokenRolesToken Access Control57.14%45.45%50%66.67%
TokenBaseToken Base Logic90.91%25%90.91%84.62%
TokenBurnableBurn Functionality100%71.43%100%92.86%
TokenMintableMint Functionality100%81.25%100%100%
TokenPausablePause Functionality50%58.33%40%60%
TokenMetadataToken Metadata100%83.33%100%100%
TokenRecoveryRecovery Mechanism100%75%100%100%
CampaignCampaign Base (Abstract)94.74%83.33%73.08%72.22%
CampaignImplCampaign Implementation93.85%75.51%100%93.45%
campaignFactoryCampaign Deployer100%95.83%100%100%
CampaignEscrowCampaign Escrow100%86.36%100%100%
CampaignGovernorCampaign Governance91.43%66.67%81.25%93.02%
GovernancePresetsGovernance Templates100%100%100%100%
IGovernanceModuleGovernance Interface100%100%100%100%
ICampaignCampaign Interface100%100%100%100%
ICampaignEscrowEscrow Interface100%100%100%100%
IERC20Token Interface100%100%100%100%
AcceptedTokensToken Acceptance100%100%100%100%
ClaimControlClaim Management100%100%100%100%
LockLock Period Control55.56%42.86%50%53.85%
PausablePause Functionality0%100%0%0%
RefundableRefund Logic100%100%100%100%
TokenSaleToken Sale Module0%0%0%0%
VestingVesting Schedule0%0%0%0%
WhitelistWhitelist Control0%0%0%0%
CrashFundingWithFeesMain Crowdfunding100%97.37%100%100%
pol_crashFundEscrowSecure Escrow98.31%95.13%100%98.75%
pol_crashFundingCampaign Management100%88.57%100%99.48%
EnhancedFeeCollectorFee Collection (TF)67.31%64.71%71.43%72.73%
CampaignFeeCalculatorFee Calculation (CF)100%100%100%100%
FeeAnalyticsFee Analytics100%96%100%100%
FeeConfigFee Configuration100%100%100%100%
ListingFeeCollectorListing Fees100%100%100%100%
SuccessFeeCollectorSuccess Fees100%97.56%100%100%
FeeBaseBase Fee Logic81.58%90.48%100%79.55%
FeeSplitterFee Distribution96.67%81.82%100%95.45%
FeeRecipientManagerRecipient Management100%100%100%100%
DelayedWithdrawalManagerWithdrawal Delays96.08%91.67%100%89.86%
RecipientSecurityRecipient Security83.33%80.3%85.71%83.54%
PriceFeedManagerPrice Feeds100%100%100%100%
PriceFeedBaseOracle Base100%100%100%100%
FallbackStrategyOracle Fallback100%83.33%100%90.63%
PrimaryFeedManagerPrimary Feeds96.88%87.5%100%97.78%
SecondaryFeedManagerSecondary Feeds91.04%85%100%91.78%
CircuitBreakerPrice Safety100%100%100%100%
DeviationDetectorPrice Validation100%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

Your Name

Your Name

Co-Founder & CEO

Previously led product at [Company]. Serial entrepreneur with 2 successful exits. Expert in fintech and blockchain infrastructure.

Previously:

Previous Company APrevious Company B
Product StrategyFundraisingGo-to-Market
Co-Founder Name

Co-Founder Name

Co-Founder & CTO

Former engineering lead at [Company]. 10+ years building scalable systems. Smart contract security expert.

Previously:

Tech Company ABlockchain Company B
Smart ContractsSystem ArchitectureSecurity
Advisor Name

Advisor Name

Head of Compliance

15+ years in financial regulation. Former SEC advisor. Expert in Reg CF and securities compliance.

Previously:

Law Firm ARegulatory Body B
Regulatory ComplianceLegalRisk Management
Advisor Name

Advisor Name

Lead Engineer

Core contributor to [Open Source Project]. Full-stack engineer specializing in Web3 infrastructure.

Previously:

Startup AWeb3 Company B
Full StackSmart ContractsDevOps

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.com

Contracts & Permissions

RolePauseUnpauseUpdate FeesAdd to BlacklistRemove from BlacklistTrigger Circuit BreakerWithdraw EscrowUpgrade Contract
Owner
Admin
Agent
Beneficiary
Donor

Upgradeability Policy

ModulePatternMigration
Token FactoryImmutable (No Proxy)New factory deployments; existing tokens unaffected and remain functional
Campaign FactoryImmutable (No Proxy)New deployments only; active campaigns protected by immutability
Shared InfrastructureImmutable (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

Token Deployment Fee
$25-$100 (based on features)
One-time fee for token creation
Campaign Listing Fee
$5.00 base (oracle-converted)
Paid at campaign deployment; volume discounts available
Success Fee (bps)
250 bps (2.5%)
On successful campaign settlement only
Volume Discounts
5-20% off after 5-50 campaigns
5%@5, 10%@10, 15%@25, 20%@50
Payment/Escrow Fees
Minimal per transfer
Gas-optimized batched operations

Oracle Settings

Primary Oracle
Chainlink Aggregators
Industry-standard price feeds
Max Staleness (sec)
86,400 (24 hours)
MAX_PRICE_AGE constant
Fallback Max Age
604,800 (7 days)
globalMaxPriceAge for cached prices
Fallback Strategy
3-tier: Primary → Secondary → Last Valid
Configurable per token
USD Conversion
Real-time on fees & goal validation
With deviation detection

Oracle & Pricing Details

Chainlink Feeds

SymbolFeed AddressDecimals
ETH/USD0x694AA1769357215DE4FAC081bf1f309aDC3253068
USDC/USD0xA2F78ab2355fe2f984D808B5CeE7FD0A93D5270E8
BTC/USD0x1b44F3514812d835EB1BDB0acB33d3fA3351Ee438

Risk Parameters

Max Staleness
86,400 (24 hours)
Max Deviation
1,000 bps (10% default, configurable per token)
Fallback Order
Primary Chainlink Feed → Secondary Feed (if configured) → Last Valid Price (max 7 days old)

Price Conversion Example

  1. 1) Fetch current price from Chainlink oracle: ETH/USD = $2,450.00
  2. 2) Validate staleness: block.timestamp - updatedAt ≤ 86,400 seconds
  3. 3) Check deviation: |newPrice - lastPrice| / lastPrice ≤ 10%
  4. 4) Calculate USD value: 0.5 ETH × $2,450.00 = $1,225.00
  5. 5) Apply listing fee: $5.00 (if first campaign, else volume discount)
  6. 6) Calculate success fee on settlement: $1,225.00 × 2.5% = $30.63
  7. 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 / PlatformStageValuation
Mirror.xyzSeed$17M
GitcoinEarly Growth$25–30M
JuiceboxSeed$30–35M
ZoraSeries A$50–60M
ThirdwebSeries A$60–70M
FundraiseDAO (est.)Seed/Growth$75M
CrashFundMeBeta / Pilot— TBD —
KickstarterMature$1.8B
PatreonGrowth$4B
CircleLate Growth$9B
StripeLate Stage$65B

Illustrative only. Estimates from public reports and market references.

Roadmap & Milestones

1

Beta pilots & testnet/waitlist growth.

2

On-chain Reg CF pilot; restricted-person DB integration.

3

Complete Token Factory advanced features (FlashMint, Permit, Votes).

4

Extend geofencing and anti-structuring toward ~100% coverage.

5

Partnerships with broker-dealer/legal/compliance providers.

6

Public launch; first significant GMV.

7

SDK/API ecosystem; white-label deployments.