Immutable Revenue Splits
for the Hedera Ecosystem
HashSplits brings 0xSplits functionality to Hedera. Create trustless, automated revenue sharing smart contracts. Scheduled transfers via the Hedera Schedule Service coming soon!
Powerful Features
Everything you need for trustless revenue sharing on Hedera
Immutable Contracts
Once deployed, your revenue splits cannot be altered. True trustless automation.
HBAR & Token Support
Distribute HBAR and HTS tokens seamlessly through smart contract orchestration.
Scheduled Transfers
Coming Soon: Leverage Hedera Schedule Service for automated, periodic distributions.
Multi-Recipient Splits
Distribute revenue to multiple parties with predefined percentages.
Low Transaction Fees
Built on Hedera for minimal gas fees and instant finality.
AI-Powered Interface
Interact with contracts through our intelligent Eliza agent.
How It Works
Simple steps to set up automated revenue sharing
Deploy Your Split
Create an immutable split contract with your desired recipients and percentages.
// Deploy with recipients and splits
const split = await orchestrator.createSplit({
recipients: ["0x...", "0x..."],
percentages: [7000, 3000] // 70%, 30%
});Configure Distribution
Set up manual distributions now. Automated schedules via Hedera Schedule Service coming soon!
// Manual distribution (available now)
await orchestrator.distribute(split.id);
// Scheduled distributions (coming soon!)
// await orchestrator.scheduleDistribution({
// splitId: split.id,
// frequency: "weekly"
// });Receive Funds
Your split contract automatically receives HBAR and tokens from any source.
// Funds sent to split address
// are automatically pooled
await hederaClient.transfer({
to: split.address,
amount: 1000 // HBAR
});Automatic Distribution
Recipients receive their share automatically based on the immutable split configuration.
// Distribution happens automatically
// Recipients receive:
// Alice: 700 HBAR (70%)
// Bob: 300 HBAR (30%)Built on Cutting-Edge Tech
Leveraging Hedera's unique capabilities for superior performance
Hedera Network
Enterprise-grade distributed ledger with high throughput and low fees
Smart Contracts
Solidity-based orchestrator contract managing immutable splits
Schedule Service
Coming Soon: Native Hedera service for automated, scheduled transfers
Eliza AI Agent
Intelligent interface for natural language contract interaction
System Architecture
User Interface
Eliza AI Agent or Direct API
Orchestrator Contract
Manages splits & distributions
Hedera Services
HTS, HSS, and HAS integration