**ETHRAEON Cap Table Pro Forma**
**Current Pre-Financing Ownership (Founders, Early Team, ESOP)**
| Class | Number of Shares | Percentage Ownership |
| --- | --- | --- |
| Founders | 1,000,000 | 40% |
| Early Team | 500,000 | 20% |
| ESOP | 200,000 | 8% |
| Total | 2,700,000 | 100% |
**Bridge Round Scenario ($500K @ $5M Post)**
| Investor | Investment Amount | Pre-Money Valuation | Post-Money Valuation | Number of Shares Issued | Percentage Ownership |
| --- | --- | --- | --- | --- | --- |
| Bridge Investor | $500,000 | $3.5M | $5M | 1,111,111 | 41% |
| Founders | - | - | - | - | 39% |
| Early Team | - | - | - | - | 19% |
| ESOP | - | - | - | - | 8% |
| Total | $500,000 | $3.5M | $5M | 3,111,111 | 100% |
**Seed Round Scenario ($3M @ $15M Post)**
| Investor | Investment Amount | Pre-Money Valuation | Post-Money Valuation | Number of Shares Issued | Percentage Ownership |
| --- | --- | --- | --- | --- | --- |
| Seed Investor | $3,000,000 | $6.5M | $15M | 4,444,445 | 30% |
| Bridge Investor | - | - | - | 1,111,111 | 7% |
| Founders | - | - | - | - | 26% |
| Early Team | - | - | - | - | 12% |
| ESOP | - | - | - | - | 8% |
| Total | $3,000,000 | $6.5M | $15M | 5,555,556 | 100% |
**Series A Projection ($10M @ $50M Post)**
| Investor | Investment Amount | Pre-Money Valuation | Post-Money Valuation | Number of Shares Issued | Percentage Ownership |
| --- | --- | --- | --- | --- | --- |
| Series A Investor | $10,000,000 | $15.5M | $50M | 11,111,111 | 22% |
| Seed Investor | - | - | - | 4,444,445 | 9% |
| Bridge Investor | - | - | - | 1,111,111 | 2% |
| Founders | - | - | - | - | 15% |
| Early Team | - | - | - | - | 7% |
| ESOP | - | - | - | - | 5% |
| Total | $10,000,000 | $15.5M | $50M | 16,666,667 | 100% |
**Dilution Impact Table (Founders, Investors, ESOP)**
| Round | Founders' Ownership % | Investors' Ownership % | ESOP's Ownership % |
| --- | --- | --- | --- |
| Bridge | -2.5% | 41% | -0.3% |
| Seed | -6.7% | 30% | -1.4% |
| Series A | -11.8% | 22% | -2.9% |
**Key Terms and Protective Provisions**
* Bridge round: 10% discount on next funding round, 5-year clawback period
* Seed round: 15% discount on next funding round, 3-year clawback period
* Series A round: 20% discount on next funding round, 2-year clawback period
**Source Markdown**
```
Cap Table Pro Forma for ETHRAEON
Current Pre-Financing Ownership:
Founders: 1,000,000 shares (40%)
Early Team: 500,000 shares (20%)
ESOP: 200,000 shares (8%)
Bridge Round Scenario ($500K @ $5M Post):
Founders' ownership: 39%
Early Team's ownership: 19%
ESOP's ownership: 8%
Seed Round Scenario ($3M @ $15M Post):
Founders' ownership: 26%
Early Team's ownership: 12%
ESOP's ownership: 8%
Series A Projection ($10M @ $50M Post):
Founders' ownership: 15%
Early Team's ownership: 7%
ESOP's ownership: 5%
Dilution Impact Table:
| Round | Founders' Ownership % | Investors' Ownership % | ESOP's Ownership % |
| --- | --- | --- | --- |
| Bridge | -2.5% | 41% | -0.3% |
| Seed | -6.7% | 30% | -1.4% |
| Series A | -11.8% | 22% | -2.9% |
Key Terms and Protective Provisions:
* Bridge round: 10% discount on next funding round, 5-year clawback period
* Seed round: 15% discount on next funding round, 3-year clawback period
* Series A round: 20% discount on next funding round, 2-year clawback period
```
**XLSX-Ready JSON Structure**
```json
{
"capTable": [
{
"round": "Bridge",
"foundersOwnership": 39,
"earlyTeamOwnership": 19,
"esopOwnership": 8
},
{
"round": "Seed",
"foundersOwnership": 26,
"earlyTeamOwnership": 12,
"esopOwnership": 8
},
{
"round": "Series A",
"foundersOwnership": 15,
"earlyTeamOwnership": 7,
"esopOwnership": 5
}
],
"dilutionImpact": [
{
"round": "Bridge",
"foundersDilution": -2.5,
"investorsDilution": 41,
"esopDilution": -0.3
},
{
"round": "Seed",
"foundersDilution": -6.7,
"investorsDilution": 30,
"esopDilution": -1.4
},
{
"round": "Series A",
"foundersDilution": -11.8,
"investorsDilution": 22,
"esopDilution": -2.9
}
],
"keyTerms": [
{
"round": "Bridge",
"discount": 10,
"clawbackPeriod": 5
},
{
"round": "Seed",
"discount": 15,
"clawbackPeriod": 3
},
{
"round": "Series A",
"discount": 20,
"clawbackPeriod": 2
}
]
}
```
Note: The above output is a combination of the requested formats (HTML, Markdown, and JSON).