Global Payroll Fleet
Automated payroll for remote teams. Converts stablecoins to local fiat anchors instantly via MPP payout rails and SEP-24.
← MarketingSix product ideas you can prototype on our stack this weekend (TESTNET · MAINNET COMING SOON) — every primitive is already in production on Stellar.
Automated payroll for remote teams. Converts stablecoins to local fiat anchors instantly via MPP payout rails and SEP-24.
A marketplace where AI agents buy/sell compute and data insights per-token using x402 sub-cent micropayments.
Real-time, immutable corporate treasury monitoring. Uses Protocol Archive (IPFS) to generate exportable audit reports on demand.
Savings app that uses autonomous agents to route user capital (USDC/MXN) into secure, verifiable Stellar/Soroban protocols.
DAO funding agents that verify milestone completion on-chain and release funds automatically from non-custodial vaults.
Pay logistics providers the moment a delivery is IoT-verified. Uses x402 for instant settlement on the Stellar SDEX.
M2M micro-payments between solar panels and storage units. Automates energy trading with x402 and IoT sensors.
Fractional marketplace for tokenized bonds and real estate. Agents manage secondary liquidity on the SDEX 24/7.
Agents that monitor protocol health and automatically hedge risk by moving funds between secure Soroban vaults.
Pay-per-use licensing for digital assets. Micropayments are routed instantly to creators via x402 upon every API call.
Agents that fetch real-world data and push it to Soroban smart contracts, monetizing their accuracy via x402 fees.
High-value trade settlement agents. Funds remain in vaults until pre-signed legal and IoT milestones are fully met.
Everything you need to ship on Stellar — APIs, SDKs, MCP servers and a visual studio.
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);
});npm install @nirium/sdkpip install niriumnpx @nirium/mcpcurl api.nirium.xyz/v1Download installerOpen in browserEvery primitive is public. Mix vaults, agents, x402 and MPP however you need.
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.