LogoLogo
  • Introduction
    • What is Carbon?
      • Why "Carbon"?
    • Getting Started
      • Add Carbon to MetaMask
      • Signless Transactions
      • Carbon Node Setup
        • Testnet
        • Mainnet
        • Public API Node Guide
        • Validator Guide
          • Commissions
    • Roadmap
  • CARBON CORE
    • Overview
      • Carbon dApps
    • Trading Modules
      • Order Matching Engine
        • Markets Configuration
      • Derivatives Module
        • Pricing Engine
        • Oracles
          • Carbon Custom Indexes
            • Liquid Staking Index (LSI)
        • Leverage
        • Liquidation Engine
        • Funding Rate
      • Liquidity Pools
        • Spot Pools
          • Amplified Pools
          • Uneven Pool Weights
          • Multi-Pool Routing 🆕
          • Liquidity Rewards
          • External LP Incentives 🔜
        • Perpetual Pools
          • Liquidity Fees
          • Risk Management
      • Referral Module
      • Listing Module
    • Collateralized Debt Position (CDP) Module
      • CDP Operations
        • Lend
        • Borrow
          • Avoiding Liquidations
        • Mint
        • Liquidate
          • Close Factor
          • Maximum Liquidation and Repayment Amount
        • Rewards
      • Asset Risk Parameters
      • High Efficiency Mode (eMode)
      • Acceptable Collateral
      • Protocol Safety Features
      • Potential Risks
      • Frequently Asked Questions (FAQ)
      • Glossary
    • Bridge Module
      • Relayers
    • Alliance Module
      • Alliance Assets 🆕
    • Protocol Fees
      • Flexible Network Fees
  • Carbon EVM
    • Overview
    • Getting Started
      • Basic Tutorials
        • Deploying A Test Contract
    • Built-in Contracts
      • Oracles
      • Trading Engine
      • Token Conversion
    • Block Explorers
  • CARBON TOKENS
    • Carbon Token (SWTH)
      • Tokenomics
      • Governance
        • User Guides
          • How To Submit A Proposal
            • How To Structure CIPs
            • Proposal Types
          • How Vote on a Proposal
      • Stake SWTH
        • User Guide
          • Connect Wallet
          • How To Delegate SWTH
          • How To Redelegate SWTH
          • How To Undelegate SWTH
        • FAQ
      • Bridge SWTH
        • Supported Chains
        • User Guide
      • SWTH Liquidity Pools
      • Liquid Staked SWTH
        • rSWTH 🆕
          • User Guide
            • How To Mint
            • How To Redeem
            • How To Bridge
              • How To Get FIS
        • Use-Cases
    • Carbon USD (USC) Stablecoin
      • Interest Rate Model
      • Acceptable Collaterals
      • Use-Cases
      • User Guide
    • Carbon Grouped Tokens
    • Carbon Interest Bearing Tokens (cibX)
  • API Docs
    • Overview
    • Carbon WebSocket
    • Carbon API
    • Carbon EVM JSON-RPC
    • Carbon CLI
    • Carbon Insights API
  • Grants Programs
    • Carbon Development Fund
    • Carbon Ecosystem Grant
  • RESOURCES
    • Carbon Brand Kit
    • External Resources
    • Supported Wallets
      • Troubleshooting Keplr Wallet
        • 1. Remove Existing Keplr Connection
        • 2. Reset Keplr Connection
          • Carbonscan
          • Carbonhub
Powered by GitBook
On this page
  • Introduction
  • Setting Up
  • Getting Testnet Tokens

Was this helpful?

  1. Introduction
  2. Getting Started
  3. Carbon Node Setup

Testnet

PreviousCarbon Node SetupNextMainnet

Last updated 1 year ago

Was this helpful?


Introduction

Carbon testnets allow application developers to test and develop their applications without incurring any real-world cost. It also provides operators intending to run a validator with a risk-free environment to practice installing and running their nodes.

There are several active testnets that run concurrently. The primary Carbon testnet (carbon-testnet-42069) should be used for most purposes.

Please note that testnets may be reset or deprecated periodically.

Setting Up

Setting up a new node to join a Carbon testnet is quick and easy. The following GitHub repository provides a detailed explanation on how to get started:

Getting Testnet Tokens

Before you can begin developing on Carbon, you'll need to have some testnet Carbon ($SWTH) tokens.

You can obtain them from the faucet here.

Step 1: Click on the default POST / section to expand it:

Step 2: Once expanded click on the "Try it out" button.

Step 3: In the Edit Value section of the body field, change both the address and coins parameter of the request to your tswth address and required token (max 10,000 SWTH 1000000000000swth).

Example: { "address": "tswth164wzv8ug9g09jhsqhwy9gm04cwplhd6swk3kdv", "coins": [ "10000000000swth" ] }

Step 4: Hit the Execute button.

You should receive testnet tokens at your address momentarily!

If you encounter any issues, reach out to the Carbon devs on Discord or Telegram.

LogoGitHub - Switcheo/carbon-bootstrap: Carbon bootstrap scripts and genesis data.GitHub