← Articles
Star: internet rounds for equity-backed tokens on Solana logo
solana

Star: internet rounds for equity-backed tokens on Solana

· SEP 1, 2026 ·
Read
Share

Bonding-curve internet round, USDC in, SPL out. MCP: npx -y @star-factory/launch-cli mcp serve.

devrels.xyz/a/287

Star is a fundraising platform. Founders run an internet round: an equity-backed token sold live on a bonding curve, settled in USDC, then trading as an SPL token on Solana. Docs: docs.star.fun. Index: /llms.txt. Raise UI: star.fun/raise. Repo: star-dot-fun/stardotfun.

Self-serve presets are $10K, $25K, and $50K, graduating around $190K, $352K, and $622K market cap. Equity link defaults to 10% of the company (1% to 30%). Supply is 1,000,000,000 SPL: 60% public sale, 20% team (3-month cliff, 9-month vest), 20% liquidity. During the raise Star takes 1% of trades. After a successful raise Star takes 0.5% and the founder earns 0.5% of every secondary trade. Larger than $50K is a call, not self-serve.

Self-serve presets
PresetUp frontGraduates at
Micro$10K~$190K
Standard$25K~$352K
Pro$50K~$622K

Launch CLI / MCP

Official package @star-factory/launch-cli (npm 0.3.0). MCP serve. The agent never holds keypairs. You sign in with a Star account in the browser and approve the payload.

bash
claude mcp add star -- npx -y @star-factory/launch-cli mcp serve

Cursor (or any mcp.json):

json
{
  "mcpServers": {
    "star": {
      "command": "npx",
      "args": ["-y", "@star-factory/launch-cli", "mcp", "serve"]
    }
  }
}

Minimum launch: name, ticker, website, preset. Optional equity link, socials, icon. Docs: Fundraising.

After launch

Incorporation is bundled with Bedrock (BVI plus Cayman SPC). Raised funds sit in a treasury. Holders with 5% of supply can open a proposal. Decision markets run on combinator.trade. Non-curated rounds can be bought from any Solana wallet. Curated raises go through Star. Failed launches refund.

The platform token is $STAR. Documented mint StargWr5r6r8gZSjmEKGZ1dmvKWkj79r2z1xqjFstar. Mint authority is assigned to the DAO. The docs OpenAPI file is a Mintlify placeholder, not a Star HTTP API.

Keep reading

Get new articles in your inbox

Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.

Star: internet rounds for equity-backed tokens on Solana | devrels.xyz