Multi-sig treasury, token vesting, cross-chain bridging, and a token launchpad — built natively for the Rayls Network and every major EVM chain.
Rayls is an EVM-compatible privacy network built for regulated finance. Velra delivers the smart contract infrastructure that institutions, DAOs, and token projects need to operate on it.
M-of-N approval wallets with time-limited windows. Deploy on Rayls for institutional-grade fund custody with full on-chain auditability.
MultiSig.solFour schedule types — linear, monthly, interval, custom. Whitelist-gated pools with revocable allocations and per-pool pause controls.
Vesting.solMove USDC and native tokens between Rayls and 7 other chains. 0.1% fee, 2–5 minute settlement.
Bridge UIIDO and STO infrastructure for Rayls-native token launches. Web2 company tokenization with compliance-ready fundraising flows.
Launchpad UIPython CLI for bulk ERC-20 and native token sends. Excel-driven recipient lists, works on any EVM RPC including Rayls nodes.
MultiSender.pyREST API for Rayls-native payment settlement. Webhooks, X402 machine payments, invoice management, and deposit address generation.
API DocsNot mockups. Each card opens a fully functional frontend. The two contract-backed modules (Vault + Vesting) are ready to deploy on Rayls.
Institutional treasury management on Rayls. M-of-N approvals, time-limited windows, native + ERC-20 support. The MultiSig.sol contract powers this UI.
On-chain vesting for Rayls token launches. Linear, monthly, interval, and custom unlock types. One-click claiming. Powered by Vesting.sol.
IDO + STO platform for Rayls. Web2 company tokenization with compliance-ready fundraising.
Bridge assets between Rayls and 7 other chains. 0.1% fee, 2–5 min settlement.
REST API for Rayls-native payment settlement. Webhooks, X402, invoices.
All contracts are open-source, built with OpenZeppelin v4, and deploy on Rayls or any EVM chain with zero changes.
M-of-N multi-signature wallet for institutional treasury management on Rayls. Deployer becomes owner[0]; additional owners and the approval threshold are set via initialize(). Every transaction has a configurable time window — late approvals are rejected automatically.
Loading source...
Multi-pool ERC-20 token vesting contract for Rayls token launches. Supports four schedule types, whitelist management per pool, revocable allocations, global and per-pool pause, blacklist, and full reentrancy protection.
Loading source...
CLI tool for bulk ERC-20 and native token distribution on Rayls or any EVM chain. Reads a recipient list from an Excel file with Receiver and Amount columns, then executes transfers one by one with on-chain confirmation.
pip install web3 pandas openpyxl
python MultiSender.py
Receiver Amount
0x1234...abcd 100
0x5678...efgh 250
Click "Read Full Source" to load.
Every module ships with a working frontend. The two core contracts are written, tested, and ready to deploy on Rayls.
Here's exactly how we're completing every module — from MVP to production-ready on Rayls.
Velra is applying for a developer grant from the Rayls Network. Our MVP delivers the core institutional infrastructure that serious projects need — from multi-sig treasury to token launches.
Read the contracts, try the demos, or review the grant proposal.