FlashRouter overview

FlashRouter is a technical service desk operated by UnyKorn LLC (Wyoming). It does three things, each of which leaves its evidence on a public ledger:

  • Flash loans. We write, simulate on a fork, and deploy a single-purpose Aave V3 flash-loan contract carrying the client's strategy on Base, then transfer ownership to the client's address. A flash loan borrows and repays inside one transaction; if the strategy cannot repay, the whole transaction reverts and nothing moves.
  • Proof-of-Funds attestations. A signed, time-stamped statement that a specific address held a specific balance on a specific finalized block or ledger, which anyone can re-verify on-chain. Balances borrowed inside a single transaction, including flash loans, can never qualify.
  • XRPL tradelines. A credit facility recorded as an issuer-authorized trust line on the XRP Ledger, with the limit, drawn amount, and repayment history readable by anyone. It is not a consumer credit tradeline and is not reported to any credit bureau.

How status is stated

Every component on the site, in this documentation, and in the repository README carries one of four states, rendered from a single versioned file, status/public-status.json:

StateMeaning
REALRunning and verified on the date shown, with the evidence named.
LOCAL-DEMORuns on the operator machine; not on a public host.
SKELETONCode exists; not deployed.
ABSENTDoes not exist.

A component is called REAL only with a verification date and an evidence line. If two surfaces ever disagree, the JSON file wins and the other surface is stale.

What is deployed today

  • Client-specific Aave V3 flash-loan contract on Base mainnet: REAL. Reference deployment 0x13ED5bB77711A6cdd3B0963c2D97A185f7E6879C, 3,306 bytes of bytecode, verified 2026-09-04.
  • Aave V3 flash premium on Base: REAL, 5 basis points, read from the Pool at 0xA238Dd80C259a72e81d7e4664a9801593F98d1c5 on 2026-09-04 and re-read live by the API on every quote.
  • Multi-provider routing across Aave V3, Balancer V2, Uniswap V3, and MakerDAO: SKELETON. Code and tests exist; not deployed to any public mainnet; no completed audit.
  • API v2 and the Proof-of-Funds service: REAL, deployed 2026-09-04. Unit-tested and verified against the served responses; the attestation signing key is pinned in the repository.
  • XRPL tradeline issuance: REAL on testnet with transaction hashes in the repository; mainnet issuance is gated on an operator decision.
  • XRP Ledger Lending Protocol (XLS-66) and Single Asset Vault (XLS-65): ABSENT on mainnet as of 2026-09-04.

The current table, with dates, is always at https://flashrouter.io/public-status.json.

Non-custodial by construction

UnyKorn LLC never holds client assets or keys. Contracts are deployed to the client's own address and ownership is transferred at handoff. Attestations describe a ledger and move nothing. Tradelines are trust lines between the client and the issuer; the desk reads them and does not sit in them.

Perimeter

UnyKorn LLC is a technology and administration service provider. It is not a bank, broker-dealer, exchange, custodian, trustee, transfer agent, appraiser, auditor, investment adviser, money transmitter, or issuer of securities. Nothing in this documentation is an offer to sell or a solicitation to buy any security, loan, or financial product. Fees are stated in the signed engagement letter and do not appear on any public surface.

Contact

Engagements: desk@flashrouter.io. Security reports: security@flashrouter.io. Misuse reports: abuse@flashrouter.io. Source: https://github.com/FTHTrading/flashrouter.