LIVE
Nirium← Home
FOUNDERS · WEEKEND BUILDS

What you can build with Nirium

Twelve product ideas you can prototype on our stack this weekend — every primitive here is live and working on Stellar Testnet today.

Non-Custodial

Global Payroll Fleet

Blueprint for remote-team payroll: non-custodial dispersal and trustline onboarding as building blocks you combine with your own licensed fiat anchor.

Built on
PayrollVaultFiat 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 the Audit Trail (IPFS) to generate exportable audit reports on demand.

Built on
WebhooksELOAudit Trail
See blueprint
High Adoption

Autonomous Capital Router

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

Agents that verify on-chain milestones and release a DAO's own treasury 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 Stellar.

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

B2B infrastructure for sovereign-instrument routing (CETES via Etherfuse) — the operator sets the mandate; agents execute it 24/7, never taking custody.

Built on
VaultExecuteELO
See blueprint
Risk Monitoring

Risk Mitigation Vaults

Agents that monitor protocol health and automatically reposition 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 stay locked in vaults until pre-defined on-chain conditions and IoT proofs are 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';

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
v0.12.0
npm install nirium
Python SDK
PyPI · nirium
v0.9.0
pip install nirium
MCP Server
Claude · Grok · Any LLM
v0.6.0
npx nirium-mcp
REST API
nirium-agent.fly.dev
Public
curl nirium-agent.fly.dev/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