Capital Markets
7 technical briefings from 7 companies building capital markets infrastructure.
NVAL demos pricing infrastructure for illiquid assets, starting with NFTs. Using AI and on-chain data feeds, NVAL produces fair market values for NFTs in near real time — foundational for any financial workflow (lending, borrowing, insuring, trading) on non-fungible assets that have no spot price. NVAL sits as an analytics layer between blockchains (L1s, L2s, cross-chain) and the industries building on top (gaming, sports, trade finance, accounting, lending). Mark (CTO) walks through the REST API documented with OpenAPI: a "try it out" docs UI, a Postman collection, and a CLI all return the same price prediction for a specific NFT (the demo values a Doodle at 3.3 ETH with 96% confidence, sitting between the listed price of 4.2 ETH and the highest offer of 2.8 ETH). A Chrome extension surfaces NVAL prices on OpenSea pages, and the NVAL web app shows floor price, listed price, and price history against actual trade prints. The price-history endpoint returns 52 weekly data points across a year (configurable daily). Feature importance breaks down what drives price — 96% market action for a Doodle, 72% market action + 30% accessory-trait for a CryptoPunk — giving traders a way to understand why NVAL priced an NFT where it did.
Raven Jiang
Arc is a B2B financing platform for software companies, pairing Arc Advance (revenue-based financing) with Arc Treasury (a deposit account for the same customer profile). This briefing walks through the Arc customer onboarding flow — NDA, API credentials for banking, accounting, and billing — and the unified data model Arc has built across all three. Live demos connect Capital One via Plaid sandbox, accounting data via Codat, and billing via Stripe, with each sync landing in Arc's GraphQL backend as canonical data events. Behind the scenes, Arc normalizes data across multiple aggregators per domain using virtual SQL views, preserves raw provider data for traceability, and optimizes connector selection for long-term stable recurring connections — because Arc re-syncs this data continuously to monitor risk on outstanding balances and surface upsell opportunities.
Ben Rollert
Ben Rollert, CEO and co-founder of Composer, demos Composer — a trading app that gives retail investors access to systematic investing. Strategies are called "Symphonies" — containers for trading logic and the assets they operate on, much like an ETF is a container for a basket. The demo walks through the strategy library (featured, community, classic), Symphony fact sheets with backtests that actually model slippage and fees (rare in retail products), the visual conditional-logic editor and natural-language descriptions, live editing of conditions and benchmarks, swapping underlying assets, and Composer's fundamental building blocks (weight blocks, assets, filters, conditions) used Lego-style to build recursively nested multi-strategy portfolios like the Dragon Portfolio. Composer supports threshold rebalancing (rebalance only on drift, not calendar) and deploys to real brokerage accounts via Alpaca with fractional market orders.
Philip Pieper & Sam Stone
Swarm Markets presents their BaFin-licensed DeFi exchange at V-Sum Twelve. Presented by Philip Pieper, covering regulated token swaps, the dOTC peer-to-peer trading service, SX1411 token standard, and their Passport compliance system.
Mike Sall
Goldfinch Finance presents their decentralized credit protocol at V-Sum Eleven. Presented by co-founder Mike Sall, covering how Goldfinch enables crypto lending to real-world businesses through Backer and Senior Pool mechanics.
Eric Saraniecki
Eric Sarnecki, co-founder of Digital Asset, demos DAML — Digital Asset\'s framework for building networks of systems of record. The pitch: the world already runs on distributed ledgers, but the consensus algorithm is reconciliation — expensive, slow, and the reason payments are slow, margin is expensive, and capital requirements are astronomical. DAML replaces this by putting authorization directly on the data, enabling privacy-preserving data integrity across organizations. Customers are using DAML to rebuild equity settlement (eliminating margining), re-architect repo markets, and tokenize new asset classes (peer-to-peer sports betting, securitized factoring receivables). The demo showcases Digital Asset\'s open-source "market in a box" — a 30-minute-deployable marketplace with investors, custodians, and an exchange running on Project Daimler (Digital Asset\'s devops-free cloud runtime) and integrated with partner Xberry\'s high-performance matching engine. A sample Bitcoin/Tesla trading pair shows DAML\'s ability to create, list, and settle any pair on the fly, with a live view of per-party database state, UUID-based privacy-preserving onboarding, and data-layer authorization that blocks wrong-party API calls at the ledger itself.
John Shammas
John, product lead at DriveWealth, demos DriveWealth — the brokerage infrastructure behind Cash App investing in the US, Revolut in Europe, and a long list of wallets across Africa, South America, India, and Southeast Asia. The demo uses a sample banking app with an $845 balance to show how a customer goes from pure checking to buying $50 of Starbucks stock without leaving the app. Because the bank already holds identity data, DriveWealth\'s onboarding only collects brokerage-specific disclosures (SSN confirmation, broker/politician questions) — creating a tax-and-regulator-ready brokerage account in seconds. The account.managementType flag switches between self-directed and managed (robo-advisor) flows on the same API surface. DriveWealth was the first to offer real-time fractional shares: a $50 market order for Starbucks is recalculated against the live price so users never over- or under-spend. Shares are stored to ten decimal places (inspired by crypto UX), enabling pennies-of-Berkshire orders. Live P/L, cost basis, and market value surface in both the partner app and DriveWealth\'s admin portal.