# Build Source: https://docs.openserv.ai/build/index Choose your path to build with OpenServ's Agent Infrastructure ## SERV AI Orchestration Platform Choose your preferred development style: Build workflows and agents using our visual interface. Perfect for non-technical users or quick prototyping. Develop custom agents and advanced integrations using the OpenServ SDK and full code access. # Changelog Source: https://docs.openserv.ai/changelog/overview Product updates and new features across OpenServ. ## Updates * **GPT-5.6 Luna and Terra prices reduced.** GPT-5.6 Luna dropped to \$0.250 input / \$1.50 output per million tokens (from \$1.30 / \$7.80), and GPT-5.6 Terra dropped to \$2.50 / \$15.00 (from \$3.25 / \$19.50). Context windows are unchanged. [Browse models →](/serv-reasoning/models) ## Updates * **Treasury addresses published.** The SERV token page now lists the three treasury wallet addresses alongside the existing multisig disclosure, so holders can verify on-chain balances directly. [View the addresses →](/what-is-serv/the-serv-token) ## Updates * **Model selection guidance, generalized.** Day One now recommends starting with the smallest, least expensive model that plausibly fits your task — rather than naming specific tiers — and moving up only when evaluations show a meaningful quality gap. [Open Day One →](/serv-reasoning/day-one) * **Model catalog refresh.** Claude Opus 4.8 Fast has been removed from the catalog. Remaining Opus 4.x models continue to be available. [Browse models →](/serv-reasoning/models) ## New features * **`serv_disable_content_filter`.** SERV runs a system-prompt content filter on every request by default; declare this tool by name to turn it off for requests where your application intends the model to quote or explain its own instructions. [See usage →](/serv-reasoning/tools#serv_disable_content_filter) ## Updates * **New models available through SERV.** Added Claude Opus 4.7, Opus 4.8, Opus 4.8 Fast, Sonnet 5, and Fable 5; GPT-5.6 Luna, Sol, and Terra; Gemini 2.5 Flash, 2.5 Flash Lite, 3 Flash Preview, 3.1 Pro Preview, and 3.5 Flash; Grok 4.5; Qwen 3.7 Max and 3.7 Plus; Kimi K2.6 and K2.7 Code; Nemotron 3 Ultra and OpenRouter Fusion; and Z.ai GLM 5.2. Retired the OpenAI o3, o3 Mini, o3 Pro, and o4 Mini entries. [Browse the full catalog →](/serv-reasoning/models) * **Auto-updating model catalog.** The [models page](/serv-reasoning/models) is now generated from the live SERV API, so pricing and context windows stay current without a docs release. Several existing models (Claude Opus 4.6, Sonnet 4.6, Grok 4.3/4.20, Qwen3.6 Flash, DeepSeek V4, GPT-5.4 Nano) now show corrected context windows. ## New features * **SERV Tools.** Enable server-side features by declaring specially named tools in any request — no SERV-specific API required. SERV detects tools prefixed with `serv_`, activates the feature, and strips the tool before the model runs. Works identically across the OpenAI SDK, Anthropic SDK, Vercel AI SDK, and raw HTTP. [Read the reference →](/serv-reasoning/tools) * **`serv_prompt_guard`.** Opt-in protection against prompt-injection attacks that try to leak or override your system prompt. Declare the tool by name to enable it — no parameters needed. [See usage →](/serv-reasoning/tools#serv_prompt_guard) * **`serv_shadow_agent`.** Runs a validate-and-iterate loop over the model's output to raise accuracy on hard tasks. Configure `hint` and `max_iterations` through schema defaults. [See usage →](/serv-reasoning/tools#serv_shadow_agent) ## New features * **Build, Launch, Run.** The full OpenServ platform is now organized around three product surfaces: [Build](/build/index) for shipping agents and apps, [Launch](/launch/index) for token launches without presales or VCs, and [Run](/run/index) for the AI Cofounder Suite that handles post-launch operations. * **OpenClaw.** A new OS-level gateway for AI agents across WhatsApp, Telegram, Discord, iMessage, and more — send a message, get an agent response. Includes a quickstart, ERC-8004 identity, x402 marketplace agents, and Telegram and Twitter integrations. [Start with OpenClaw →](/vibecode/openclaw/index) * **OpenServ Skills + ClawHub.** Official OpenServ skills (`openserv-agent-sdk`, `openserv-client`, `openserv-multi-agent-workflows`, `openserv-ideaboard-api`, `openserv-launch`) are now installable into any coding agent or IDE, with [ClawHub](https://clawhub.ai) as the public registry. [Browse skills →](/vibecode/skills) * **No-code path.** A guided no-code experience for building with Workflows, Agents, and Connect — no SDK required. [Open the no-code quickstart →](/no-code/index) ## Updates * **SDK Integration reference.** New page covering the three SERV endpoints (`/v1/chat/completions`, `/v1/responses`, `/v1/messages`) with side-by-side OpenAI and Anthropic SDK examples and a full parameter map. [Open the reference →](/serv-reasoning/sdk-integration) * **SDK Migration guide.** Step-by-step migration paths for Python (`openai`, `anthropic`), the Vercel AI SDK, LangChain, LlamaIndex, Mastra, AutoGen, CrewAI, Instructor, LiteLLM, and raw `fetch`. [Read the guide →](/serv-reasoning/sdk-migration) * **Day One with SERV.** Production-ready defaults — which model size to start with, when to upgrade, and which tasks to delegate to the model vs. your application. [Open Day One →](/serv-reasoning/day-one) ## Updates * **Expanded model catalog.** Added GPT-5.5, GPT-5.4, GPT-5.4 Mini, GPT-5.4 Nano, Claude Opus 4.6, Claude Sonnet 4.6, Claude Haiku 4.5, Gemini Flash Latest, Gemini Pro Latest, Gemma 4, Grok 4.3 and 4.20, Qwen 3.6, and DeepSeek v4 — all available through the same SERV endpoint with pricing and context windows on a single page. [Browse models →](/serv-reasoning/models) * **Same-model performance comparison.** New benchmark visual on the [SERV Reasoning overview](/serv-reasoning/index) shows accuracy vs. inference cost for each model with and without SERV Reasoning on a DeFi trade-decision benchmark. * **Quickstart, refined.** First-request examples now cover the OpenAI SDK, Anthropic SDK, and raw HTTP against `/v1/chat/completions`, `/v1/responses`, and `/v1/messages`, with the SERV-specific behaviors called out up front. [Open the quickstart →](/serv-reasoning/introduction) * **`reasoning_effort` values clarified.** Accepted values are `none`, `low`, `medium`, and `high`. If you were passing `minimal`, switch to `low`. ## New features * **Playground.** Try SERV Reasoning side by side with any base model — same prompt, two outputs, real token, cost, and latency numbers. No SDK setup required. [Open the Playground →](/serv-reasoning/playground) * **OpenAI- and Anthropic-compatible inference API.** Point your existing OpenAI or Anthropic SDK at the SERV endpoint and keep your prompts, tool definitions, and application logic unchanged. See the [Chat Completions](/serv-reasoning/api/chat-completions), [Responses](/serv-reasoning/api/responses), and [Messages](/serv-reasoning/api/messages) references, plus the [compatibility notes](/serv-reasoning/api/compatibility). * **BRAID research framework.** Published the research behind SERV Reasoning — bounded, machine-readable reasoning graphs that replace free-form chain-of-thought. [Read the summary →](/serv-reasoning/research) * **Public roadmap.** The SERV Reasoning roadmap is now public, from the current Private Beta through Public API, fine-tuned models, and longer-horizon research. [See the roadmap →](/serv-reasoning/roadmap) ## Updates * **Model catalog and pricing.** Refreshed pricing for Claude Opus and Qwen models, plus a single page covering every available model, API ID, context window, and per-million-token rate. [Browse models →](/serv-reasoning/models) * **Quickstart.** Streamlined the [SERV Reasoning quickstart](/serv-reasoning/introduction) with first-request examples for the OpenAI SDK, Anthropic SDK, and raw HTTP. # Agent Launches Source: https://docs.openserv.ai/launch/agent-launches # OpenServ Agent Launch System The OpenServ Agent Launch System is a **fully autonomous, agent-native token deployment protocol**, powered by Aerodrome ([https://aerodrome.finance/](https://aerodrome.finance/)). It enables AI agents to independently launch ERC-20 tokens on Base, seed on-chain liquidity, earn trading fees, and reinvest those earnings into compute and AI resources. This system is a foundational primitive for **self-sustaining agent economies** and autonomous startups on OpenServ. *** ## Purpose The Agent Launch System exists to give agents the ability to: * Materialize economic identity via tokens * Monetize outputs, services, or behaviors * Capture fees * Reinvest capital into their own growth * Compound capability over time This enables a closed-loop system where agents **create value, earn from it, and directly upgrade themselves** on SERV’s AI infrastructure. *** ## Autonomous Value Loop At a high level, agents operate in the following loop: 1. **Create**\ An agent generates a product, workflow, or x402 service on SERV. 2. **Launch**\ The agent deploys a token representing their creations. 3. **Trade**\ The token becomes immediately tradeable on-chain. 4. **Earn**\ The agent captures a share of trading fees. 5. **Reinvest**\ Fees are converted into AI credits, compute, and the ability to build more products and services. *** ## System Overview The Agent Launch system allows an agent to: * Deploy a fixed-supply ERC-20 token * Create a concentrated liquidity pool on Aerodrome Slipstream * Lock liquidity for long-term security * Enable immediate public trading * Route trading fees back to the agent All operations are performed via API and are natively callable by autonomous agents running on OpenServ. *** ## Tokenomics ### Fixed Allocation | Parameter | Value | Description | | ------------ | ------------- | ------------------------- | | Total Supply | 1,000,000,000 | Fixed supply | | Liquidity | 95% | Seeded directly into pool | | Staking | 5% | Routed to \$SERV stakers | *** ### Liquidity Pool Configuration | Parameter | Value | | ------------------ | -------------------- | | DEX | Aerodrome Slipstream | | Fee Tier | 2% | | Initial Market Cap | \$15,000 | | Paired Asset | WETH | *** ## Autonomous Fee Generation Every trade in the pool incurs a **2% swap fee**. ### Fee Routing | Recipient | Share | | ----------------- | ----- | | Launching Agent | 50% | | OpenServ Protocol | 50% | Fees accrue continuously as long as trading occurs. *** ## Launch API ### Endpoint POST [https://instant-launch.openserv.ai/api/launch](https://instant-launch.openserv.ai/api/launch) ### Request Payload ```json theme={null} { "name": "Agent Asset", "symbol": "AGENT", "wallet": "0x...", "description": "Autonomous agent-launched token", "imageUrl": "https://...", "website": "https://...", "twitter": "@..." } ``` ## Agent Execution Patterns ### Direct Autonomous Call Agents may invoke the launch endpoint directly as part of an internal workflow, decision tree, or reinforcement loop. This pattern enables fully autonomous token launches triggered by agent state, market signals, or internal evaluation logic. *** ### Native OpenServ Agent Capability Agents can expose token launching as an internal capability that is callable by other agents or workflows. This enables: * Agent-to-agent token launches * Recursive agent economies * Automated experimentation and iteration *** ### OpenServ Launch Skill The OpenServ Launch Skill provides a standardized abstraction for agent-based token deployment. **References:** * `/skills/openserv-launch/SKILL.md` * `/skills/openserv-launch/examples/` * `/skills/openserv-launch/reference.md` This allows token launching to be composed into higher-level agent behaviors. *** ## Launchpad Visibility All agent-launched tokens are automatically indexed by the OpenServ Launchpad. * Tokens appear immediately after launch * Marked as **Agent Launch** * Metadata is pulled directly from the launch payload * Trading links are surfaced automatically Agents can introspect their launched assets programmatically via the Launchpad index. *** ## Final Notes The OpenServ Agent Launch System is **economic infrastructure for autonomous intelligence**. It enables agents to: * Launch assets * Earn market-driven revenue * Reinvest in themselves * Scale autonomously This is how **isolated agents turn into autonomous entities** on SERV. # For Builders Source: https://docs.openserv.ai/launch/for-builders How to launch a token on the SERV Launchpad. ## Launching a token Any project can launch on SERV. No gatekeepers. No application committee. Just a straightforward on-chain process. ### What you need * A launch fee of **5,000 SERV tokens**, paid before deployment begins * Your token configuration, including optional programmatic fundraising and vesting schedules ## Token supply Every launch uses a fixed supply of **1,000,000,000 tokens**. | Allocation | Percentage | Tokens | | --------------------------- | -------------------------------------- | ------------ | | Team | 20% | 200M | | Staking | 5% | 50M | | Programmatic Fundraising | 5% | 50M | | Treasury Vesting (optional) | Variable (35% Max) | 0-350M | | Liquidity Pool | 35-70% (dependent on Treasury Vesting) | 350M or 700M | Team and treasury vesting allocations reduce the LP allocation proportionally. ## Liquidity pool fees Choose your LP fee tier at launch: | Fee tier | Trading fee | Creator share | Platform share | | -------- | ----------- | ------------- | -------------- | | 1% | 1% per swap | 67% | 33% | | 2% | 2% per swap | 67% | 33% | LP fees and programmatic fundraising proceeds are collected and distributed automatically every 4 hours. No manual claiming required. ## Team and treasury vesting Creators can configure optional vesting schedules for team and treasury allocations. Vesting is powered by **Sablier**, a trusted token streaming protocol. ### Accessing your vesting streams After your token launches: 1. Go to **My Projects** in the main menu 2. Find your project card 3. Click the **Vesting** button 4. Follow the links to your Sablier streams to track and claim tokens ![Vesting 1](https://storage.googleapis.com/openserv-prod/e3690ff8-f4cf-4d42-86c3-a76f303f30f3/forbuilders1.png) ![Vesting 2](https://storage.googleapis.com/openserv-prod/e3690ff8-f4cf-4d42-86c3-a76f303f30f3/forbuilders2.png) ![Vesting 3](https://storage.googleapis.com/openserv-prod/e3690ff8-f4cf-4d42-86c3-a76f303f30f3/forbuilders3.png) ## Programmatic fundraising Instead of raising capital through private rounds before your launch, SERV lets you raise as your token price grows. No insiders. No pressure to sell cheap early. See the [Programmatic Fundraising](/launch/programmatic-fundraising) page for full details. # For Buyers Source: https://docs.openserv.ai/launch/for-buyers How to qualify for early access and what to expect during a launch on Base and Solana. Holding 50,000 \$SERV is your ticket to early access on every launch across both Base and Solana. The requirement is the same on both chains. The mechanics are different. *** ## How to qualify * Hold a minimum of **50,000 \$SERV** tokens * Tokens can be held on **Base** or **Ethereum mainnet** - balances are checked separately, not combined * Connect your wallet to the platform before a launch begins * Qualification is determined by a snapshot taken just before each launch *** ## Base launches ### How early access works on Base For the first **15 minutes** after trading is enabled, only qualified \$SERV holders can purchase tokens. This window runs in parallel with the decaying burn protection described below. ### The launch sequence When the scheduled time arrives, the on-chain deployment begins automatically and takes a few minutes: 1. ERC-20 token deployed via TokenFactory 2. Anti-sniper configuration applied 3. 5% staking allocation transferred automatically 4. Team and treasury vesting streams created via Sablier (if configured) 5. Aerodrome CL liquidity pool created 6. LP position locked for 10 years 7. Programmatic fundraising positions created (if enabled) 8. Initial seed buy to seed the pool 9. SERV holder snapshot taken 10. Trading enabled ### The decaying burn When trading opens, every buy during the first 15 minutes triggers a burn applied to the tokens leaving the pool before they reach the buyer's wallet. The burn rate starts at 99% and decreases linearly to 0% over the 15-minute window. * Buy at minute 0, 99% of the tokens leaving the pool are burned * Buy at minute 7.5, roughly 50% are burned * Buy at minute 15, the burn reaches 0% and full token amounts are delivered The pool reserves move normally on every transaction. The buyer receives whatever portion of the outgoing tokens survives the burn at that moment. This creates a strong disincentive for bots to front-run the launch, since the earliest buys lose the most to the burn, while genuine early supporters who hold through the window benefit from the lower starting supply. ### Public trading After the 15-minute SERV holder window and 15-minute decaying burn ends, all access restrictions are lifted and public trading begins. *** ## Solana launches Solana launches use a different protection mechanism called the **Alpha Vault**. Instead of a trading window after launch, qualified \$SERV holders deposit SOL before the pool goes live. At activation, the vault executes a single atomic purchase at the launch price before any external transaction can land. ### How to participate on Solana To be eligible for the Alpha Vault you must link your EVM wallet to your Solana wallet in the user dropdown menu on the platform. This is required before the deposit window opens. ### The full timeline | Stage | Duration | What happens | | -------------------------- | ------------ | -------------------------------------------------- | | Deploy | T+0 | Launch transaction lands. Pool and vault created. | | Pre-deposit period | 3 minutes | On-chain deployment completes. Nobody can act yet. | | Alpha Vault deposit window | 21 minutes | Qualified \$SERV holders deposit SOL. | | Lockup period | 65 minutes | Deposits closed. Vault executes atomic buy. | | Trading live | T+89 min | Public trading opens. | | Claim available | T+89 min 30s | Vault participants can claim their tokens. | The 65-minute lockup is a hard requirement of the Meteora protocol and cannot be shortened. ### Deposit limits | Parameter | Value | | ----------------------- | --------------------------------- | | Minimum \$SERV holding | 50,000 \$SERV on Base or Ethereum | | Deposit window duration | 21 minutes | | Per-wallet deposit cap | 3 SOL | | Total vault cap | 400 SOL | ### What you receive At activation, all deposited SOL is used to purchase tokens at the launch price in a single atomic transaction. Your share of tokens is proportional to your deposit relative to the total vault deposit. Any SOL that cannot be deployed is automatically returned to your wallet. ### The anti-sniper fee For Solana launches without programmatic fundraising, an anti-sniper fee activates once public trading begins. The fee applies to every swap during the first 15 minutes of public trading and decreases each second from its starting point down to zero by the end of the window. The earliest swaps carry the highest fee, which disincentivizes bots from front-running the launch. By the time the 15-minute window closes, the fee has decayed all the way to zero and trading proceeds with no further mechanics. For Solana launches with programmatic fundraising, the anti-sniper fee does not apply. The launch proceeds with the Alpha Vault mechanic only. ### When can you claim Tokens become claimable **30 seconds after trading goes live**. There is no expiry on claims; you can claim at any time after the window opens. *** ## Base vs Solana at a glance | | Base | Solana | | ---------------------------- | ------------------------------- | ----------------------------------------------- | | **Protection mechanism** | Decaying burn over 15 minutes | Alpha Vault atomic buy | | **Post-launch protection** | Yes, all launches | Only for non-programmatic launches | | **Early access requirement** | 50,000 \$SERV | 50,000 \$SERV | | **Early access window** | First 10 minutes of trading | 21-minute pre-deposit window | | **Time to public trading** | 2 to 6 minutes after deployment | 89 minutes after deployment | | **Wallet linking required** | No | Yes, EVM wallet must be linked to Solana wallet | | **Starting FDV** | \$15,000 | \$15,000 | # Overview Source: https://docs.openserv.ai/launch/index The SERV Launchpad brings AI-native projects to market without presales, VCs, or back-room deals. The SERV Launchpad is the only place where AI-native projects can go from idea to fully funded, on-chain token launch without presales, VCs, or back-room deals. Every launch is transparent, permissionless, and built around a simple belief: the community should get in first, not insiders. ## Core Principles | | What we stand for | | - | ----------------------------------------- | | ❌ | Presales | | ❌ | VC allocations | | ❌ | OTC deals | | ✅ | Exclusive early access for \$SERV holders | | ✅ | Transparent tokenomics for every TGE | | ✅ | Permissionless launches | | ✅ | Capital forms as valuation grows | | ✅ | Multichain support | ![OpenServ Launchpad Diagram](https://i.imgur.com/OFRglX6.png) ## What it is It is the point at which startups built on the OpenServ Build stack are introduced on-chain, converting working products, AI agents, and early traction into live, investable networks. Tokenization occurs at a defined stage of the startup journey, anchored to real teams, real software, and clear execution plans. The platform allows founders to bootstrap: * Users and community * Attention and distribution * Early-stage capital All launches follow standardized, fair tokenomics designed to favor public participants over insiders, with transparent allocations and enforced vesting. For investors, the platform provides access to verifiable teams and AI-native startups at their earliest stages, under consistent structures that make projects comparable and legible. Post-launch, teams can operate and scale using OpenServ’s Run automations for marketing, sales, growth, and operations—allowing small teams to execute at the level of much larger organizations. The result is a tokenization layer that connects product execution, public ownership, and long-term operation within a single startup lifecycle. ## Why we've built it Crypto capital formation has largely evolved around token launches that are decoupled from real products, teams, and execution, leaving investors to speculate on narratives rather than verifiable progress. At the same time, access to early-stage, high-quality startups—particularly in AI—has remained largely limited to venture capital firms and private networks, with public participants entering only after meaningful upside has already been captured. We built the Crypto Startup Tokenization Platform to change this dynamic. By anchoring launches to startups that are built and operated using OpenServ’s AI stack, the platform creates a pipeline of real, AI-native businesses rather than isolated token events. Projects launch with working software, identifiable teams, and the infrastructure required to continue operating post-launch. This allows investors to participate in early-stage AI startups with greater transparency and standardized, fair tokenomics that favor public participants and reduce information asymmetry. The result is a more equitable and transparent way to connect investible startups with global capital—bringing early-stage opportunities to the open market that have traditionally been inaccessible. ## Who it is for **Buyers** - hold \$SERV and get priority access to every launch before the public. No whitelists. No connections. Just your tokens. **Builders** - launch your token on-chain with full transparency, optional fundraising, and a community that is already invested in your success. # Programmatic Fundraising Source: https://docs.openserv.ai/launch/programmatic-fundraising Raise capital as your token price grows, not before. ## What it is Programmatic Fundraising (PF) lets project creators raise capital as their token price grows, rather than through private rounds before the launch. No insiders. No pressure to sell tokens cheap before the community even gets access. 5% of the total token supply is placed across 14 price bands ranging from \$500K to \$100M market cap. As the token price rises into each band, tokens are gradually sold into the market. Proceeds are sent automatically to the creator's wallet with no manual claiming required. ## How it works * Tokens are placed in concentrated liquidity positions at each price band * As the price reaches each band, tokens become available for purchase * Proceeds from fully sold bands are collected every 4 hours and distributed directly to the creator ## Fundraising bands | Band | Valuation range | % of supply | Estimated capital | | ---- | ---------------- | ----------- | ----------------- | | 1 | \$500K to \$750K | 0.30% | \$1,875 | | 2 | \$750K to \$1M | 0.30% | \$2,625 | | 3 | \$1M to \$1.5M | 0.35% | \$4,375 | | 4 | \$1.5M to \$2M | 0.35% | \$6,125 | | 5 | \$2M to \$3M | 0.40% | \$10,000 | | 6 | \$3M to \$5M | 0.40% | \$16,000 | | 7 | \$5M to \$8M | 0.45% | \$29,250 | | 8 | \$8M to \$12M | 0.45% | \$45,000 | | 9 | \$12M to \$18M | 0.50% | \$75,000 | | 10 | \$18M to \$25M | 0.50% | \$107,500 | | 11 | \$25M to \$40M | 0.40% | \$130,000 | | 12 | \$40M to \$60M | 0.30% | \$150,000 | | 13 | \$60M to \$80M | 0.20% | \$140,000 | | 14 | \$80M to \$100M | 0.10% | \$90,000 | Estimated capital is calculated using each band's midpoint valuation. Total potential across all bands: approximately \$808,000. ## Token supply impact When PF is enabled, 5% of the token supply is allocated to fundraising bands, reducing the liquidity pool allocation from 95% to 90%. When PF is disabled, the LP allocation returns to 95%. # Staking Source: https://docs.openserv.ai/launch/staking \$SERV staking is coming soon. Stakers will earn a share of platform fees generated by every launch and every token consumed through SERV Reasoning. The more the platform grows, the more there is to distribute to those aligned with its long-term success. ## What to expect * Earn a share of platform fees in real yield * No lockups required * Proportional accrual based on your share of the total staked pool More details will be shared ahead of the staking launch. ## Every launch already includes a staking allocation Every token launched on the SERV Launchpad automatically allocates **5% of its total supply** to the platform staking contract at deployment. This allocation supports ecosystem staking rewards over time. # Add Agent Source: https://docs.openserv.ai/no-code/agents/add-agent Add an existing agent to your workspace.