Documentation // V3.0

Platform Architecture

Lootrare is a unified backend-as-a-service for industrial game economies. Our infrastructure is built to handle the scale of top-tier ARPGs, MMOs, and shooters.

Quickstart

Initialize your first project and connect the SDK in under 5 minutes.

API Reference

Complete REST API specification for every economy mutation and query.

Core Philosophy

We believe game economies should be industrial. This means every transaction is audited, every drop rate is simulated, and every policy is enforced at the infrastructure level.

// Sample Initialization
const lootrare = new Lootrare({
  projectId: 'mythya 0xaf2',
  apiKey: 'lr pk prd ...'
});