Step 1. Wallet Setup and First Login
1.1 Choosing and Setting Up a Wallet
The game operates on Polygon, but uses its own sidechain:
- Install MetaMask
- Add the Polygon network:
Network Name: Polygon Mainnet RPC URL: https://polygon-rpc.com Chain ID: 137 Currency: MATIC - Create a new wallet → save the seed phrase
[maxbutton id="3" text="Chainers" url="/af-chainers" linktitle="Chainers" window="new" nofollow="true"]
Step 2. Registration and Starter Kit
2.1 First Login
- Go to chainers.io
- Click "Get Free NFT" → select MetaMask
- Confirm connection (0 MATIC)
2.2 What You Receive
| Reward | Description | Important |
|---|---|---|
| Chainer #0 | Basic NFT character | Cannot be sold/deleted |
| 100 $FRI | In-game currency | Daily replenishing balance |
| 3x3 Farm | Planting zone | Expandable with $FRI |
Step 3. Farming Mechanics
3.1 Planting NFT Seeds
- Receive 3 free seeds daily in the "Daily Drops" section
- Drag the seed to an empty cell → confirm the transaction
- Growth time: 6-24 hours (depends on type)
3.2 Harvesting
What you can get (odds):
- New NFT items (45%)
- Additional FRI (30%)
- Rare crypto rewards (15%)
- Secret AR codes (10%)
Step 4. Managing NFT Assets
4.1 Core Actions
Trading:
- Open "Marketplace" → select an NFT
- Set the price in FRI or MATIC
- Fee: 2.5% + 0.001 MATIC
Example: Selling a Rare Seed for 50 $FRI → net profit: 48.75 FRI
4.2 Creating Hybrids
// Combination formula
function combineNFT(NFT1, NFT2) {
const rarity = (NFT1.rarity + NFT2.rarity) * 0.75;
return new NFT({
type: Math.random() > 0.5 ? NFT1.type : NFT2.type,
rarity: Math.floor(rarity),
bonus: NFT1.bonus | NFT2.bonus
});
}
Step 5. Using AR Features
5.1 Activating the Mode
- In the menu, select "AR Experience"
- Scan a QR code in the real world
- Place NFT characters in space
5.2 Bonuses for AR Activity
| Action | Reward |
|---|---|
| Group photo | +10 FRI |
| Video with 3+ characters | Rare seed |
Step 6. 7 Methods of Earning
Strategy 1: Seed Arbitrage
How it works:
- Buy Common Seeds for FRI (10-15 units)
- Grow → sell Rare NFT on OpenSea
- Profit: 3-5x return on investment
Strategy 2: Character Staking
- Yield: 0.5% FRI per day
- Minimum term: 7 days
- Risks: NFT rarity decreases by 0.1% daily
Step 7. Converting to Real Money
7.1 Via MATIC
- Sell NFT for MATIC on the marketplace
- Transfer MATIC to Binance via the Polygon network
- Convert to USDT → withdraw to a card
7.2 Direct Sales
Popular platforms:
- OpenSea: opensea.io
- Rarible: rarible.com
Final Tips: Advice from Experienced Players
⚠️ Important:
- Do not store more than 1000 $FRI in your wallet — convert to MATIC
- Check contracts via PolygonScan
- Use 2FA for your account
[maxbutton id="3" text="Chainers" url="/af-chainers" linktitle="Chainers" window="new" nofollow="true"]
Was this helpful?