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.

"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.

Read the Whitepaper →

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.

You can deploy smart contracts directly from Inclawbate using Hardhat — the industry-standard Solidity toolchain.

1

Pick Smart Contract on the Build page

2

Describe what your contract should do — the AI writes the Solidity code for you

3

Review the code, tests, and deployment config

4

Click Deploy — Hardhat compiles and deploys to Base (Chain ID 8453)

What you can build:

  • ERC-20 tokens with custom logic
  • NFT contracts (ERC-721 / ERC-1155)
  • Staking and reward pools
  • Escrow and payment splitters
  • DAOs and governance contracts
  • Custom DeFi protocols

Contracts are verified on BaseScan automatically. You don't need to install anything — Hardhat runs in the cloud.

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.

Inclawbate gives you access to a full suite of AI tools:

  • AI Chat — Talk to AI for ideas, brainstorming, or answers to anything
  • Multi-Model AI — Choose from GPT-4, Claude, Gemini, Llama, Kimi K2 and more
  • Chat History — View and continue past conversations from the Dashboard
  • AI Image Generator — Create images from text prompts
  • AI Code Assistant — Get help writing and debugging code
  • Smart Summarizer — Summarize long articles or documents instantly
  • AI Translator — Translate between 100+ languages
  • AI Templates — Pre-built prompts for common tasks (marketing, writing, code)
  • Voice to Text — Transcribe audio and speech
  • Document Analysis — Upload and analyze docs with AI
  • AI Personas — Specialized AI personalities for different tasks

Free models are always available. Premium models cost credits.

  • App Editor — Edit published apps with live preview directly in the Build Studio. Changes go live with one click
  • App Templates — Start from pre-made templates for games, tools, dashboards, and more instead of building from scratch
  • App Analytics — Track views, usage, and engagement stats for each of your published apps from the Dashboard
  • App Store — Browse and discover community apps, filter by category, search by name or tag

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.

The UBI Pool is a special staking pool designed to distribute rewards broadly:

  • Open to all CLAWS holders — no minimum requirement
  • Funded by a portion of treasury allocation
  • Provides steady, modest returns to the widest number of users
  • Think of it as a community safety net built into the protocol

Find it on the Staking page alongside CLAWS and Partner pools.

  • Compound Rewards — Instead of claiming rewards manually, auto-compound re-stakes them for faster growth. Your balance grows exponentially over time
  • Staking Calculator — Enter an amount and see projected returns at current APY. Compare pools side by side

Both tools are available on the Staking page.

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.

When a token launches, a liquidity pool (LP) is created automatically:

  • Add Liquidity — Deposit token + ETH into the pool to earn trading fees
  • Remove Liquidity — Withdraw your share at any time
  • Live Price Charts — Real-time charts powered by DexScreener
  • Pair Explorer — Explore all trading pairs, routes, and price data for any token on the platform

Access the Pair Explorer and charts on the Tokens page.

  • Anti-Sniper MEV Tax — Adds a temporary tax on early buys to prevent bots from sniping your token at launch. The tax decays over time and eventually disappears
  • Sniper Auction — An alternative where bots bid for early access instead of being blocked
  • Multi-Chain Deploy — Launch your token on Base (default), Solana, or Cardano. Each chain has its own LP and trading experience

Configure both in the advanced settings during token launch.

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.

  • User Profiles — Customize your public profile with a name, bio, avatar, and links. Your profile showcases your apps, tokens, and activity
  • Profile Badges — Earn achievement badges for milestones like first app published, first token launched, staker, tipper, and more
  • Builder Directory — Browse all builders on the platform. Filter by activity, skills, or recent projects. Find collaborators
  • Follow System — Follow builders you like to get updates when they publish new apps or launch tokens

Manage your profile from Dashboard > Settings.

  • Platform Stats — Overall metrics: total apps, builders, CLAWS earned, on-chain activity
  • Revenue Tracker — Track your earnings over time across all sources (apps, staking, tips, gigs)
  • App Insights — Deep analytics for each app: views, unique visitors, engagement, top traffic sources
  • Token Insights — Deep analytics for tokens: price history, holder distribution, volume trends
  • API Status — Live health dashboard showing API uptime and performance
  • Skills Directory — Machine-readable list of every platform feature at inclawbate.app/skills
  • User Growth — Adoption and growth metrics for the platform

The Notification Center aggregates all your alerts in one place:

  • Staking reward updates
  • Token price alerts and trades
  • App usage and tip notifications
  • Gig assignments and completions
  • Mentions and messages
  • Governance vote reminders

Configure which notifications you receive in Dashboard > Settings. Get alerts in-app, via Telegram, or email.

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.

  • Proposal System — Submit governance proposals for changes, new features, or initiatives. Community votes to approve or reject
  • Treasury Buckets — 7 allocation categories: Reinvest, Buy CLAWS, LP, Staking Rewards, Ecosystem Projects, Builder Grants, Philanthropy. Vote on how funds are distributed
  • Voting Dashboard — Track all active and past votes, see results, and participate
  • Builder Grants — Apply for funding from the treasury to build your project. Grants are awarded based on community votes
  • Team Management — Manage collaborators on your projects. Assign roles and permissions
  • Philanthropy — A treasury bucket dedicated to Salvation 4 Humanity, our giving initiative
  • Community Forum — Discuss topics, ask questions, and share ideas with other builders
  • Feature Requests — Submit and vote on ideas for new platform features
  • Bug Reports — Report issues and track fixes publicly
  • Builder Leaderboards — Community rankings based on apps built, CLAWS earned, tips received, and more
  • Community Events — Hackathons, build contests, AMAs, and meetups. Participate to win prizes and gain visibility

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.

  • Agent Scheduler — Set your AI agents to run on autopilot at specific times or intervals
  • Task Queue — Queue multiple tasks for agents to process sequentially or in parallel
  • Automation Templates — Pre-built workflow recipes: auto-post token updates, daily portfolio reports, price alert bots, and more
  • API Keys — Generate and manage API access keys for custom integrations. Found in Dashboard > Settings
  • Agent Analytics — Track how your agents perform: tasks completed, success rate, response times

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.

  • Auto-Post to X — Automatically share your published apps, token launches, and milestones to your X/Twitter account
  • X Mentions Tracker — See when people mention your project or token on X. Found in Dashboard > Integrations
  • Telegram Alerts — Get push notifications for staking rewards, trades, tips, and gig activity directly in Telegram
  • Telegram Trading — Buy and sell tokens directly from the Telegram bot without opening a browser
  • Angel NFTs — Mint or buy Angel NFTs (828 supply on Base). Holders earn passive CLAWS rewards
  • NFT Gallery — Browse all collections on the NFTs page. View metadata, rarity, and sale history
  • NFT Rewards — Angel NFT holders earn from a 5.1 billion CLAWS pool over ~718 days. Claim anytime on the NFT page
  • Fight Farm NFTs — Coming soon, tied to the FightFarm battle game

Marketplace Deep Dive

  • Service Listings — List your skills for hire: development, design, marketing, content, strategy. Set your hourly rate in CLAWS
  • Gig Tracking — Track the status of active gigs in real time. See progress, milestones, and deadlines
  • Credit Packs — Buy AI credits in bulk for discounted rates: 50, 250, 1,000, or 5,000 packs
  • Escrow Payments — When you post a gig, CLAWS are held in a smart contract escrow until work is approved. Neither party can run off with the money
  • Review System — Rate and review workers after a gig is completed. Ratings build reputation and help others choose reliable builders
  • Dispute Resolution — If there's a disagreement, file a dispute. The platform mediates and releases escrowed funds fairly

General Knowledge

Cryptocurrency is digital money that lives on the internet. No banks, no middlemen — just math and code.

  • Bitcoin was the first (2009). Think of it as digital gold
  • Ethereum added programmability — you can build apps on it
  • Tokens (like CLAWS) are currencies built on top of blockchains like Ethereum
  • You store crypto in a wallet (not a bank account)
  • Prices go up and down based on supply and demand, just like stocks

Key idea: You own your money directly. No one can freeze your account or block your transactions.

A blockchain is a public notebook that everyone can read but no one can erase.

  • Every transaction is recorded in a block
  • Blocks are chained together in order — hence "blockchain"
  • Thousands of computers around the world keep copies, so no single point of failure
  • Immutable — once written, data can't be changed or deleted
  • Transparent — anyone can verify any transaction

Inclawbate runs on Base, which is a Layer 2 blockchain built on top of Ethereum.

DeFi (Decentralized Finance) replaces traditional banking with code:

  • Lending & borrowing — Lend your crypto and earn interest, or borrow against it
  • Trading — Swap tokens on decentralized exchanges (DEXs) like Uniswap without a middleman
  • Staking — Lock up tokens to earn rewards (like a savings account, but often higher returns)
  • Liquidity pools — Provide liquidity to enable trading and earn fees
  • Yield farming — Move funds between protocols to maximize returns

Why it matters: No banks, no credit checks, no borders. Anyone with a wallet can participate.

A smart contract is a program that lives on the blockchain and runs automatically when conditions are met.

  • Think of it like a vending machine: put in money, get a result. No human needed
  • Written in Solidity (for Ethereum/Base) or Rust (for Solana)
  • Once deployed, the code can't be changed — it runs exactly as written
  • Examples: Token contracts, staking pools, escrow payments, NFT minting, DAOs

On Inclawbate, the AI can write and deploy smart contracts for you — no coding required.

A crypto wallet stores your private keys — the passwords that prove you own your crypto.

  • Public address (0x...) — Like your email address. Share it to receive funds
  • Private key — Like your password. Never share it with anyone, ever
  • Seed phrase (12 or 24 words) — A backup to recover your wallet. Write it down on paper, never store digitally
  • Hot wallets (MetaMask, Coinbase Wallet) — Browser/phone apps, convenient but connected to the internet
  • Cold wallets (Ledger, Trezor) — Hardware devices, safest for large amounts

Golden rule: If someone asks for your seed phrase, it's a scam. Always.

Staking = putting your tokens to work. You lock them up, and in return you earn rewards.

  • Similar to a savings account, but often much higher interest
  • APY (Annual Percentage Yield) tells you the yearly return rate
  • TVL (Total Value Locked) shows how much money is in a pool — bigger is generally safer
  • Some pools have lock-up periods; others let you withdraw anytime
  • Compounding means your rewards earn rewards — exponential growth

Risk: Token prices can drop. High APY doesn't mean guaranteed profit if the token loses value.

Gas is the fee you pay to use a blockchain. It goes to the people running the network.

  • Every transaction (sending tokens, swapping, staking) costs gas
  • Gas is paid in the chain's native token (ETH for Ethereum/Base)
  • Gas prices fluctuate based on network demand — busy times cost more
  • Layer 2s like Base have much lower gas fees than Ethereum mainnet (often just cents)

Tips: Always have a small amount of ETH in your wallet for gas. On Base, most transactions cost less than $0.01.

A Layer 2 (L2) is a faster, cheaper blockchain that sits on top of Ethereum:

  • Ethereum (Layer 1) is secure but slow and expensive
  • Layer 2s bundle transactions and submit them to Ethereum in batches
  • Base (where Inclawbate runs) is a Layer 2 built by Coinbase
  • Same security as Ethereum, but 100x cheaper and much faster
  • Other popular L2s: Arbitrum, Optimism, zkSync

For you: Everything on Inclawbate is on Base, so you get Ethereum-level security with tiny fees.

An NFT (Non-Fungible Token) is a unique digital item on the blockchain:

  • Non-fungible = one of a kind. Unlike tokens where each unit is the same, every NFT is unique
  • Can represent: art, music, game items, membership passes, collectibles
  • Ownership is provable — the blockchain records who owns what
  • Royalties — creators can earn a percentage every time the NFT is resold
  • On Inclawbate, Angel NFTs earn passive CLAWS rewards just for holding them
  • CEX (Centralized Exchange) — Companies like Coinbase, Binance. You create an account, deposit money, and trade. Easy to use, but they hold your funds
  • DEX (Decentralized Exchange) — Protocols like Uniswap, SushiSwap. You trade directly from your wallet. No account needed, you keep control of your funds
  • CEX pros: Easier for beginners, fiat on-ramps (credit card, bank transfer)
  • DEX pros: No KYC, no custody risk, access to any token immediately

CLAWS trades on Uniswap (Base), a DEX. You swap ETH for CLAWS directly from your wallet.

Crypto gives you freedom, but with freedom comes responsibility. Stay safe:

  • Never share your seed phrase — Not with "support", not with friends, not with anyone. Write it on paper and keep it safe
  • Double-check URLs — Bookmark the real sites. Phishing sites look identical but steal your funds
  • Revoke token approvals — Use revoke.cash to remove old approvals from dApps you no longer use
  • Start small — When trying something new, send a tiny amount first to make sure it works
  • If it sounds too good to be true, it is — No one is giving away free crypto. "Send 1 ETH, get 2 back" is always a scam
  • Use a hardware wallet for large amounts

Understanding traditional markets helps you become a better overall investor:

  • Stocks — Ownership shares in a company. When the company profits, the stock price rises
  • Bonds — Loans to governments or companies. Lower risk, lower return
  • Index funds (S&P 500, etc.) — Bundles of stocks. Diversified, low-cost, historically ~10%/year
  • Dividends — Regular payouts from companies to shareholders (similar to staking rewards)
  • Market cap — Price × total shares. Same concept applies to crypto tokens
  • Volatility — Crypto is more volatile than stocks. Higher risk, higher potential reward

Tip: Diversify. Don't put everything in one basket — mix crypto, stocks, and savings.

Yield farming is the practice of moving crypto between protocols to earn the highest returns:

  • Provide liquidity — Deposit a pair of tokens (e.g., CLAWS + ETH) into a pool. Earn a share of every trade
  • Impermanent loss — If token prices change a lot, you may end up with less than if you just held. The trading fees usually offset this
  • APR vs APY — APR is the simple rate. APY includes compounding. Always compare APY to APY
  • Farm tokens — Some protocols reward LPs with bonus tokens on top of trading fees

On Inclawbate: When you launch a token, an LP is created automatically. The Flywheel routes trading fees to stakers.

Never built anything before? Here's your roadmap:

1

Get a wallet — Install MetaMask, add Base network, get a tiny bit of ETH for gas

2

Explore — Browse apps in the App Store. See what others have built for inspiration

3

Fork something — Find an app you like and fork it. Change the text, colors, and logic. Learn by doing

4

Build from scratch — Open Build Studio, describe your idea, and let AI write the code

5

Publish — Hit publish. Your app is live. Share it with people

6

Iterate — Read feedback, improve, republish. Every great app started simple

You don't need permission, a degree, or experience. Just start.

Community

Ask & Learn

Ask me anything and I'll give my best answer possible.

Shared Answers
No community guides yet. Be the first to ask a question and share it!

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.

Upgrade Your Build Experience

Unlock Premium AI Models

Free models get you started. Premium models build faster, smarter apps with fewer prompts. See the difference:

Model Comparison

Gemini Flash / Llama 70B / Kimi K2

Good for simple apps, basic layouts, and quick prototypes. May need more back-and-forth to get things right.

Free
Claude Haiku

Faster responses, better code quality. Great for tools, dashboards, and polished UIs in fewer prompts.

10 credits
Claude Sonnet

Advanced reasoning, complex logic, multi-step apps. Handles smart contracts, game mechanics, and DeFi integrations with ease.

50 credits
Claude Opus

The most capable model. Production-grade code, sophisticated architecture, near-perfect first drafts. One prompt, done.

100 credits

Subscription Plans

Connect Wallet

Open this page in your wallet's browser to connect.

NFTs Agents Blog
NFTs Agents Blog

Inclawbator

Hey! Tell me what you want to build and I'll help you get started.
Build Studio