Section 13: Implementation Roadmap
πΊοΈOTCM PROTOCOLComprehensive Technical Whitepaper β Version 7.0
ST22 Digital Securities Platform | March 2026 | Groovy Company, Inc. dba OTCM Protocol
Section 13: Implementation Roadmap
Phase-by-phase implementation timeline from Q2 2026 launch through full international expansion, including technical milestones, regulatory rollout, cross-chain interoperability, and risk contingency planning.
π 13.1 Q2 2026 Launch Sequence
The OTCM Protocol follows a methodical, security-first launch sequence designed to ensure flawless deployment of critical financial infrastructure for Digital Securities.
"Financial infrastructure requires zero-tolerance launch procedures. Every line of code, every regulatory filing, every system integration must be verified before a single transaction processes."
PRE-LAUNCH PHASE
LAUNCH
WEEK
POST-LAUNCH
Phase
Window
Focus
Pre-Launch
Days -β60 to -β1
βββ
Security audits Β· Regulatory preparation Β· Infrastructure hardening
Launch Week
Days 1β7
βββ
Weeks
2β4Contract Securitydeployment audits Deployment Stabilization
Regulatory prepΒ· Canary testing Issuer onboarding
InfrastructureΒ· Public mainnet on Day 3
Post-Launch Stabilization
Weeks 2β4
Volume monitoring Β· Issuer onboarding Β· Scaling preppreparation
πΉ
13.1.12 Pre-Launch Phase (Days -β60 to -β1)
interface PreLaunchPhase {
duration: {
startDay: -60; // 60 days before launch
endDay: -1; // Day before launch
totalDays: 60;
};
workstreams: [
{
name: 'SECURITY_AND_AUDITING';
duration: 45; // Days -60 to -15
dependencies: [];
critical: true;
},
{
name: 'REGULATORY_COORDINATION';
duration: 60; // Full pre-launch period
dependencies: [];
critical: true;
},
{
name: 'INFRASTRUCTURE_PREPARATION';
duration: 30; // Days -30 to -1
dependencies: ['SECURITY_AND_AUDITING'];
critical: true;
},
];
readinessGates: {
securityAuditComplete: boolean;
regulatoryApprovals: boolean;
infrastructureReady: boolean;
teamReadiness: boolean;
contingencyPlans: boolean;
};
}
πΉ13.2.1 13.1.2 Security and AuditingAudit Program
OTCM Protocol commissions dual independent security audits with formal verification before any mainnet deployment. All critical and high-severity findings must be remediated before launch. Medium findings must be remediated within 30 days post-launch. There are no exceptions.
Audit Type
Provider
Duration
Completion Target
Smart Contract Audit #1
Quantstamp
4 weeks
Day -β45
Smart Contract Audit #2
Halborn
4 weeks
Day -β40
Formal Verification
Certora
3 weeks
Day -β30
Dynamic Security Testing
Internal + External
2 weeks
Day -β20
Penetration Testing
White-hat Team
2 weeks
Day -β15
Manual Code Review
Senior Engineering
Continuous
Day -β7
interface SecurityAuditProgram
{
auditScope:
{
contracts:
[Audit 'CEDEX_MAIN',Scope //β Contracts
Lines of Code
Complexity
CEDEX Core exchangeΒ· contractGlobal 'OTCM_LIQUIDITY_POOL',Unified 'TRANSFER_HOOK',Liquidity //Pool SPLΒ· Token-2022Transfer hookHook program
'BONDING_CURVE',
'STAKING_POOL',
'VESTING_CONTRACT',~25,000
];
linesOfCode:
25_000;HIGH
complexity:
'HIGH';
};
formalVerification:
{Staking provider:Pool 'CERTORA';Β· specifications:1:1 [Attestation 'no_unauthorized_minting',Oracle 'backing_ratio_invariant',Β· //Protocol Governance parameters
~8,000
HIGH
Severity
Remediation Requirement
Critical finding
Must fix before launch β no exceptions
High finding
Must fix before launch β no exceptions
Medium finding
Must fix within 30 days post-launch
Low finding
Must fix within 90 days post-launch
Formal Verification Scope (Certora)
Formal verification targets six mathematical invariants that must hold under all possible execution conditions: (1) no unauthorized minting; (2) 1:1 backing ratio invariant β token supply never exceeds Empire-custodied Series M shares; (3) no fund extraction from the Global Unified CEDEX Liquidity Pool; (4) Transfer Hook always maintainedexecutes 'no_fund_extraction',β 'transfer_hook_always_executes',no 'fee_collection_accurate',transfer 'circuit_breaker_triggers',path ];bypasses proofLevel:all 'MATHEMATICAL_CERTAINTY';42 };controls; remediation:(5) {5% criticalFindings:fee 'MUST_FIX_BEFORE_LAUNCH';collection highFindings:accuracy; 'MUST_FIX_BEFORE_LAUNCH';(6) mediumFindings:circuit 'FIX_WITHIN_30_DAYS';breaker lowFindings:trigger 'FIX_WITHIN_90_DAYS';correctness. };Proof }level:
mathematical πΉcertainty.
13.1.3 Regulatory Coordination (Days β60 to β1)
Regulatory coordination runs in parallel with security auditing across the full pre-launch period. All regulatory workstreams must be complete before Day 1 deployment authorization is granted by the CLO.
Agency / Party
Coordination Activities
Target
Date
SECTarget
SEC β Division of Trading and Markets
Pre-filing meeting Β· Form D preparation Β· Rule 506(c) verification Β· Digital Securities classification confirmation per Release No. 33-11412
Day -β45
FinCEN
BSA compliance verification Β· SAR/CTR filing proceduresprocedure testing Β· 314(b) enrollment confirmation
Day -β30
OFAC / Treasury
SDN list integration verification Β· sanctionsChainalysis + TRM Labs screening provider coordination Β· three-layer matching test
Day -β30
Empire Stock Transfer
Custody integration testing Β· 1:1 attestation oracle verification Β· registryMaster Securityholder File sync testing Β· Transfer Hook whitelist sync
Day -β14
StateJDT Legal
Blue Sky
Noticesky notice filings in applicable states (506(c)Β· preemption verification)
Day -14
interface RegulatoryCoordination {
secCoordination: {
preFilingMeeting: {
scheduled: true;
purpose: 'ReviewRule 506(c) offeringfederal structure,preemption ST22confirmation Β· Form D final preparation
Day β14
Wyoming Secretary of State
Digital Securitiesasset classificationregistration under ReleaseW.S. No.34-29-101 33-11412';Β· attendees:Certificate ['SEC_CORP_FIN',of 'OTCM_LEGAL',Designation 'OTCM_COMPLIANCE'];filing targetDate:for 'DAY_MINUS_45';Series };M
formDPreparation:
{
exemption:Day 'RULE_506C';β10
filingDeadline:
'15_DAYS_AFTER_FIRST_SALE';
preparationComplete:
'DAY_MINUS_7';
}; };
fincenCoordination:13.4 { bsaRegistration: {
status: 'REGISTERED';
filingSystem: 'BSA_EFILING';
testFilings: 3;
};
section314b: {
enrolled: true;
verificationComplete: 'DAY_MINUS_14';
};
};
ofacCoordination: {
sdnListIntegration: {
provider: 'CHAINALYSIS';
alternateProvider: 'TRM_LABS';
updateFrequency: 'HOURLY';
verificationComplete: 'DAY_MINUS_7';
};
sanctionsPrograms: ['IRAN', 'NORTH_KOREA', 'SYRIA', 'CUBA', 'CRIMEA', 'RUSSIA', 'VENEZUELA'];
};
empireIntegration: {
custodyVerification: {
testTransactions: 100;
attestationOracle: true;
syncFrequency: 'EVERY_SOLANA_SLOT';
};
failoverTesting: {
scenarios: ['API_OUTAGE', 'DATA_MISMATCH', 'DELAYED_RESPONSE'];
allPassed: boolean;
};
};
}
πΉ 13.1.4 Infrastructure Preparation
(Days β30 to β1)
Component
Requirements
Target
Component
Requirements
Target
Solana RPC Nodes
Helius RPC: 500 req/sec Β· 100 sendTx/sec Β· 3 geographic regions
Day -14
Validator Priority Fees
Jito bundle integration(US-East Β· priorityUS-West Β· EU)
Day β14
Jito Bundle Integration
Priority fee estimation Β· MEV protection Β· bundle submission for compliance-critical transactions
Day -β14
Database Cluster
PostgreSQL primary + 2 replicas Β· 10K TPS capacity Β· automatic failover Β· encrypted at rest (AES-256)
Day -β7
API Gateway
Load balancer Β· rate limiting Β· DDoS protection Β· TLS 1.3 Β· 99.99% availability SLA
Day -β7
Monitoring Stack
Prometheus Β·+ Grafana Β· PagerDuty Β· 24/7 on-call rotation Β· <1 minute incident detection
Day -β7
Disaster Recovery
Cross-region backup Β· 15-minute RPO Β· 1-hour RTO Β· tested failover procedures
Day -β3
πΉ
13.1.5 Launch Week Execution Plan
interface LaunchWeekPlan {
parameters: {
launchDay: 'MONDAY';
timezone: 'UTC';
teamLocation: 'DISTRIBUTED';
warRoom: true;
};
launchTeam: {
commandCenter: { lead: 'CTO'; members: ['LEAD_ENGINEER', 'SECURITY_LEAD', 'DEVOPS_LEAD'] };
engineering: { smartContracts: 2; backend: 3; frontend: 2 };
compliance: { officers: 2; analysts: 2 };
support: { customerSuccess: 3; documentation: 1 };
};
communications: {
internal: 'SLACK_WAR_ROOM';
escalation: 'PAGERDUTY';
external: 'STATUS_PAGE';
regulatory: 'SECURE_EMAIL';
};
}
πΉ 13.1.6 Day 1 Deployment Timeline
Day 1 begins at 09:00 UTC with contract deployment. Six launch gates (G1βG6) must be passed sequentially. Any failed gate triggers halt and escalation to the CTO. No exceptions β financial infrastructure requires zero-defect launch procedures.
Time (UTC)
Milestone
Actions
Gate
09:00
Contract Deployment
Deploy CEDEX Β· LPGlobal Unified CEDEX Liquidity Pool Β· Transfer Hook program Β· IssuersIssuer PortalGateway backend
G1
09:15
Bytecode Verification
Verify all deployed bytecode hashes match audited versions β hash mismatch halts launch
β
10:00
Protocol Initialize
Configure CEDEX Β· initinitialize LPGlobal Pool with permanent lockLP burn Β· enableactivate Transfer Hook with all 42 controls
G2
10:15
Compliance Activation
Activate KYC/OFAC/SDN screening Β· AML monitoring Β· OFACEmpire screeningwhitelist sync Β· compliance1:1 dashboardattestation oracle
β
10:30
Canary Trading
Open to internalInternal accounts only Β· test all 642 Transfer Hook verificationscontrols Β· positive and negative test cases
G3
11:00
Fee Verification
Verify 5% fee collectioncollected andon distributiontest trades Β· confirm 0.44% routes to protocol/Global Pool Β· verify no issuer secondary share
β
12:00
Oracle Verification
Confirm 1:1 attestation oracle Β· TWAP price feed accuracy Β· EDGAR oracle functionalitypipeline
and
price
accuracyβ
β
15:00
Public Testnet
Open to 500β1,000 whitelisted testers Β· $100M simulated volume stress test Β· circuit breaker trigger test
G4
18:00
Load Testing
Simulate peak load Β· verify circuit breakers Β· stress test infrastructureAPI gateway Β· confirm RPC capacity
β
23:59
Day 1 Complete
All systems operational Β· monitoring active Β· Day 2 canary expansion handoff
β
interface CanaryTradingVerification
{
testAccounts:
{
count:
10;
types: ['INTERNAL_TEAM', 'COMPLIANCE_OFFICER', 'SECURITY_TEAM'];
preVerified: true;
};
transferHookTests: [
{ hook: 'KYC_VERIFICATION'; testCase: 'Verified wallet can transfer'; negativeTest: 'Unverified wallet blocked' },
{ hook: 'ACCREDITATION_CHECK'; testCase: 'Accredited investor can purchase'; negativeTest: 'Non-accredited blocked' },
{ hook: 'SANCTIONS_SCREENING'; testCase: 'Clean wallet can transfer'; negativeTest: 'SDN-listed wallet blocked' },
{ hook: 'CUSTODY_VERIFICATION'; testCase: 'Backing verified, transfer proceeds'; negativeTest: 'Backing mismatch blocked' },
{ hook: 'CIRCUIT_BREAKER'; testCase: 'Normal trade proceeds'; negativeTest: '>2% price impact blocked' },
{ hook: 'FEE_COLLECTION'; testCase: '5% fee deducted correctly'; negativeTest: 'Fee bypass blocked' },
];
passCriteria: {
allTestsPassed: true;
zeroSecurityIssues: true;
performanceWithinSLA: true;
};
}
πΉ 13.1.7
Day 33: Public Mainnet Launch β Gate G5 and G6
TimePublic (UTC)
Milestone
Actions
Gate
08:00
Finalmainnet launch occurs on Day 3 only after a final Go/No-Go
Review Dayreview 1β2at metrics08:00 Β·UTC. confirmAll allgates systemsG1βG5 greenmust Β·be finalgreen. approval
G5
09:00
PUBLICGate MAINNETG6 LAUNCH
Openis the public launch itself β CEDEX opens to all Empire-verified participants
G6
09:05
investors, the Issuer ApplicationsGateway Open
Beginbegins accepting ST22 Digitalapplications, Securities issuer applications
β
09:10
Full Compliance Active
Activateand full compliance monitoring Β· real-time alerts Β·with SAR automation
β
12:00
First Tradingactivates. Review
ReviewAny firstgate 3failure hoursfrom ofG1βG5 tradingdelays Β·public verifylaunch. metrics Β· address issues
β
18:00
Day 3 Review
Review first 9 hours Β· issue status report Β· plan Day 4 priorities
β
π¨ Launch Gate Requirements: Public mainnetNo launch requiresdate ALLis gatessacrosanct (G1βG5)β to pass. Any failed gate triggers launch delaysecurity and escalationcompliance tointegrity CTOtake for resolution. No exceptions β financial infrastructure requires zero-defect launch.precedence.
πΉ
13.1.86 Post-Launch Stabilization (Weeks 2β4)
Week
Activities
Success Metrics
Week 2
MonitorTransaction transactionvolume volumesmonitoring Β· verify Transfer HooksHook alert review Β· review compliance alertsalert triage Β· maintaininfrastructure performance tuning
99.9%+ uptime
99.9% uptime Β· <1s API latency Β· 0 security incidents
Week 3
Onboard 10β25 ST22 issuers via Issuer Gateway Β· process 500β1,000 KYCEmpire KYC/KYB verifications Β· launchfirst bondingST22 curvesofferings live
10+ issuers active Β· 500+ verified investors onboarded
Week 4
Analyze transaction patterns Β· optimize gasSolana CU usage Β· identify scaling bottlenecks Β· prepare for 2β4ΓPhase volume2
increase
Scaling plan completefinalized Β· bottlenecks identifieddocumented Β· Phase 2 kickoff ready
πΉ 13.1.9 Launch Success Criteria
Metric
Target (Week 4)
Stretch Goal
System Uptime
99.9%
99.99%
Active ST22 Issuers
10β25
30+
Verified Investors
500β1,000
2,000+
Security Incidents
0
0
Compliance Violations
0
0
π13.7 13.2 Four-Phase Growth PhasesPlan
OTCM Protocol follows a structured four-phase growth plan from Genesis through Maturity,Maturity. eachEach phase buildinghas upondefined entry criteria derived from the previous withphase's clearlysuccess definedmetrics. objectives,No metrics,phase begins until its entry criteria are confirmed by the CTO and dependencies.CLO.
PHASE 1 β GENESIS | Q2 2026 Q3βQ4 2026| 2027 2028+
βββββββ ββββββββββ ββββ ββββ
Phase 1 Phase 2 Phase 3 Phase 4
GENESIS BOOTSTRAP GROWTH MATURITY
Foundation ScaleEstablishment
&
Market
Full
Establishment
Partnerships Expansion Ecosystem
πΉ 13.2.1 Phase 1: Genesis (Q2 2026)
Parameter
Specification
TimelineParameter
Specification
Timeline
Q2 2026 (AprilβJune)
Target ST22 Issuers
10β25 initial issuers (β focus on OTC companies with trapped shareholders)shareholder value identified by IDOS
TradingInfrastructure
Volume
$50Mβ$200M initial trading volume capacity
Infrastructure
Core CEDEX Β· Transfer Hooks (all 42) Β· IssuersIssuer PortalGateway Β· Accredited Investors Gateway (Empire) Β· compliance monitoring
Regulatory posture
Rule 506(c) active Β· Form D filed per issuer Β· Empire Stock Transfer integrated Β· Release No. 33-11412 Digital Securities classification confirmed
Trading volume capacity
$50Mβ$200M
Primary Goalgoal
Establish foundation Β· prove technology Β· validate product-market fit Β· zero security incidents
interface Phase1Genesis
{
deliverables:
{
infrastructure:
[Genesis 'CEDEX_MAINNET_DEPLOYMENT',Success 'OTCM_LIQUIDITY_POOL_ACTIVE',Metrics
'TRANSFER_HOOK_OPERATIONAL',
'ISSUERS_PORTAL_LIVE',
'COMPLIANCE_MONITORING_ACTIVE',Minimum
];
regulatory:
[Target
'FORM_D_FILED',
'RULE_506C_COMPLIANCE',
'DIGITAL_SECURITIES_CLASSIFICATION_CONFIRMED',
//
ReleaseST22 No.issuers 33-11412onboarded
'EMPIRE_STOCK_TRANSFER_LIVE',
'FINCEN_BSA_ACTIVE',
];10
business:
[
'FIRST_10_ISSUERS_ONBOARDED',25
'FIRST_500_INVESTORS_VERIFIED',
'FIRST_GRADUATION_ACHIEVED',
];
};
successMetrics:Empire-verified {investors
issuersOnboarded:
{
min:500
10,
target:
251,000
};
investorsVerified:
{
min:
500,System target:uptime
1000
};
tradingVolumeCapacity:99.9%
{
min:
50_000_000,99.99%
target:
200_000_000
};
uptime:
0.999;Security securityIncidents:incidents
0;
complianceViolations:
0;0
};
riskFactors:
[0
'REGULATORY_UNCERTAINTY',
'TECHNOLOGY_BUGS',
'LOW_INITIAL_ADOPTION',
'COMPETITOR_RESPONSE',
];Compliance }violations
πΉ
13.2.0
0
PHASE 2 Phaseβ 2:BOOTSTRAP Bootstrap (| Q3βQ4 2026)2026 | Scale and Partnerships
Parameter
Specification
TimelineParameter
Specification
Timeline
Q3βQ4 2026 (JulyβDecember)
Target ST22 Issuers
50β150 issuers (4β6Γ growth from Phase 1)
Institutional partnerships
First institutional partnershipsinvestors Β· family offices Β· RIAsRIA partnerships for accreditation verification pipeline
MarketOTCM MakersSecurity Token listing
EnhancedApplication marketto makerCEX incentivelistings program(Binance, Β·Kraken, liquidityCoinbase)
mining
Regulatory milestones
Regulatory
Regulation A+ Tier 2 preparation Β· additional state notice filings Β· internationalCEDEX explorationATS classification evaluation
Technical milestones
CEDEX v1.5 Β· enhanced AMM Β· limit order support Β· advanced analytics dashboard
Primary Goalgoal
Scale operations Β· establish institutional credibility Β· prepare for growth phase
πΉ
13.2.
Phase 2 entry criteria: (1) 10+ issuers live and trading; (2) 500+ Empire-verified investors; (3) 3+ months clean operating history with zero critical security incidents; (4) all medium-severity audit findings remediated.
PHASE 3 Phaseβ 3:GROWTH Growth (2027)| 2027 | Market Expansion
Parameter
Specification
TimelineParameter
Specification
Timeline
Full Yearyear 2027
Target ST22 Issuers
200β500 issuers
(expanding
beyond
OTC
to
broader Digital Securities) Daily CEDEX Volume
$200Mβ$1B
daily
trading
volume
Regulation A+ Tier 2
GlobalSEC Compliance
Multi-jurisdictionqualification compliance architecturereceived Β· non-accredited investors eligible (10% limit) Β· $75M annual cap per issuer
Regulation S rollout
Non-U.S. investor participation active Β· 12-month compliance period enforced by Transfer Hook Control 24
NASDAQ Preplisting
Groovy Company, Inc. ($GROO) NASDAQ listing preparations Β· audited financials Β· institutional credibility milestone
Cross-chain
Wormhole read bridge (Phase 1) Β· EVM representation token evaluation (Phase 2 decision gate)
Primary Goalgoal
Achieve market leadership Β· establish global presence Β· prepare for full institutional adoption
πΉ
13.2.
Phase 3 entry criteria: (1) 50+ issuers active; (2) $100M+ cumulative ST22 transaction volume; (3) Regulation A+ qualification in progress; (4) SOC 2 Type I certification complete.
PHASE 4 Phaseβ 4:MATURITY Maturity (| 2028+) | Full Ecosystem
Parameter
Specification
TimelineParameter
Specification
Timeline
2028 and beyond
Institutional Adoptionadoption
Full institutional adoption:participation Β· banks Β· broker-dealers Β· asset managers Β· ATS registration finalized
OTCM ICO
$100M ICOtarget forΒ· OTCMDutch utilityauction mechanism Β· public token distribution
International expansion
EU (Dutch auction)
DAO Governance
DAO governance activationMiCA) Β· decentralizedUK protocol management
International
EU(FCA) Β· Asia-PacificSingapore (MAS) Β· LatinJapan America(FSA)
expansion
Cross-chain
EVM compliance layer evaluation Β· ERC-3643 compatibility assessment
Protocol governance
Governance framework evolution Β· expanded multi-sig participant set Β· broader stakeholder participation
Primary Goalgoal
Protocol decentralizationmaturity Β· global regulatory acceptance Β· marketself-sustaining maturityecosystem
interface Phase4Maturity {
otcmICO: {
targetRaise: 100_000_000; // $100M USD
mechanism: 'DUTCH_AUCTION';
tokenDistribution: {
publicSale: 40; // 40% to public
ecosystem: 25; // 25% ecosystem growth
team: 15; // 15% team (4-year vesting)
treasury: 20; // 20% protocol treasury
};
};
daoGovernance: {
activation: 'Q2_2028';
votingPower: 'TOKEN_WEIGHTED';
quorum: 0.10;
proposalThreshold: 100_000; // 100K OTCM to propose
governableParameters: [
'FEE_RATES', 'STAKING_APY_RANGES', 'CIRCUIT_BREAKER_THRESHOLDS',
'ISSUER_REQUIREMENTS', 'TREASURY_ALLOCATION',
];
};
internationalExpansion: {
regions: [
{ name: 'EU', framework: 'MiCA', timeline: 'Q1_2028' },
{ name: 'UK', framework: 'FCA_SANDBOX', timeline: 'Q2_2028' },
{ name: 'SINGAPORE', framework: 'MAS', timeline: 'Q3_2028' },
{ name: 'JAPAN', framework: 'FSA', timeline: 'Q4_2028' },
];
localPartners: true;
multiCurrency: true;
};
}
πΉ 13.2.5 Milestone Dependencies
Phase 1 (Genesis)
βββ Security: 0 Critical/High findings in audits
βββ Regulatory: Rule 506(c) active Β· Form D filed
βββ Technical: All 42 Transfer Hook controls operational
β ENABLES
Phase 2 (Bootstrap)
βββ Business: 10+ issuers onboarded Β· 500+ verified investors
βββ Technical: First graduation completed
βββ Financial: 3+ months clean operating history
β ENABLES
Phase 3 (Growth)
βββ Business: 50+ issuers Β· $100M+ TVL
βββ Regulatory: Reg A+ qualification Β· Reg S active
βββ Financial: NASDAQ listing preparations underway
β ENABLES
Phase 4 (Maturity)
βββ Business: 200+ issuers Β· $1B+ annual volume
βββ Governance: DAO activation ready
βββ International: MiCA/FCA applications filed
π―13.8 13.3 Technical Development Milestones
πΉ13.8.1 13.3.1 Smart Contract DevelopmentRoadmap
Quarter
Component
Features
Status
Quarter
Component
Features
Status
Q1 2026
CEDEX Core v1.0 (dev)
BondingCPMM curveAMM Β· CPMMTransfer Hook foundation Β· basicstaking TransferΒ· HooksGlobal (6Pool
hooks)
Development
DEV
Q2 2026
Launch Release
FullAll 42 Transfer Hooks Β· staking1:1 Β·attestation vestingoracle Β· circuit breakers Β· Issuer Gateway
LAUNCHLaunch
Q3 2026
CEDEX v1.5
Enhanced AMM Β· limit orders Β· advancedanalytics analyticsdashboard Β· bug bounty program
PLANPlanned
Q4 2026
Cross-chain BridgePhase 1
EthereumWormhole read bridge Β· multi-chaincustody liquidityattestation aggregationon EVM chains
PLANPlanned
2027
CEDEX v2.0
Full DEX feature parity Β· institutionalInstitutional trading Β· darkadvanced pools
PLAN
2028
DAOorder Contracts
Governancetypes Β· treasurydark managementpool evaluation
Planned
2028
Protocol Governance v2
Expanded multi-sig set Β· proposalbroader systemparameter governance Β· cross-chain expansion controls
PLANPlanned
πΉ13.8.2 13.3.2 Infrastructure Scaling
Phase
RPC Capacity
Database TPS
Geographic Regions
Genesis
Genesis (Q2 2026)
500 req/sec
10K TPS
3 (β US-East Β· US-West Β· EU)EU
Bootstrap (Q3βQ4 2026)
2,000 req/sec
50K TPS
5 (β + APAC Β· LATAM)LATAM
Growth (2027)
10,000 req/sec
200K TPS
8 (β global coverage)coverage
Maturity (2028+)
50,000+ req/sec
1M+ TPS
12+ (β full global)global
πΉ13.8.3 13.3.3 Security Enhancement Roadmap
β’ Q2 2026 β Initial dual-Dual-auditor security certification (Quantstamp + Halborn) + Certora formal verification
-
β’ Q3 2026 β Bug bounty program launch (β $100K initial pool)pool
-
β’ Q4 2026 β SOC 2 Type I certification
-
β’ 2027 β SOC 2 Type II certification Β· ISO 27001 Β· quarterly penetration testing program formalized
-
β’ 2028+ β Formal verification expansion to cross-chain components Β· insurance coverage ($50M+) target)
π13.9 13.4 Regulatory Expansion Roadmap
πΉ13.9.1 13.4.1 USU.S. Regulatory Path
Timeline
Regulatory Milestone
Impact
Impact
Q2 2026
Rule 506(c) Activeactive + Digital Securities Classificationclassification (Release No. 33-11412)
Accredited investors only Β· unlimited raise Β· general solicitation permitted
Q4 2026
Regulation A+ Tier 2 Filingfiling with SEC
Non-accredited investors eligible (10%pending limit)qualification Β· $75M annual cap
Q2 2027
Regulation A+ Qualification
SEC qualification received
Retail investor participation opens Β· retailsignificant investorsTAM canexpansion
participate
Q4 2027
NASDAQ Listinglisting ($GROO)
Groovy Company, Inc. listed on NASDAQ Β· institutional credibility unlocked
2028+
ATS Registrationregistration Evaluationevaluation
Evaluate SEC ATS registration for CEDEX as fully regulated exchange statusvenue
πΉ13.9.2 13.4.2 International Expansion
Region
Timeline
Framework
Approach
Region
Timeline
Regulatory Framework
Approach
European Union
Q1 2028
MiCA β Markets in Crypto-Assets Regulation
CASP registration Β· local legal entity formation
United Kingdom
Q2 2028
FCA β Financial Conduct Authority
SandboxRegulatory sandbox participation Β· full authorization pathway
Singapore
Q3 2028
MAS β Monetary Authority of Singapore
Capital Markets Services license Β· local partnership
Japan
Q4 2028
FSA/JFSAFSA β Financial Services Agency
Local partnership Β· Type I licenseFinancial Instruments Business
β οΈ13.10 13.5 Risk Mitigation &and Contingency Planning
πΉ13.10.1 13.5.1 Launch Risk Assessment
Risk Category
Likelihood
Impact
Mitigation
Likelihood
Impact
Primary Mitigation
Smart Contractcontract Bugvulnerability
LOWLow
CRITICALCritical
Dual audits Β·+ formal verification Β·+ bug bounty Β· no launch without all audits green
Regulatory Actionchallenge or inquiry
LOWLow
HIGHHigh
Pre-filing SEC meetingsmeeting Β· Digital Securities compliance-first design Β· CLO Jeff Turner (JDT Legal) engaged
Infrastructure Failurefailure
LOWLow
MEDIUMMedium
Multi-region redundancy Β· automatic failover Β· 15-min RPO Β· 1-hour RTO
Low Initialinitial Adoptionissuer adoption
MEDIUMMedium
MEDIUMMedium
IDOS priority queue drives targeted outreach Β· Groovy Company, Inc. as flagship issuer
Β·
targeted
outreach
Market Manipulationmanipulation attempt
MEDIUMMedium
MEDIUMMedium
Circuit breakers Β· 42 Transfer HooksHook controls Β· circuit breakers Β· real-time monitoring Β· Jito MEV protection
Empire Stock Transfer operational issue
Low
High
Documented failover procedures Β· contractual SLAs Β· direct Patrick Mokros escalation path
πΉ13.10.2 13.5.2 Three-Level Rollback ProceduresFramework
interface RollbackProcedures
{
triggerConditions:
[
'CRITICAL_SECURITY_VULNERABILITY',
'REGULATORY_STOP_ORDER',Level
'CATASTROPHIC_DATA_CORRUPTION',
'PROLONGED_INFRASTRUCTURE_FAILURE',
];Action
rollbackLevels:
{
level1_pause:Scope
{
action:
'PAUSE_NEW_TRANSACTIONS';Decision existingPositions:Authority
'PRESERVED';
decisionAuthority:
'CTO';Reversible?
reversible:
true;
};
level2_freeze:
{Level action:1 'FREEZE_ALL_OPERATIONS';β existingPositions:Pause
'FROZEN';
decisionAuthority:
'Pause new transactions only
Existing positions preserved and accessible
CTO (Frank Yglesias)
Yes
Level 2 β Freeze
Freeze all operations
All positions frozen Β· no transfers
CEO (Berj Abajian) + CTO';CTO
reversible:
true;
};Yes
level3_rollback:
{
action:
'REVERT_TO_LAST_GOOD_STATE';
existingPositions:Level 'RESTORED_FROM_SNAPSHOT';3 decisionAuthority:β 'BOARD';Rollback
reversible:
false;
};Revert };to communication:last {verified internal:good 'IMMEDIATE_ALL_HANDS';state
regulators:
'WITHIN_1_HOUR';
users:Positions 'WITHIN_2_HOURS';restored public:from 'WITHIN_4_HOURS';snapshot
};
}
Full Board
No
πΉ13.10.3 13.5.3 Crisis ManagementCommunication Protocol
β’ Crisis Commander β CTO Frank Yglesias (primary) orΒ· CEO Berj Abajian (secondary) hasΒ· full authority during declared crisis
-
β’ War Room Activation β ImmediateFull team assembly within 15 minutes of incident detection via PagerDuty
-
β’ CommunicationRegulatory CadenceNotification β Hourly status updates internally Β· 4-hour updates externally
Regulatory NotificationSEC βand SEC/FinCEN notification within 24 hours of any material incident affecting investor assets-
β’ Communication Cadence β Hourly internal status updates Β· 4-hour external status page updates during active incident
β’ Post-Incident Review β Mandatory root cause analysis within 72 hours of full resolution Β· published within 30 days
13.11β Implementation Readiness: OTCM Protocol's implementation roadmap provides a methodical path from development through global maturity. Each phase builds upon proven foundations with clear success criteria, risk mitigation, and contingency planning. The security-first, compliance-always approach ensures sustainable growth while protecting all stakeholders.
π 13.6 Cross-Chain Interoperability Roadmap
πΈ13.11.1 13.6.1 Strategic Position β Why Solana First Is Not Solana Only
OTCM Protocol launched on Solana as a deliberate architectural choice,choice. not a permanent constraint. This section documents the strategic rationale for the Solana-first approach, the phased cross-chain expansion plan, and the technical mechanisms under evaluation for interoperability.
The Solana-First Rationale
Property
Solana
Ethereum L1
EVM L2s
SPL Token-2022 Transfer Hook support
Native β built-in
Not available
Not available
Compliance enforcement at transfer primitive
Yes β Transfer Hooks
Application layer only
Application layer only
Transaction cost per compliance-verified transfer
~$0.00025
$1β$50+
$0.01β$0.50
Settlement finality
~400ms
12β15 seconds
Varies
42-control enforcement feasibility
Yes β within CU budget
Gas cost prohibitive
Partially feasible
The SPL Token-2022 Transfer Hook is the single most important capability in OTCM'the platform's architecture.design Noβ no equivalent mechanism exists on Ethereum L1 or any current EVM L2. This is why Solana is not just a preferredpreference: choice β it is the only chain where the OTCM Digital42-control Securitiescompliance architecture as specified can be built today.
Property
WhySolana
Multi-Chain
Is
StillEthereum L1
EVM L2s
SPL Token-2022 Transfer Hook (native)
Yes β built-in
Not available
Not available
Compliance enforcement at transfer primitive
Yes β Transfer Hooks
Application layer only
Application layer only
Cost per compliance-verified transfer
~$0.00025
$1β$50+
$0.01β$0.50
Settlement finality
~400ms
12β15 seconds
Varies
42-control sequential enforcement
Yes β within CU budget
Gas cost prohibitive
Partially feasible
Despite Solana's architectural advantages, multi-chain expansion is a Strategicstrategic Imperative
imperative: Institutionalinstitutional custody infrastructure (FireblocksFireblocks, Β· BitGo Β·BitGo, Anchorage) has deeper EthereumEVM integrationintegration; than SolanaManymany institutional investors hold capital on EVM chains and prefer not to bridge for new asset exposureERC-3643 ($32B+ tokenized)bridge; and Securitize (operating on Ethereum) have established institutional familiarity with EVM-based security tokensRegulatory frameworks in the EU (MiCA) and UK (FCA) regulatory frameworks have more Ethereum-specific guidanceguidance. thanCross-chain Solana-specificcapability guidance
expands
the addressable investor base without compromising the Solana compliance architecture.
πΈ13.11.2 13.6.2 Phased Cross-Chain Expansion Plan
Phase
Timeline
Milestone
Technical Mechanism
Phase 0
β Solana Native
Q2 2026
Mainnet launch βΒ· all 42 controls enforced on Solana
SPL Token-2022 Transfer Hooks β no bridge
Phase 1
β Wormhole Read Bridge
Q4 2026
Read-only custody attestation accessible on EVM chains
Wormhole β oracle message relay only
Phase 2
β EVM Representation Tokens
Q2 2027
Wrapped ST22 tokens on Ethereum/Base β trading only Β· compliance enforced on Solana
Wormhole NTT (Native Token Transfers)
Phase 3
β EVM Compliance Layer
Q4 2027
Subset of Transfer Hook controls ported to EVM via ERC-1363compliance ororacle
custom
hooks
ERC-1363 transfer-and-call + compliance oracle
Phase 4
β Full Multi-Chain Parity
2028+
Independent compliance enforcement on EVM chains for jurisdictions requiring itjurisdictions
ERC-3643 compatibility layer evaluation
Critical principle:Principle: Solana remainsRemains theAuthoritative Settlement Layerauthoritative
settlement and compliance layer at all times. Cross-chain representations are settlement-linked to Solana state βat theyall times. EVM-side wrapped tokens cannot exist without a corresponding Solana position. No cross-chain architecture will createcreates a parallel token supply that diverges from theSolana. on-chainThe supplyMaster Securityholder File maintained by Empire Stock Transfer on Solana.the off-chain layer remains the legally authoritative ownership record regardless of which chain the token representation is trading on.
πΈ13.11.3 13.6.3 Phase 1 β Wormhole Integration Architecture
Why Wormhole over alternatives:
Bridge Protocol
Solana Support
Formal Verification
Guardian Network
ST22 Compatibility
Wormhole
Native
Yes (guardian network)
19 validators
Evaluating
LayerZero
Solana support
Partial
Oracle + relayer
Evaluating
Axelar
Limited Solana
Partial
Proof-of-stake
Not preferred
Circle CCTP
USDC only
Yes
N/A
Not applicable
πΈ 13.6.4 Phase 2 βEVM NativeInvestor Token Transfer (NTT) ArchitectureDisclosure
Wormhole's Native Token Transfer (NTT) framework enables genuine multi-chain token existence while maintaining a canonical supply on Solana.
Compliance implications of EVM wrapped tokens:
On EVM chains, wrapped ST22 Digital Securities tokens trade under the EVM chain's own transfer rules β OTCM's Transfer Hooks do not execute on EVM. This means:
- EVM-side transfers are
NOTnot subject to OTCM's 42 security controls - controls; EVM-side OFAC screening must be implemented at the application
layerlayer; (not hook layer) Thethe authoritative compliance record remains on SolanaReturnSolana; and return to Solana (bridge-in) triggers full 42-control Transfer Hook enforcement
enforcement. This limitation willis beclearly documenteddisclosed in all investor materials for Phase 2.2 OTCMproducts.
will not
represent13.11.4 Cross-Chain Control Applicability Matrix
Control Category
Solana (Phase 0)
EVM wrappedPhase tokens2
as
having
equivalent compliance enforcement to native Solana ST22 Digital Securities tokens untilEVM Phase 3 is complete.
πΈ 13.6.5 Phase 3 β EVM Compliance Layer Evaluation
Option A β ERC-1363 Transfer-and-CallTarget
Feature
SPL
Token-2022 Transfer Hook
ERC-1363 transferAndCall
Compliance enforcement mandatory
Yes β cannot be bypassed
No β only if receiver implements interface
Gas cost per compliance check
~$0.00025
$1β$15 per check
Supports 42 sequential controls
Yes β within CU budget
Prohibitive gas cost
Atomic revert on compliance fail
Yes
Yes
DEX compatibility
Custom AMM required
Major DEXs not compatible
Option B β ERC-3643 Compatibility Layer
ERC-3643 (T-REX) is the leading Ethereum security token standard with $32B+ in deployed assets. OTCM is evaluating whether a compatibility wrapper could allow ST22 Digital Securities tokens to be represented as ERC-3643 tokens on Ethereum.
Consideration
Assessment
Institutional familiarity
High β $32B deployed Β· BlackRock/Hamilton Lane familiar
Compliance enforcement depth
Lower than SPL Transfer Hooks β application layer
Development cost
Medium β wrapper contract + ONCHAINID integration
Time to market
Faster than building custom EVM compliance
Strategic risk
Creates dependency on Tokeny ecosystem
Phase 3 decision gate (Q2 2027): OTCM will evaluate Options A and B based on EVM gas costs, institutional demand, and the state of Ethereum's programmable compliance primitives. A decision document will be published as a governance proposal before Phase 3 development begins.
πΈ 13.6.6 Transfer Hook Compliance β Cross-Chain Applicability Summary
Control Category
Enforced on Solana
Enforced on EVM (Phase 2)
Enforced on EVM (Phase 3 target)
Custody verification (Hook1:1 1)attestation)
β
Every transfer
Via Wormhole read relay
Yes β via oracle
OFAC sanctions/ (HookSDN 2)screening
β
Every transfer
Application layer only
Partial β gas constrained
AML risk scoring
(Hook
3)
β
Every transfer
Application layer only
Partial β gas constrained
KYC/KYC / accreditation (Hookcheck
4)
β
Every transfer
Application layer only
Via ONCHAINID (if ERC-3643)
Circuit breakerbreakers
(Hook
5)
β
Every transfer
Not enforced
Evaluating
LPGlobal Pool sufficiency
(Hook
6)
β
Every transfer
Not applicable
Not applicable
Controls 7β42 (all remaining)
β
Every transfer
Not enforced
Subset only
13.11.5β οΈ Investor disclosure: Until Phase 3 is complete, EVM-chain representations of ST22 Digital Securities tokens do not carry equivalent compliance enforcement to native Solana ST22 tokens. This distinction will be clearly disclosed in all marketing materials, token documentation, and investor agreements for cross-chain products.
πΈ 13.6.7 Cross-Chain Expansion Governance Requirements
Any cross-chain expansion beyond Phase 1 (read-only) requires aauthorization DAOunder governancethe vote:Protocol Governance and Parameter Management framework (Section 7). The multi-sig thresholds and timelock requirements increase with the significance of the change:
Decision
VoteAuthorization ThresholdRequired
Timelock
Required Documentation
Phase 1 activation
β (Wormhole read relay)relay
Simple3-of-5 majoritymulti-sig
48 hours
Technical specification + security audit
Phase 2 activation
β (NTT wrapped tokens)tokens
2/35-of-9 supermajoritymulti-sig
7 days
Full audit + CLO legal opinion on EVM jurisdiction
Phase 3 activation
β (EVM compliance layer)layer
2/35-of-9 supermajoritymulti-sig
14 days
Full audit + compliance equivalence analysis
ERC-3643 compatibility layerevaluation
2/35-of-9 supermajoritymulti-sig
14 days
LegalCLO legal opinion + Tokeny partnership terms review
This governance requirement ensures that the decision to expand beyond Solana is a community decision, not a unilateral management choice, and that institutional investors are aware of and have approved any changes to the Digital Securities compliance architecture they rely upon.
Groovy Company, Inc. dba OTCM Protocol Β· Wyoming| Corporation Β·CIK: invest@otcm.io1499275 Β· otcm.io| Version 7.0 | March 2026 | Confidential
Back to top