Skyocean Trade Finance Mechanism
How it works. Skyocean addresses the $2.6T global trade finance gap by serving SMEs in emerging and developing markets that traditional banks turn away. Skyocean operates as a commodity trading company that executes trades as principal — Skyocean owns the commodity, takes the operational risk, and runs the supply chain. Merchants interact with the platform like they would with any trade-finance provider; no blockchain knowledge is required. SKYT holders who want to provide trade-finance capital lock their tokens into a cycle’s on-chain smart contract. When the DKG verifies the trade has completed (documents converged, payment confirmed), the contract releases the tokens back together with the financing return for that cycle. Tokens never leave the contract until DKG verification is complete — capital protection is enforced by the contract itself. There is no staking-for-period, no APY tier, no profit-sharing arrangement. SKYT is a utility token used to commit capital to specific trade cycles and to participate in governance.
The Audience and the Gap
The Asian Development Bank measures a global trade finance gap of approximately $2.6 trillion. SMEs in emerging and developing markets carry the bulk of that shortfall — banks turn small merchants away because of perceived counterparty risk, KYC friction, and balance-sheet thresholds. SMEs are 90% of businesses globally and over half of employment, yet they’re systematically excluded from the trade-finance products that move global commerce.
Skyocean fills that gap. We’re a hybrid platform:
- Underneath, traditional commodity trading. Skyocean runs the trade as principal. We onboard the merchant, source the commodity (or import it for them), file customs paperwork, arrange shipping, and handle payment. The merchant interacts with a clean web interface and a relationship manager — exactly like any trade-finance provider.
- On top, crypto-native financing. Each trade cycle’s working capital is sourced from token holders who participate via on-chain smart contracts. The OriginTrail Decentralized Knowledge Graph (DKG) sits between the two layers as the verification mechanism that lets the contract release capital + financing return without manual operator approval.
This decoupling matters: merchants don’t need a wallet, don’t need to understand blockchain, and don’t transact in tokens. The crypto layer is invisible to the SMEs being served — they just see a trade-finance product that works.
Mechanism
For SKYT holders who want to participate in trade-cycle financing:
-
A cycle opens. Skyocean approves a specific trade — a specific commodity, corridor, buyer, value, and timeline. The cycle is published on the platform with its commercial terms, including the financing return offered for that cycle.
-
Lock SKYT into the cycle’s smart contract. A holder commits capital by locking SKYT into the cycle’s on-chain trade-finance contract. The lock is per-cycle, not per-period — the lock duration is the trade cycle itself.
-
The trade runs. Skyocean ships the commodity. Attestations flow into the DKG as the trade progresses — customs clearance, inspection, Bill of Lading, port arrival, payment confirmation. The platform’s convergence evaluator aggregates these attestations into a verification record.
-
The smart contract releases on DKG verification. When the DKG-recorded convergence and payment confirmation pass the rulebook for the cycle, the smart contract releases the locked SKYT back to participants — plus the financing return for that cycle, paid in USDC.
The financing return for each cycle is set at participation time as part of the cycle’s commercial terms. It is not a yield, not an APY, not contingent on Skyocean’s downstream margin. It is the price Skyocean pays for the working capital that funded that specific trade.
Capital Protection
Tokens locked into a cycle’s smart contract never leave that contract for any other purpose. The contract is conditional: release happens only when the DKG verifies that the trade has completed. This is enforced at the protocol level — not by a separate guarantee, not by Skyocean’s promise, not by an insurance arrangement.
If a cycle’s verification rulebook isn’t satisfied (e.g., the trade is disputed or cancelled), the contract releases the locked tokens back to participants under the cycle’s documented dispute path. Capital protection is a function of the contract design, not of trade performance.
For full mechanics of how the trade lifecycle drives the contract state machine, see the internal internal/technicals/platform/full-trade-flow.md reference (operates the same way the live platform does).
Smart Contract
The on-chain trade-finance contract (SkyoceanTradeFinancing) is the load-bearing piece of this mechanism. The relevant entry points (illustrative):
// A KYC-verified wallet locks SKYT into the trade cycle identified by tradeId
function stakeFromVault(bytes32 tradeId, uint256 amount) external;
// Smart contract releases tokens + financing return on DKG-verified completion.
// Triggered automatically when SkyoceanTradeCore moves the trade to TokensReleased.
function distribute(bytes32 tradeId) external;
KYC verification is enforced at the contract level via KYCRegistry.isVerified(wallet) — only verified wallets can commit capital. AML and sanctions screening are part of the platform’s onboarding flow.
Compliance Posture
- Skyocean executes every trade as principal. Skyocean owns the commodity through transit, holds the title, files the customs paperwork, and bears the operational risk of the cycle.
- SKYT is a utility token. Used to commit capital to specific trade cycles and to participate in governance. Not an interest-bearing instrument, not a profit-sharing arrangement, not a securities offering.
- The financing return is commercial terms per cycle. Set at participation time, paid on cycle completion via the smart contract. Not interest, not yield, not APY, not dividends.
- Capital protection is contract-enforced. Tokens are held by the conditional smart contract until DKG-verified release. Not a separate guarantee.
The mechanism is structured to operate as commercial trade-finance arrangements (analogous to invoice factoring or letter-of-credit financing) rather than as securities issuance.
Compliance Notice
This document describes Skyocean’s trade-finance mechanism in technical detail. Nothing in this document constitutes (a) an offer of securities, (b) an interest-bearing investment, (c) a profit-sharing arrangement, or (d) a lending or borrowing arrangement. Skyocean executes commodity trades as principal. SKYT is a utility token used to commit capital to specific trade cycles and to participate in governance. Skyocean operates under EU MiCA-aligned framing where applicable. KYC/AML applies where required. Refer to docs/investors/index.md for the full regulatory and compliance framing.