Table of contents

Overview

t+ is a decentralized brokerage that enables optimal execution of any financial intention (trade, loan, whatever - any asset), by decoupling intent confirmation and settlement.

t+ works by allowing market makers to fill and pre-confirm user intents using an offchain orderbook - then hold the unsettled intent in inventory until they identify optimal settlement conditions and strategy.

At a high level, user interactions flow as follows:

  1. Users send intents to an orderbook ran inside a trusted execution environment (TEE).
  2. When an intent is filled, it’s pre-settled at the t+ layer. The filled intent is added to the market makers t+ inventory, and the user’s inventory is credited with the funds the market maker committed to procuring for them. The user can continue submitting intents with these pre-settled funds or withdraw.
  3. When they believe it’s optimal, the maker settles the intent using whatever venue they wish. They can use any chain, any dex, any builder. Importantly, the market maker does not have to hold funds on the chain they’re settling on, they can perform the settlement using t+ deposits.

The below diagram illustrates this interaction, as well as how it decouples intent confirmation and settlement.

t+ usage.png

Why is this valuable?

The reason this decoupling creates value is twofold.

First, optimal confirmation and settlement require distinct properties that aren’t possible when the two are intertwined.

t+ Confirmations Optimize

<aside> ⚡

Speed

</aside>

<aside> 👀

Privacy

<aside> 🦾

Minimal Inventory Requirements

t+ Settlements Optimize

<aside> 🤸‍♂️

Flexibility

We actually have some hard metrics for this one. Below is an estimate of on-chain traders savings if they used t+ instead of a DEX

Trader Savings
# Trades Per User 1 2
Trading Fees 87.86% 93.73%
Gas Fees 54.78% 74.01%
</aside>