Skip to main content

Sardis Fiat Ramp - Bridge crypto wallets to traditional banking

Project description

Sardis Fiat Ramp

Bridge crypto wallets to traditional banking. Fund agent wallets from bank accounts, withdraw to banks, and pay merchants in USD.

Installation

pip install sardis-ramp

Quick Start

from sardis_ramp import SardisFiatRamp, BankAccount

# Initialize
ramp = SardisFiatRamp(
    sardis_api_key="sk_...",
    bridge_api_key="bridge_..."
)

# Fund wallet from bank
result = await ramp.fund_wallet(
    wallet_id="wallet_123",
    amount_usd=100.00,
    method="bank"
)
print(f"Send ACH to: {result.ach_instructions.routing_number}")

# Withdraw to bank
withdrawal = await ramp.withdraw_to_bank(
    wallet_id="wallet_123",
    amount_usd=50.00,
    bank_account=BankAccount(
        account_holder_name="John Doe",
        account_number="1234567890",
        routing_number="021000021"
    )
)
print(f"Payout ID: {withdrawal.payout_id}")

Features

  • On-Ramp: Fund wallets via ACH, wire, or card (via Bridge/Stripe)
  • Off-Ramp: Withdraw to bank accounts in USD
  • Merchant Payments: Pay merchants in USD from crypto wallets
  • Policy Enforcement: All operations respect Sardis spending policies

Funding Methods

Method Settlement Fee
ACH 1-3 days 0.5%
Wire Same day $15 flat
Card Instant 2.5%
Crypto ~15 min Gas only

Architecture

User Bank → Bridge → USDC → Sardis Wallet → Virtual Card / Crypto / Fiat Payout

All funds flow through the Sardis wallet as USDC, enabling:

  • Unified policy enforcement
  • Single balance view
  • Flexible payout options

Documentation

License

Apache 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sardis_ramp-0.1.1.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sardis_ramp-0.1.1-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file sardis_ramp-0.1.1.tar.gz.

File metadata

  • Download URL: sardis_ramp-0.1.1.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for sardis_ramp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4139b66ef7e1d0e01deaf4762459a6c6399ff745e17f1b018e74908d90276068
MD5 c969dabd06c4382aaf0ef59ca3d9e807
BLAKE2b-256 19afd38d72ab30f6c45138eb8d1b335e99b1711bbf1f29e18fbc04bb955e7032

See more details on using hashes here.

File details

Details for the file sardis_ramp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: sardis_ramp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for sardis_ramp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 db2bc32ae30cc10e309b68f007ca69a0f2f977946ed602680ae32c08249c11f2
MD5 9798525852ac14e15f14e08fc3778997
BLAKE2b-256 883bff8b4b68e68f93a1775cb4e7ef7ba154f4e8a5b3a4f130c0794c171635db

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page