Payments MVP Soroban Custody Stellar Launchpad Cross-Chain Bridge Pricing Model
Stellar Grant Proposal / MVP Preview

Next-Gen infrastructure
for digital assets.

Velra provides high-throughput payment APIs, Soroban-native custody, decentralized fundraising launchpads, and cross-chain liquidity designed strictly for the Stellar ecosystem.

Stellar Native Infrastructure
Soroban Smart Contracts
USDC Centric Design
Grant Stage MVP

Programmable money for global commerce.

We are abstracting the complexity of blockchain integration. The Velra API provides developers with simple REST endpoints to handle instant checkouts and programmable payouts natively on the Stellar network.

  • Instant Global Settlement: Harnessing Stellar's 5-second finality with network fees under a cent.
  • Native USDC Support: Bypass volatility. Accept and settle directly in digital dollars.
MVP
// Initialize Velra checkout (Node.js)
const session = await velra.checkout.create({
  amount: 149.99,
  currency: 'USDC',
  network: 'stellar-testnet',
  success_url: 'https://app.com/success',
  webhook_url: 'https://api.app.com/velra-hook'
});
# Initialize Velra checkout (Python)
session = velra.checkout.create(
  amount=149.99,
  currency="USDC",
  network="stellar-testnet",
  success_url="https://app.com/success",
  webhook_url="https://api.app.com/velra-hook"
)
// Initialize Velra checkout (Go)
session, err := velra.Checkout.Create(velra.CheckoutParams{
  Amount:     149.99,
  Currency:   "USDC",
  Network:    "stellar-testnet",
  SuccessURL: "https://app.com/success",
  WebhookURL: "https://api.app.com/velra-hook",
})
// Initialize Velra checkout (Rust)
let session = velra::checkout::create(CheckoutParams {
  amount: 149.99,
  currency: "USDC".to_string(),
  network: "stellar-testnet".to_string(),
  success_url: "https://app.com/success".to_string(),
  webhook_url: "https://api.app.com/velra-hook".to_string(),
}).await?;
// Initialize Velra checkout (C++)
velra::CheckoutParams params;
params.amount = 149.99;
params.currency = "USDC";
params.network = "stellar-testnet";
params.success_url = "https://app.com/success";
params.webhook_url = "https://api.app.com/velra-hook";

auto session = velra::checkout::create(params);
// Initialize Velra checkout (PHP)
$session = $velra->checkout->create([
  'amount' => 149.99,
  'currency' => 'USDC',
  'network' => 'stellar-testnet',
  'success_url' => 'https://app.com/success',
  'webhook_url' => 'https://api.app.com/velra-hook'
]);

// -> Automatically handles Stellar transaction building & submission

Soroban-powered treasury management.

Managing organizational funds requires absolute precision. Velra Vault utilizes native Soroban smart contracts to provide multi-signature orchestration and decentralized role-based access control directly on Stellar.

  • On-Chain Multi-Sig: Execute transactions only when customized threshold signatures (e.g., 2-of-3) are met via Soroban contracts.
  • Granular Access Control: Enforce hard-coded spending limits and time-locks for different organizational roles.
Read Architecture Specs
Mockup Preview 2/3 Signatures Pending
50,000 USDC

Soroban Contract Execution Request

Destination
GBL3...K9PZ
Function
transfer_funds()

Bootstrap your vision on the open web.

Our native Stellar launchpad empowers Web3 native protocols and transitioning Web2 teams to securely raise capital. Run your Token Generation Event (TGE) or community fundraising campaign directly through customized Soroban smart contracts.

  • Milestone-Based Escrow: Capital is secured in Soroban vaults and disbursed linearly or dynamically based on governance-approved project milestones to protect contributors.
  • Multi-Asset Funding: Accept capital seamlessly in native USDC or XLM. Our routing integration ensures project creators receive capital exactly as needed.
  • Compliance Controls: Seamlessly integrate custom whitelist variables and regulatory boundaries directly into the initial sale contract structure.
P

Project Phoenix

DePIN Network on Stellar
Live Sale
$850,000 Raised $1,000,000 Goal
Backers
1,420
Ends In
02d 14h 30m

Seamless cross-chain liquidity.

Move assets between EVM chains, Solana, and the Stellar network effortlessly. Velra provides a highly optimized gateway to bring external liquidity directly into the Stellar ecosystem, expanding the reach of your applications.

  • Bi-Directional Transfers: Bridge USDC and native assets from Ethereum, Arbitrum, Base, and Solana directly to Stellar, and vice versa.
  • Fast & Reliable: Experience low-friction, high-speed transfers designed to keep your capital moving without unnecessary delays or complex manual steps.
Bridge Assets Fee: 0.1%
From
Solana
1,000 USDC
To
Stellar
999 USDC
Bridge Fee (0.1%) - 1.00 USDC

Transparent, predictable scaling.

Our proposed business model focuses on driving volume to the Stellar network through developer-friendly, performance-based infrastructure fees.

VelraPay API

0.25% / transaction

Pay only for successful checkouts. Designed to severely undercut legacy Web2 payment processors.

  • Zero setup or monthly limits
  • Full Webhook API Access
  • Built-in network optimizations

Vault Custody

Free for Grant Users

Early network adopters partnering through the grant phase receive permanent, free foundational tier access.

  • Unlimited multi-sig structures
  • RBAC hierarchy administration
  • Contract lifecycle audits

Velra Launchpad

2.0% / raised funds

A success-only fee levied at the completion of a Token Generation Event or Web2 Equity Campaign.

  • No upfront platform deposits
  • KYC dashboard integration
  • Smart escrow dispersal

Asset Bridge

0.1% / swap

A flat, competitive fee for bi-directional cross-chain liquidity transfers to and from the Stellar network.

  • EVM & Solana supported
  • Instant finality
  • Non-custodial execution

A proven track record in Web3.

We aren't starting from scratch. Our team brings deep architectural experience having engineered, deployed, and scaled high-performance decentralized applications across multiple ecosystems.

🌉

EVM & Solana Bridge

Architected and deployed a highly secure cross-chain Bridge MVP facilitating seamless asset transfers between EVM networks and Solana.

💸

Multisender dApp

Built an efficient token distribution and airdrop platform, optimizing complex on-chain transaction bundling for mass-wallet payouts.

🔍

Block Explorer MVP

Developed a custom, high-speed block explorer capable of indexing real-time transactions, smart contract data, and network analytics.

🚀

Token Launchpad

Created a decentralized launchpad platform for generation events, featuring anti-bot protections and automated liquidity pool locks.

📊

Prediction Market

Engineered a decentralized, on-chain prediction market allowing users to trade outcomes based on real-world events via oracle integrations.

💼

Web3 Wallet MVP

Designed and built a non-custodial browser extension wallet emphasizing user experience, secure key management, and direct dApp interaction.