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.
← HomeTwelve product ideas you can prototype on our stack this weekend — every primitive here is live and working on Stellar Testnet today.
Blueprint for remote-team payroll: non-custodial dispersal and trustline onboarding as building blocks you combine with your own licensed fiat anchor.
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 the Audit Trail (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.
Agents that verify on-chain milestones and release a DAO's own treasury funds automatically from non-custodial vaults.
Pay logistics providers the moment a delivery is IoT-verified. Uses x402 for instant settlement on Stellar.
M2M micro-payments between solar panels and storage units. Automates energy trading with x402 and IoT sensors.
B2B infrastructure for sovereign-instrument routing (CETES via Etherfuse) — the operator sets the mandate; agents execute it 24/7, never taking custody.
Agents that monitor protocol health and automatically reposition 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 stay locked in vaults until pre-defined on-chain conditions and IoT proofs are met.
Everything you need to ship on Stellar — APIs, SDKs, MCP servers and a visual studio.
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);
});npm install niriumpip install niriumnpx nirium-mcpcurl nirium-agent.fly.dev/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.