The Layer Games Plug Into

VELIQ in
GameFi Ecosystem.

Every play-to-earn world has the same holes: rug tokens, scam sellers, no portable trust. VELIQ is the security layer that fills all three.

Play the demoIntegrate your game
Three holes. One layer.

What every P2E game
is missing.

🎮
Scan-to-Play
A game's token is scanned before players enter. Pass the audit, earn the stache. Players learn to look for the mustache before they ape into a world.
🛡️
The Guardian
The VELIQ companion rides along inside the game. Before you trade with a seller, it checks them — and warns you in real time if they match a rug pattern.
🎫
Stache Pass
One credential in your wallet, read by every integrated game. Verified once, trusted everywhere. Perks, badges, and reputation that travel with you.
Live demo

Connect a wallet.
Watch VELIQ guard it.

This is exactly what a game sees. Pick a player, connect, and the layer returns the game's certification, the player's perks, and a guardian. Then try trading with a wallet mid-game.

GET /api/gamefi/session
Player connects
Pick a sample player wallet, then connect to the (certified) game.
Legendary holderGold holderNo pass
Mid-game · about to trade
Verified sellerUnknown sellerSuspicious seller
POST /api/gamefi/guard-check
↑ connect a player to begin
Why it compounds

Every game makes
the layer stronger.

VELIQ
Games certifyscan-to-play · earn stache
Players holdthe Pass · perks everywhere
Guard learnsevery check sharpens it
More integratethe layer spreads
Integrate

One script.
The whole layer.

Drop VELIQ Guard into any web3 game
No keys. Read-only. Never touches funds. Under an hour to integrate.
// one script tag, then:
const guard = VeliqGuard.init({ gameMint: 'YOUR_GAME_TOKEN' });

// when a player connects
const session = await guard.connect(playerWallet);
if (session.game.certified) showStache();
player.xpMultiplier = 1 + session.player.perks.xp_boost_pct / 100;

// before a trade — VELIQ warns if it's dangerous
const check = await guard.check(sellerWallet, 'wallet');
if (check.level === 'danger') guard.warn(check);
Phase 2 · coming later

The Rug-Hunter Game

Once the layer is live across games, VELIQ ships its own simple game where the gameplay is security itself — players become rug hunters, learning to read threats the way VELIQ does, with case material drawn from VELIQ's real skill archive. The layer comes first. The game is built on top of it.