Skip to content
View pipeshiftprotocol's full-sized avatar

Block or report pipeshiftprotocol

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pipeshiftprotocol/README.md
Pipeshift

Settlement infrastructure for tokenized equities on Robinhood Chain

Venues match. Pipeshift settles.

Website X License


What we build

Trading venues are good at matching. They are not good at settling, and every venue that builds its own settlement path builds its own way to break.

Pipeshift is the layer underneath, and it does three things.

Atomic delivery versus payment. The security leg and the cash leg move in one transaction. There is no state in which the shares have moved and the money has not.

Multilateral netting. A desk that buys 400 shares and sells 380 in the same session owes 20. We collapse a trade file into one net position per party, so settlement work scales with participants rather than with trades.

One canonical registry. Every venue settles against the same record of what a token represents, keyed by ticker and ISIN rather than by token address. A reissued token keeps its identity and its settlement history.

We are not a DEX, not a venue, and not a custodian. The engines hold no positions between calls and take no view on price.


Repositories

Repo What it is Status
pipeshift Settlement contracts, TypeScript SDK and offline CLI v0.3.0
pipeshift-attestations Proof of reserves and per venue settlement policy v0.1.0
pipeshift-indexer Event indexer: positions, volumes, compression v0.2.0

Where things stand

Being explicit about scope is cheaper than being discovered.

  • The contracts are unaudited. Do not point real value at them yet.
  • Nothing is deployed to Robinhood Chain mainnet. Addresses go in the repo README when it is.
  • Proof of reserves is designed and not implemented. Custodian attestation is off chain today.
  • Settlement is all or nothing per instruction. Partial fills are planned, not shipped.

No dates anywhere. Follow the commits.


Popular repositories Loading

  1. pipeshift pipeshift Public

    Settlement infrastructure for tokenized equities on Robinhood Chain: atomic delivery versus payment, multilateral netting, one canonical asset registry.

    Solidity

  2. pipeshiftprotocol pipeshiftprotocol Public

    Settlement infrastructure for tokenized equities on Robinhood Chain.

  3. pipeshift-attestations pipeshift-attestations Public

    Proof of reserves for tokenized equities: custodian attestations with staleness bounds, plus per venue settlement policy.

    Solidity

  4. pipeshift-indexer pipeshift-indexer Public

    Event indexer for Pipeshift settlement: decodes settled instructions and netting sessions into positions, volumes and compression reports.

    TypeScript