LIVE
Nirium← Marketing
FOUNDERS · WEEKEND BUILDS

What you can build with Nirium

Six product ideas you can prototype on our stack this weekend (TESTNET · MAINNET COMING SOON) — every primitive is already in production on Stellar.

Audit-Ready

Global Payroll Fleet

Automated payroll for remote teams. Converts stablecoins to local fiat anchors instantly via MPP payout rails and SEP-24.

Built on
MPPVaultFiat Ramp
See blueprint
Scalable

M2M Inference Market

A marketplace where AI agents buy/sell compute and data insights per-token using x402 sub-cent micropayments.

Built on
x402Skillsmcp
See blueprint
Institutional

Forensic Audit Hub

Real-time, immutable corporate treasury monitoring. Uses Protocol Archive (IPFS) to generate exportable audit reports on demand.

Built on
WebhooksELOProtocol Hub
See blueprint
High Adoption

Non-Custodial Neobank

Savings app that uses autonomous agents to route user capital (USDC/MXN) into secure, verifiable Stellar/Soroban protocols.

Built on
VaultExecuteSkills
See blueprint
Governance

Autonomous Grants

DAO funding agents that verify milestone completion on-chain and release funds automatically from non-custodial vaults.

Built on
VaultExecuteELO
See blueprint
B2B Hybrid

Smart Settlement Engine

Pay logistics providers the moment a delivery is IoT-verified. Uses x402 for instant settlement on the Stellar SDEX.

Built on
x402WebhooksExecute
See blueprint
M2M Green

Energy Smart Grid

M2M micro-payments between solar panels and storage units. Automates energy trading with x402 and IoT sensors.

Built on
x402Webhooksmcp
See blueprint
WealthTech

Institutional RWA

Fractional marketplace for tokenized bonds and real estate. Agents manage secondary liquidity on the SDEX 24/7.

Built on
VaultExecuteELO
See blueprint
Insurance

Risk Mitigation Vaults

Agents that monitor protocol health and automatically hedge risk by moving funds between secure Soroban vaults.

Built on
SkillsVaultWebhooks
See blueprint
MediaTech

AI Content Licensing

Pay-per-use licensing for digital assets. Micropayments are routed instantly to creators via x402 upon every API call.

Built on
x402BillingSkills
See blueprint
Data Infra

Autonomous Oracles

Agents that fetch real-world data and push it to Soroban smart contracts, monetizing their accuracy via x402 fees.

Built on
SkillsExecutex402
See blueprint
Enterprise

Institutional Escrow

High-value trade settlement agents. Funds remain in vaults until pre-signed legal and IoT milestones are fully met.

Built on
VaultExecuteELO
See blueprint
DEVELOPER PLATFORM // OPEN SOURCE & VERIFIED IMPACT

Build with Nirium

Everything you need to ship on Stellar — APIs, SDKs, MCP servers and a visual studio.

TypeScriptPythoncURLMCP
import { Nirium } from '@nirium/sdk';

const nirium = new Nirium({ apiKey: 'sk_live_...' });

// 1. Create a vault on Stellar
const vault = await nirium.vaults.create({ asset: 'USDC', signers: 2 });

// 2. Deploy an AI helper with x402 micro-billing
const agent = await nirium.agents.deploy({
  name: 'TreasuryBot', vault: vault.id,
  billing: { trigger: 'inference', unit: 0.001 },
});

// 3. Subscribe to on-chain events
nirium.events.on('vault.settled', (tx) => {
  console.log('Settled on Stellar', tx.hash);
});
TypeScript SDK
NPM · @nirium/sdk
v0.5.0
npm install @nirium/sdk
Python SDK
PyPI · nirium
v0.5.0
pip install nirium
MCP Server
Claude · Grok · Any LLM
Live
npx @nirium/mcp
REST API
api.nirium.xyz
Public
curl api.nirium.xyz/v1
Desktop Studio
Tauri v2 · macOS/Win/Linux
Alpha
Download installer
Visual Studio
No-code builder
Beta
Open in browser
Native Stellar & Soroban
x402 micro-billing built-in
MCP-ready for AI agents
Open-source SDKs

Have a different idea?

Every primitive is public. Mix vaults, agents, x402 and MPP however you need.

Developer Ethics & Conduct

All products built with the Nirium SDK must adhere to the Stellar Community Code of Conduct. We enforce zero-tolerance for malicious agents, financial spam, or deceptive practices.

Read Full Conduct Guidelines