Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Frequently Asked Questions

General

What is Loot Survivor?

Loot Survivor is a fully onchain dungeon crawler RPG built on Starknet. Every action, from combat to loot generation, happens directly on the blockchain, making the game transparent, verifiable, and permanent.

Is Loot Survivor free to play?

Yes, Loot Survivor has a completely free game mode for players to practice their skills. For the full dungeon experience, a ticket is required which can be purchased directly through the game. No gas required.

What do I need to play?
  • Free Version: No wallet, gas, or ticket required — just a modern browser (Chrome, Firefox, Safari, Edge).
  • Full Version: A Cartridge Controller wallet (for VRF support) and a dungeon ticket purchased through the game. No gas fees.
Is the game mobile-friendly?

Yes. Loot Survivor has a fully responsive design with a dedicated mobile interface optimized for touch controls.

Gameplay

How do I start playing?

Choose your game mode and click "New Game" to start exploring. See the Getting Started Guide for detailed instructions.

What happens when my adventurer dies?

Death is permanent — your adventurer's journey ends but earned assets remain onchain forever. Start a new adventure anytime.

Can I have multiple adventurers?

Yes. Each adventurer is a separate onchain token with unique progression.

How does combat work?

Turn-based combat with rock-paper-scissors type advantages (plus or minus 50% damage). Each weapon/armor type beats one and loses to another. See: Battle Guide and Combat Mechanics.

What are the different stats?

Seven core stats: STR (damage), DEX (flee), VIT (HP), INT (obstacles), WIS (ambush), CHA (prices), LUCK (crits). Each affects combat and exploration differently. Full details: Stats Guide.

How do items work?

5 tiers (T5 common to T1 legendary). Items level up and unlock suffixes (Lv15) and prefixes (Lv19+) for bonuses. See: Loot Guide.

What's the best strategy?

No single best strategy. Focus on type advantages, stat balance, tactical decisions, and resource management. See: Battle Guide.

Technical

What blockchain is Loot Survivor on?

Loot Survivor runs on Starknet, a Layer 2 scaling solution for Ethereum. Benefits include low fees (under $0.01 per transaction), fast confirmations (1-3 seconds), and Ethereum-level security.

Are the game outcomes truly random?

Uses VRF (Verifiable Random Function) seeds by default for true randomness. Can be configured to use deterministic seeds in settings.

Can I verify the game logic?

Yes. All contracts are open source and verified on Starknet. You can inspect the code on GitHub and verify any game action onchain.

How are gas fees kept low?

Optimizations include packed storage, batch operations, and efficient algorithms, plus Starknet's L2 scaling benefits.

Economic

How does the market work?

The in-game market refreshes when you level up, uses VRF seeds for item generation, and prices decrease with Charisma. No real money transactions between players.

Can I trade items with other players?

Currently, direct player-to-player trading is not implemented. All trading happens through the in-game market system.

Are there rewards for playing?

Yes. When you kill beasts during gameplay, you collect them and earn $SURVIVOR tokens on collection. Budokan tournaments with prize pools are another way to earn rewards. Check Discord for current tournament info and schedules.

Wallet & Account

Which wallets are supported?

For VRF (Budokan tournament) mode, Cartridge Controller is required. For standard mode, any Starknet-compatible wallet works (Argent X, Braavos, etc.).

I lost access to my wallet. Can I recover my adventurer?

If you lose wallet access, you lose access to your adventurers. Always keep your recovery phrase secure and backed up.

Can I play on multiple devices?

Yes. Your adventurers are tied to your wallet address, not your device. Play from any device where you can access your wallet.

Why do transactions sometimes fail?

Common reasons include network congestion and wallet not being properly connected.

Advanced

Can I build on top of Loot Survivor?

Yes. Loot Survivor is open source and designed to be composable. You can build custom frontends, create analytical tools, extend game mechanics, and integrate with other protocols.

How do I integrate Loot Survivor into my app?

See our Integration Guide for detailed instructions on building with Loot Survivor's contracts.

What's the maximum level?

There is no hard level cap. The theoretical maximum depends on your ability to survive increasingly difficult challenges.

How are beasts generated?

Beasts are generated from VRF seeds based on your adventurer's level, a random seed value, and tier distribution tables. See: Combat Mechanics.

Can I predict market items?

No. Market items use VRF seeds for true randomness (unless configured otherwise in settings).

Troubleshooting

The game won't load

Try these steps: clear browser cache (Ctrl+Shift+Del), disable ad blockers (most common cause of wallet connection issues), try Chrome or Firefox, check status.starknet.io, and ensure JavaScript is enabled.

Transactions are stuck

Wait for network congestion to clear, check block explorer, refresh page, or reconnect wallet. More help: Getting Started Guide.

I can't connect my wallet

Ensure correct controller login details, check network, refresh page, or try a different browser. Setup help: Getting Started Guide.

The game shows incorrect data

This is a sync issue. Refresh the page, clear cache, reconnect wallet, or wait for the indexer.

Community

How can I contribute?

Report bugs on GitHub, suggest features in Discord, build tools and integrations, or create content and guides.

Where can I get help? Are there tournaments?

Yes. Regular tournaments with prize pools are held on Budokan, the permissionless tournament platform. Check Discord for announcements and schedules.

Legal & Safety

Is Loot Survivor audited?

The smart contracts have not undergone an official audit yet. As with all blockchain applications, use at your own risk.

Is this gambling?

Loot Survivor is a skill-based game with random elements. The outcome depends on player decisions and strategy, not purely chance.

What data is collected?

Only onchain data (transactions, game actions) is recorded. No personal information is collected or stored off-chain.

Can I lose money playing?

You pay entry fees for certain game modes. Entry fees can be paid in any supported token. Never spend more than you can afford to lose.

Getting More Help

If your question isn't answered here:

  1. Check the comprehensive guides
  2. Read the technical documentation
  3. Ask in Discord
  4. Open a GitHub issue