Credits

Paddock is built out of other people's work. This page names all of it, with the licence each piece is used under.

The photograph

Behind every page: Dülmen, Merfeld, Dülmener Wildpferde in der Wildbahn -- 2021 -- 4412, by Dietmar Rabich, used under CC BY-SA 4.0. Dülmen wild horses in their pasture at sunrise, found on Wikimedia Commons on 2026-09-17.

What we changed: Cropped by tools/crop.mjs through Chrome's canvas (the top 13% — the blown sky behind the sun — is cut off; there is no image library on this machine and sips crops only about the centre), then softened and toned by tools/make-ground.mjs: blur 2px, saturate 1.15, brightness 1.06. The original file is never served.

Why this one: Dülmen wild horses grazing inside their pasture at sunrise, with the pen and gate behind them. It is the product in one picture — animals free to move anywhere inside a fence they cannot leave — and the warm hue the mark takes its accent from. Chosen by looking; the measurements (chroma 0.076, busy 12.9, 5.4% blown before cropping) say it works, not that it was the calmest.

Required attribution, in the form Commons asks for it: Dietmar Rabich / Wikimedia Commons / “Dülmen, Merfeld, Dülmener Wildpferde in der Wildbahn -- 2021 -- 4412” / CC BY-SA 4.0

Typefaces

  • Fraunces by Undercase Type — SIL Open Font License 1.1, served by Google Fonts.
  • Instrument Sans by Instrument — SIL Open Font License 1.1, served by Google Fonts.
  • JetBrains Mono by JetBrains — SIL Open Font License 1.1, served by Google Fonts.

Code and contracts

  • Safe (v1.4.1) by Safe Ecosystem Foundation — LGPL-3.0. Every Paddock account IS a Safe; Paddock adds nothing to it and holds nothing in it.
  • Zodiac Roles Modifier (v2.1.0) by Gnosis Guild — LGPL-3.0, audited by G0 Group and Omniscia. The permission that lets one address trade and nothing else.
  • Uniswap v3 and SwapRouter02 by Uniswap Labs — the pools every trade goes through, and the one contract a Paddock trader may call.
  • Morpho Blue by Morpho Labs — not used to lend here: its markets are how Robinhood's price feeds are discovered, since feeds are not enumerable.
  • Robinhood Chain's price feeds — Chainlink-style feeds Robinhood publishes for its own tokenized stocks. They are the reference the Fence holds every trade against.
  • Multicall3 by mds1 and contributors — how Paddock reads many values at one block.
  • ethers.js 6.13.5 by Richard Moore — MIT licence, shipped in /vendor.
  • Blockscout — the explorer whose verified sources were read to build against the contracts as deployed, rather than as documented.

The one contract Paddock adds is the Fence (contracts/Fence.sol, MIT), which has no owner and holds nothing. It is not audited.

Paddock is not affiliated with any of them.