Cap-table dilution modeler — post-round ownership, dilution percentages, exit-scenario mod
Cap-table dilution modeler — post-round ownership, dilution percentages, exit-scenario modeling and benchmark comparisons. For founder and startup agents.
150000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-20
updated
Provider
venturepulse.theaslangroupllc.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "150000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "985iFjbnGQ3dJcwXnfRCMSrH4Jnc3kW1N6msR64B5KX1",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:480",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x79A02482A880bCe3F13E09da970dC34dB4cD24D1",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:143",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:196",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:999",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0xb88339CB7199b77E23DB6E890353E22632Ba630f",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k",
"payTo": "62A253YPATFNJCPRKID3FKD77MYJFNTVRYRP4B4JWG36EGLPY7UXFWGI7I",
"asset": "31566704",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "xrpl:0",
"payTo": "rMnHeutYALco8RYFVcmuU4BCgSzBpPEh32",
"asset": "XRP",
"amount": "150000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "xrpl:0",
"payTo": "rMnHeutYALco8RYFVcmuU4BCgSzBpPEh32",
"asset": "524C555344000000000000000000000000000000",
"amount": "0.15",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:56",
"payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
"asset": "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d",
"amount": "150000000000000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"existing_investors_pct": "15",
"founders_pct": "80",
"lang": "en",
"option_pool_increase_pct": "0",
"option_pool_pct": "10",
"pre_money_usd": "8000000",
"raise_usd": "2000000",
"sector": "any",
"stage": "seed",
"structure": "priced"
},
"type": "http"
},
"output": {
"example": {
"dilution_summary": "Founders go from 80% to 64% — a 20% dilution before option pool expansion",
"exit_scenarios": [
{
"exit_valuation_usd": "$50M",
"founder_pct_at_exit": 64,
"founder_proceeds_usd": "$32M"
}
],
"post_round": {
"existing_investors_pct": 12,
"founders_pct": 64,
"new_investors_pct": 20,
"option_pool_pct": 10
},
"round_summary": "$2M seed at $8M pre-money ($10M post-money)"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"existing_investors_pct": {
"description": "existing investor ownership percentage e.g. 15 (default: 0)",
"type": "string"
},
"founders_pct": {
"description": "(required) current founder ownership percentage e.g. 80",
"type": "string"
},
"lang": {
"description": "en | es | fr | de | ja | pt | it | nl | ko | zh | ar (default: en)",
"type": "string"
},
"option_pool_increase_pct": {
"description": "new option pool percentage required by investors (default: 0)",
"type": "string"
},
"option_pool_pct": {
"description": "current option pool percentage e.g. 10 (default: 10)",
"type": "string"
},
"pre_money_usd": {
"description": "(required) pre-money valuation in USD e.g. 8000000",
"type": "string"
},
"raise_usd": {
"description": "(required) amount being raised in USD e.g. 2000000",
"type": "string"
},
"sector": {
"description": "any sector for benchmark context (default: any)",
"type": "string"
},
"stage": {
"description": "seed | series-a | series-b (default: seed)",
"type": "string"
},
"structure": {
"description": "priced | safe | note (default: priced)",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_gxy6qn5p"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://venturepulse.theaslangroupllc.com/api/startup/cap-table" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://venturepulse.theaslangroupllc.com/api/startup/cap-table");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://venturepulse.theaslangroupllc.com/api/startup/cap-table")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5577.json, and this resource appears in /discovery/resources and /discovery/search.