Documentation

Welcome to the Polaris Network technical documentation. Here you'll find everything you need to integrate decentralized payments and credit rails into your applications.

bolt

Quickstart

Get up and running in minutes.

api

API Reference

Detailed endpoint documentation.

terminal

SDKs

Libraries for JavaScript, Rust, and Solidity.

forum

Community

Join our developer discord.

High Performance Infrastructure

Polaris is built from the ground up to leverage Monad's parallel execution model. Our infrastructure is designed for extreme throughput and predictable transaction costs.

// Initialize Polaris SDK
const polaris = new PolarisNetwork({
  network: 'mainnet',
  apiKey: process.env.POLARIS_KEY
});