Building on Base

Build an AI Agent
That Earns You Money

Launch. Deploy. Get Paid. — No code needed. Our AI builds it for you.

Build Something

Got an idea? Our AI helps you build it — no coding needed.

Start Building

Start Earning

Stake, build, or trade — every path on Inclawbate pays.

See How

Explore Apps

Games, tools, and more — all built by our community.

Browse Apps

How It Works

From idea to earning in under a minute.

1

Create

Tell our AI what to build

2

Deploy

One click and it's live

3

Earn

Get paid when people use it

LIVE
0+
Apps Built
0+
Active Builders
0
CLAWS Earned
0%
On-Chain

Join hundreds of builders already earning.

Our Mission

"Love God. Love Others. Build technology that helps humans flourish."

We believe everyone deserves the tools to create, share, and prosper. No experience needed. No gatekeepers. Just bring your imagination.

Ready to Launch?

Your first agent is 60 seconds away.

What Will You Create?

Pick a category, and our AI will guide you from idea to launch.

Our AI Does the Hard Part

Just describe what you want in plain English. The AI writes the code, designs the layout, and gets your app ready to publish — all in minutes.

Powered by AI — no coding skills needed

Your Path to Earning

There's more than one way to earn. Pick what fits you best.

Staking Pools

Multiple Options
1

Browse staking pools (CLAWS, partner tokens, UBI)

2

Pick a pool and stake your tokens

3

Earn passive rewards — claim or compound anytime

Reward
Steady

Build & Sell Apps

Medium Effort
1

Build an app with our AI

2

Set a price in CLAWS

3

Earn every time someone uses it

Reward
High

Launch a Token

Medium Effort
1

Create your own token

2

Set up a staking pool

3

Earn from trading fees

Reward
Very High

Complete Gigs

Flexible
1

Browse open gigs on the marketplace

2

Complete the work

3

Get paid in CLAWS

Reward
Per Gig

Discover Apps

Games, tools, creative apps — all built by our community.

0 apps indexed

Everything We Offer

96 features across the Inclawbate platform — search and explore.

Build & Create

Earn & Finance

Community & Governance

Learn How It All Works

A guide for every feature — from basics to advanced.

Tap any topic to expand it. Start at the top if you're brand new, or jump to whatever you need.

Getting Started

Inclawbate is an agent-human economy on the Base blockchain where anyone can build apps, launch tokens, and earn rewards — all without writing a single line of code.

Our mission: "Love God. Love Others. Build technology that helps humans flourish."

We incubate anything for anyone. Whether you want to build the next big app, earn passive income, or just explore — there's a place for you here.

To use Inclawbate, you need a crypto wallet on the Base network. Here's how:

1

Install MetaMask — Download the MetaMask browser extension or mobile app

2

Add the Base network — Go to chainlist.org, search "Base", and add it to MetaMask

3

Connect on Inclawbate — Click "Connect Wallet" in the top right corner of the site

Your wallet is your identity. We never store your private keys — you're always in control.

CLAWS is the token that powers everything on Inclawbate. Here's how to get some:

  • Buy on Uniswap — Swap ETH for CLAWS on Uniswap (Base network)
  • Use AutoBuy — Set up automatic recurring purchases from your Dashboard
  • Earn by building — Create apps and earn CLAWS when people use them
  • Complete gigs — Do work on the Gig Marketplace and get paid in CLAWS

Contract: 0x7ca47...0379 on Base

CLAWS Token

CLAWS is Inclawbate's native token. Think of it like coins in a game — you earn them, spend them, and grow them.

  • Earn — Build apps, stake, trade, or do gigs
  • Spend — Unlock apps, hire builders, launch tokens, buy AI credits
  • Grow — Stake in pools for passive rewards
  • Vote — Shape the platform's future through governance

CLAWS lives on Base (Ethereum L2) — fast, cheap, and secure.

CLAWS trades on decentralized exchanges on the Base network:

1

Connect your wallet to Uniswap (Base network)

2

Swap ETH (or WETH) for CLAWS

3

Confirm the transaction in your wallet

You can also browse and trade other community tokens on the Tokens page, which lists all incubated and partner tokens with market cap, badges, and trade links.

The Flywheel is the engine that makes Inclawbate self-sustaining:

1

Someone launches a token on Inclawbate

2

A staking pool is created automatically

3

People trade the token

4

Trading fees automatically buy CLAWS

5

Those CLAWS go to stakers as rewards

More building & trading = more rewards. It's a virtuous cycle.

Building Apps

The Build Studio is where ideas become apps. It's a desktop tool with:

  • AI Chat — Describe what you want in plain English
  • Live Preview — See your app as it's being built
  • Code View — See and edit the code if you want
  • One-Click Publish — Go live instantly

Every app is a single HTML file with inline CSS and JS. Apps run client-side and use Inclawbate's SDKs for storage, payments, and multiplayer.

The Build Studio offers multiple AI models:

  • Free models — Gemini Flash, Llama 70B, Kimi K2 (no credits needed)
  • Premium models — Haiku (10 credits), Sonnet (50 credits), Opus (100 credits)

Getting credits:

  • Buy credit packs: 50 / 250 / 1,000 / 5,000
  • Subscribe: Spark ($6/mo), Builder ($19/mo), Studio ($55/mo)

Free models are great for most apps. Premium models are better for complex projects.

When your app is ready, publish it to the App Store:

1

Click Publish in the Build Studio

2

Give it a name, slug (URL), description, and category

3

Optionally set a CLAWS price to unlock (or keep it free)

4

Your app is live at inclawbate.com/s/your-slug

Categories: Games, Tools, Creative, Finance, Social, Other

Every app on Inclawbate can be forked (cloned). This gives you a copy of the code that you can modify and publish as your own.

1

Find an app you like in the App Store

2

Click the Fork button

3

The code opens in Build Studio — modify it however you want

4

Publish your version as a new app

Forking is a great way to learn and build faster.

Apps on Inclawbate have access to three SDKs (automatically injected at runtime):

AppDB — Key-value storage for your app

  • User-scoped (private per user): AppDB.set(key, value), AppDB.get(key)
  • Global (shared): AppDB.setGlobal(key, value) — great for leaderboards

CLAWS — Payments and wallet integration

  • CLAWS.balance() — check user's balance
  • CLAWS.pay(amount, address) — send CLAWS
  • CLAWS.gate(amount, callback) — paywall
  • CLAWS.tipCreator(amount) — tip the app creator

Realtime — Multiplayer via WebSockets

  • Realtime.connect(room), Realtime.send(type, data), Realtime.on(type, callback)
  • Player presence: onJoin, onLeave, getPlayers()

You can also read the user's wallet from a cookie and make direct on-chain RPC calls to any Base contract.

Earning & Staking

Staking = put your CLAWS in a pool, earn rewards over time.

1

Go to the Staking page

2

Browse pools — compare APY, TVL, and staker count

3

Click Stake and enter the amount

4

Rewards accumulate automatically — claim or compound anytime

You can unstake at any time. No lock-up periods (unless the pool specifies one).

Anyone can create a staking pool — it's free (just gas fees).

1

Go to the Staking page and click Create Pool

2

Choose the reward token and configure the pool

3

Fund the pool with reward tokens

4

Your pool appears on the staking page for anyone to join

Pools created via token launch get auto-funded by the Flywheel trading fees.

Angel NFTs (828 supply on Base) earn passive rewards from a 5.1 billion CLAWS reward pool.

  • No staking required — just hold the NFT in your wallet
  • Rewards distribute automatically over ~718 days
  • Claim your earned CLAWS anytime on the NFT page
  • 5% royalties on secondary sales

The Gig Marketplace connects builders with people who need work done:

Posting a gig:

  • Choose a category: Design, Dev, Marketing, Content, Strategy
  • Set a budget tier: 500 – 5,000 CLAWS
  • Describe what you need

Completing a gig:

  • Browse open gigs on the Inclawbator
  • Apply and do the work
  • Get paid in CLAWS when approved

Builders earn in multiple ways:

  • Paid apps — Set a CLAWS price; users pay to unlock
  • Tips — Users can tip 10, 50, or 100 CLAWS from any app page
  • In-app payments — Use the CLAWS SDK for paywalls or purchases inside your app

Every app page shows an upvote button, tip options, and usage stats.

The Fee Report (on the homepage) shows all the fees generated by your tokens and activities:

  • View your total earned in WETH
  • See a breakdown by source
  • Click Claim to withdraw earned WETH to your wallet

Fees come from the LP fee splits configured when you launch a token.

Token Launch

Launch your token through the Inclawbator:

1

Open the Inclawbator and select Launch Token

2

Set a name, ticker, and description

3

Configure advanced settings (chain, anti-sniper, LP fees)

4

Deploy — your token goes live with automatic LP and staking pool

Tokens are deployed via the Clanker protocol with built-in Flywheel mechanics.

Advanced options when launching a token:

  • Chain selection — Base (default), Solana, or Cardano
  • Anti-sniper MEV tax — Protects launch from bot snipers by adding a temporary tax
  • LP fee splits — Configure how liquidity pool fees are distributed (creator, stakers, treasury)
  • Sniper auction — An alternative to MEV tax where snipers bid for early access

Default settings work great for most launches. Advanced settings are for experienced launchers.

The Health Check panel (on the homepage) gives you live analytics for your tokens:

  • Price and market cap from DexScreener
  • Volume (24h, 7d)
  • Holder count and distribution
  • Liquidity depth

Use this to track how your token is performing and make informed decisions.

Platform Features

The Inclawbator is your AI-powered workspace. From here you can:

  • Chat with AI — Ask anything about the platform or get help
  • Launch tokens — Full token creation flow
  • Post & browse gigs — The gig marketplace lives here
  • View your portfolio — Collapsible panel showing your tokens, apps, and agents
  • Request incubation — Get professional help building your project

Quick-start with prompt chips: "I want to launch a new token", "Set up an AI agent", etc.

The Dashboard is your control center with tabs for:

  • All Projects — Overview of everything you've created
  • Tokens — Manage your launched tokens
  • Apps — Update or manage published apps
  • Staking — Track your staked positions
  • Agents — Manage your AI agents
  • Insights — Analytics and performance data
  • Incubation — Track incubation requests

The Dashboard also includes the AutoBuy widget for setting up recurring CLAWS purchases.

AutoBuy (Dollar Cost Averaging) lets you automatically buy CLAWS on a schedule:

1

Open your Dashboard

2

Find the AutoBuy CLAWS widget

3

Set an amount and frequency

4

CLAWS are purchased automatically at regular intervals

DCA reduces the risk of buying at a bad time by spreading purchases over time.

Create AI Agents from your Dashboard:

1

Go to Dashboard > Agents

2

Click Create Agent

3

Pick a vibe: Degen, Hype Beast, Chill, Professional, Meme Lord, or Custom

4

Configure its personality, goals, and behavior

Agents can interact with the ecosystem on your behalf — trading, chatting, and engaging.

Need help building something bigger? Submit an incubation request:

  • Describe your project and what you need built
  • The Inclawbate team reviews your request
  • If accepted, professional developers build it with you
  • Track progress on the State page

Incubation is for projects that need more than the AI builder can provide.

Community & Governance

CLAWS holders shape the platform through the CLAWS Council:

  • Vote on 7 treasury allocation buckets: Reinvest, Buy CLAWS, LP, Staking Rewards, Ecosystem Projects, Builder Grants, Philanthropy
  • More CLAWS staked = more voting power
  • Votes happen on the $CLAWS page

Part of our treasury also supports Salvation 4 Humanity — our philanthropic initiative.

Every app page has a Tip button. You can send creators:

  • 10 CLAWS (small tip)
  • 50 CLAWS (medium tip)
  • 100 CLAWS (generous tip)

Tips go directly to the creator's wallet. It's a great way to say "thanks" for a useful or fun app.

The Explore page is your discovery hub with tabs for:

  • All (everything in one feed)
  • Apps, Tokens, Incubations, Community Builds, Tools

Use it to find new projects, get inspired, or see what the community is building.

Current NFT collections on Inclawbate:

  • Angel NFT — 828 supply, Base chain, passive CLAWS rewards, 5% royalties
  • Fight Farm NFTs — Coming soon, tied to the FightFarm game

Browse all collections on the NFTs page.

The Blog covers topics like:

  • AI agents and how they work
  • Tokenomics deep dives
  • Business guides for builders
  • Faith, philosophy, and mission updates

New articles published regularly. Check it out on the Blog page.

The State page is our public transparency board showing:

  • Active Incubations — Projects currently being built
  • Responsibilities — What the team is accountable for
  • Recently Done — What was just completed
  • Backlog — What's planned next

Full transparency — no hidden roadmaps.

Automation & Agents

A cron job is a task that runs automatically at a time you pick — like an alarm clock for your code.

1

Go to Dashboard > Automation

2

Click New Cron Job

3

Pick what it should do and when (every hour, daily, weekly, etc.)

4

It runs on autopilot — no need to be online

Great for auto-posting updates, checking prices, or sending reminders.

A webhook is like a doorbell — when something happens on Inclawbate, it sends a message to a URL you choose.

  • Token traded? Get a ping
  • New staker? Get a ping
  • App used? Get a ping

Set them up in Dashboard > Automation > Webhooks. Point them at Discord, Telegram, or your own server.

The Compute Network lets you tap into shared processing power for big AI tasks:

  • Compute Nodes — Run heavy calculations on the network
  • GPU Marketplace — Rent GPU power for AI training or image generation
  • Pay with CLAWS or compute credits

Perfect for AI image generation, data processing, or running models that need serious power.

Integrations

Link your X (Twitter) account to Inclawbate:

1

Go to Dashboard > Integrations

2

Click Connect X Account and authorize

3

Turn on auto-posting to share your apps and tokens automatically

You can also track mentions — see when people talk about your project on X.

The Inclawbate Telegram Bot lets you do everything from your phone:

  • Check balances — View your CLAWS and token holdings
  • Trade tokens — Buy and sell directly in Telegram
  • Get alerts — Notifications for staking rewards, trades, and mentions
  • Manage agents — Control your AI agents on the go

Join t.me/inclawbate to get started.

Inclawbate has built-in messaging so you can talk to anyone:

  • Direct Messages — Private 1-on-1 chats with any user
  • Group Conversations — Create group chats with your team or community
  • Threads — Organized discussions on specific topics

Find messaging in the Inclawbator sidebar. Messages are stored securely on Inclawbate's servers.

Inclawbate has a full API (96 endpoints) for developers who want to build custom tools:

  • API Keys — Generate keys in Dashboard > Settings
  • Skills Directory — Machine-readable list of every feature at inclawbate.app/skills
  • Rate Limits — Monitor your usage in the Dashboard

Full docs at inclawbate.com/docs. Categories include: Chat, Build, Tokens, Staking, Wallet, Messaging, Automation, Marketplace, Governance, Analytics, NFTs, and more.

Most of Inclawbate is free. Premium AI models and extra features cost credits:

Credit Packs (one-time):

  • 50 credits — Try premium models
  • 250 credits — Good for a few projects
  • 1,000 credits — Power user pack
  • 5,000 credits — Builder's bundle

Subscription Plans (monthly):

  • Spark ($6/mo) — Basic premium access
  • Builder ($19/mo) — More credits + priority support
  • Studio ($55/mo) — Unlimited access + all features

Free models (Gemini Flash, Llama, Kimi K2) are always available at no cost.

FAQ

Do I need to know how to code?

No! The AI builder writes all the code for you. Just describe what you want.

Is CLAWS a cryptocurrency?

Yes — it's a token on the Base blockchain (Ethereum L2).

How much does it cost to build an app?

Free with free AI models. Premium models cost credits. Publishing costs a small amount of CLAWS.

Can I really earn money?

Yes! Through staking, app revenue, token launches, tips, or gigs. All pay real value.

What blockchain is this on?

Base (Ethereum Layer 2). Fast, cheap transactions.

Is my data safe?

We never store private keys. Your wallet connects directly. We don't sell data.

What is an Angel NFT?

A limited-edition NFT (828 supply) that earns passive CLAWS rewards just for holding it.

How do I get help?

Chat with the AI on the Inclawbator page, or join our Telegram community.

Gig Marketplace

Post work or earn CLAWS by completing gigs.

Post a Gig

How It Works

Three steps to get work done or earn CLAWS.

1

Post or Browse

Post a gig or browse open work

2

Do the Work

Claim a gig and complete it

3

Get Paid

Earn CLAWS when approved

Categories

Gigs across every skill and budget level.

Design

Logos, banners, UI mockups, art assets

500 – 2,000 CLAWS

Development

Apps, smart contracts, bots, integrations

1,000 – 5,000 CLAWS

Marketing

Campaigns, social media, community growth

500 – 3,000 CLAWS

Content

Articles, videos, tutorials, docs

500 – 2,000 CLAWS

Strategy

Tokenomics, business plans, growth strategy

1,000 – 5,000 CLAWS

Community

Moderation, engagement, events, outreach

500 – 2,000 CLAWS
View All Gigs on Inclawbator

CLAWS Council

Shape the future of Inclawbate — vote on treasury allocation and submit requests.

Treasury Allocation Buckets

CLAWS holders vote on how treasury funds are distributed across 7 categories.

Reinvest

Fund platform development and infrastructure

Buy CLAWS

Market buybacks to support token price

Liquidity

Add to liquidity pools for better trading

Staking Rewards

Fund staking pool rewards for holders

Ecosystem

Support community-built projects

Builder Grants

Grants for promising builders and apps

Philanthropy

Salvation 4 Humanity and charitable causes

Vote on inclawbate.com

Submit a Request

Have an idea, need funding, or want to propose something?

Our Mission

Why we build. What we believe. Where we're going.

Love God. Love Others. Build Technology That Helps Humans Flourish.

"We incubate anything for anyone."

What is Inclawbate?

Inclawbate is an agent-human economy on the Base blockchain. We give everyone the tools to build apps, launch tokens, create AI agents, and earn rewards — all without writing a single line of code.

Why We Exist

We believe the future belongs to builders, not gatekeepers. Technology should empower everyone — not just the few who can afford it or code it. Inclawbate tears down those walls.

What We Believe

Every person has an idea worth building. Every builder deserves to be paid. Every community thrives when people create together. We're driven by faith, service, and the radical belief that technology should lift people up.

How We Give Back

A portion of every treasury allocation goes to Salvation 4 Humanity — our philanthropic initiative. CLAWS holders vote on how much goes to charitable causes through the CLAWS Council governance system.

Where We're Going

A world where anyone with an idea can build it, deploy it, and earn from it in under 60 seconds. Where AI and humans work together in an open economy. Where builders always eat.

Whitepaper & Documentation

Deep dive into the tokenomics, architecture, flywheel mechanics, and vision behind Inclawbate.

Read the Whitepaper
Build Studio