# Getting Started

This guide will help you get started with the platform in just a few minutes, whether you are a complete beginner, an active Web3 user, or a developer.

## Quick Start: 3 Simple Steps

### Step 1: Connect Your Wallet

* Visit [chaingun.xyz](https://chaingun.xyz)
* Click "Connect Wallet" in the top right
* Choose your preferred wallet (MetaMask, Coinbase Wallet, etc.)
* Approve the connection

### Step 2: Explore Networks

* Browse the list of supported networks
* Use filters to find Mainnet or Testnet networks
* Check network details and requirements
* Start with testnet networks for risk-free learning

### Step 3: Start Building Your Reputation

* **Daily Check-ins:** Perform daily on-chain activities to build your reputation
* **Deploy Contracts:** Test smart contract deployment with one click
* **Track Progress:** Monitor your Web3 reputation growth in the analytics dashboard
* **Earn Rewards:** Participate in the referral system ([see details](/introduction/referral-system.md))

***

## Getting Started for Different User Types

### Complete Beginners

*“I'm new to Web3 and want to learn safely”*

**Recommended Path:**

* Start with testnet networks (no real money required)
* Perform your first check-in on Sepolia or other testnets
* Try contract deployment with test tokens
* Join our [Discord community](https://discord.gg/AVBptWSNSr) for support

**Key Benefits:**

* Risk-free learning environment
* Hands-on Web3 experience
* Build confidence before using mainnet

### Active Web3 Users

*“I want to maximize my network rewards”*

**Recommended Path:**

* Connect wallet you use for network activities
* Set up daily check-ins across multiple networks
* Use the analytics dashboard to track activity
* Focus on new and emerging networks

**Key Benefits:**

* Systematic reputation building
* Multi-network strategy
* Activity tracking and optimization

### Developers

*“I need to deploy contracts quickly”*

**Recommended Path:**

* Use one-click deployment for rapid prototyping
* Test across multiple networks without configuration
* Deploy prepared contracts to both mainnet and testnet
* Utilize network switching for efficient testing

**Key Benefits:**

* Zero configuration setup
* Multi-network testing
* Rapid deployment cycles

***

## Essential Features Guide

### Daily Check-ins

**Purpose:** Build consistent on-chain activity and reputation

**How it works:**

* Connect to any supported network
* Click the "Check-in" button
* Confirm the transaction in your wallet
* Return after midnight UTC+0 for your next check-in

**Pro Tips:**

* Set reminders for daily check-ins (reset daily at 00:00 UTC+0)
* Rotate between different networks
* Track streaks in the analytics dashboard

### Contract Deployment

**Purpose:** Deploy smart contracts with one click

**How it works:**

* Select a network with deployment support
* Click the "Deploy Contract" button
* Pay the deployment fee (varies by network)
* Receive your deployed contract address

**Pro Tips:**

* Test on testnets first
* Check deployment fees before proceeding by focus mouse on "i" icon
* Save contract addresses for future reference

### Analytics Dashboard

**Purpose:** Monitor your Web3 reputation progress

**Metrics tracked:**

* Network Activity (check-ins and deployments)
* Reputation Score (overall Web3 presence)
* Network Coverage (chains you're active on)
* Consistency (activity patterns and streaks)

***

## Best Practices for Building Strong Web3 Reputation

* **Consistency over Intensity:** Regular daily activity is more valuable than sporadic large actions
* **Network Diversity:** Spread your activity across multiple chains
* **Quality Interactions:** Understand your actions — don't just click
* **Community Engagement:** Join our [Discord](https://discord.gg/AVBptWSNSr) and help others

***

## Security Guidelines

* **Start Small:** Begin with testnet and small amounts
* **Verify Transactions:** Always review before signing
* **Use Secure Wallets:** Prefer hardware wallets for large amounts
* **Stay Informed:** Follow our updates and [Security](/future-and-security/security.md) best practices

***

## Referral System

Earn rewards by inviting others to ChainGun:

* Share your referral link with friends
* Earn rewards when they use ChainGun
* Learn more about the [referral system](/introduction/referral-system.md)

***

Ready to start? Your Web3 reputation journey begins now! Connect your wallet and perform your first check-in or deploy a contract to start building your decentralized digital presence.

*Remember: Building a valuable Web3 reputation takes time and consistency. Start today, and watch your opportunities grow!*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chaingun.xyz/introduction/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
