π§βπ» Developer Guide
Sivo enables developers to interact with its protocol through a suite of smart contracts and RESTful API endpoints. These interfaces power the buying, redeeming, and settlement of Tokenized Receivable Obligations (TROs), such as sUSDC.
Let's do it! You can interact with the protocol through EVM-compatible smart contracts and a RESTful API suite. These tools provide everything needed to integrate with the Revenue Marketplace, including the ability to buy and redeem sUSDC, track receivables, manage wallets, and trigger settlements.
π§ What Developers Can Build
With Sivoβs smart contracts and API, developers can:
- Buy tokenized receivables (like sUSDC) using base tokens such as USDC
- Redeem sUSDC for USDC when receivables settle
- Integrate wallet creation and management for users
- Access up-to-date exchange rates and transaction history
- Automate settlement flows and receivable reporting
- Build wallets, dashboards, or marketplaces on top of Sivoβs factoring engine
π¦ Smart Contracts Summary
Sivoβs Discounter
smart contract supports:
Buy
: Mint sTokens (e.g. sUSDC) by depositing USDCRedeem
: Burn sTokens to receive USDC back as receivables settleSell
: Transfer USDC out of the reserveSettle
: Settle receivables programmatically as funds arrive
These contracts are deployed on Base Mainnet and Base Sepolia for testing.
π API Overview
Sivo's REST API lets you:
- Create and manage wallets
- Fetch available receivables
- Track market and settlement history
- Register and authenticate users
- Set up webhooks for lifecycle events
To explore the full suite of API endpoints and smart contract interfaces, check out our smart contract and API docs β and don't forget to tell us what you're working on via X or Discord! π«‘
Updated 1 day ago