Premium beef,
graded honestly.
Shop USDA Prime and Choice cuts with lot-level traceability—fair per-pound pricing from verified Texas ranchers, not the middle aisle.
No retail markup games · Cold-chain fulfillment · Coinbase or card
Catalog preview
Ranch-labeled · Grade-stamped · Per-pound clear
For ranchers & packers
List USDA-graded beef with modern settlement and analytics.
Inventory, Coinbase Commerce, demand intelligence, and FSIS-aligned onboarding—full diagrams and program copy on a dedicated page, or start here and go deeper when you are ready.
Coinbase Commerce · marketplace rails
Payments built for ranch economics.
Town & Cattle uses Coinbase Commerce as the settlement layer between verified ranchers and buyers—fiat and digital assets, webhooks, and the audit posture a USDA supply chain deserves. Full diagrams and capability detail on the commerce page.
Member access
Create your Town & Cattle account
Sign in with Coinbase to align checkout, payouts, and identity in one place. We use Coinbase App OAuth2 with PKCE, store an encrypted session cookie only (no access tokens in the browser), and ask for a short fulfillment profile so we can route orders and compliance notices correctly.
- OAuth2 authorization via Coinbase (CDP-registered app)
- Server-side token exchange; session sealed with iron-session
- Profile capture: contact, ZIP, marketing & SMS preferences
- Sign out revokes the sealed session cookie immediately
Production checklist — Coinbase CDP
- Create an OAuth2 client in Coinbase Developer Platform and set the redirect URI to
{NEXT_PUBLIC_APP_URL}/api/auth/coinbase/callback. - Add
COINBASE_CLIENT_IDandCOINBASE_CLIENT_SECRETto your environment (never commit secrets). - Set
IRON_SESSION_PASSWORD(32+ characters) andNEXT_PUBLIC_APP_URLto your public site origin.