> For the complete documentation index, see [llms.txt](https://docs.silopay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silopay.io/fees/fee-comparison.md).

# Fee Comparison

Silo's privacy fee of 20-30 bps covers privacy routing, compliance screening, and encrypted record storage in a single charge. This section compares Silo's fee to alternatives across privacy protocols, bridges, traditional payroll providers, and payment processors.

***

#### **Privacy Protocols**

Tornado Cash charges approximately 33 bps, paid to relayers on withdrawal. Railgun charges approximately 25 bps on both shielding and unshielding, totaling roughly 50 bps for a full deposit-to-withdrawal cycle. Neither includes payments UX, receipts, cross-chain delivery, or compliance controls. Silo delivers all of these at a lower or comparable fee.

***

#### **Bridges**

Cross-chain bridge protocols typically charge 3-10 bps per transfer (USDT0, deBridge, Stargate, Mayan), with additional non-gas fees depending on route and method. Silo uses CCTP for cross-chain USDC transfers at $0 Silo fee. Bridge costs that do apply are passed through at cost with no markup.

***

#### **Traditional Payroll Providers**

Traditional payroll providers (ADP, UKG, Workday, Rippling, Gusto) typically charge on a per-employee-per-month basis. When converted to effective bps of payroll, costs range from approximately 24 bps to 165 bps depending on salary band, provider, and whether international delivery with FX fees is involved. Silo's Business tier charges 20 bps with no FX fees, since stablecoin payments are borderless by default.

***

#### **Payment Processors (Credit Card)**

Credit card processors (Stripe, PayPal, Square, Adyen, Checkout.com) charge merchants between 150-440 bps per transaction, varying by domestic vs. cross-border, card type, and pricing plan. Silo's Business tier at 20 bps represents a significant cost reduction for merchants who can accept crypto payments.

***

Note: All comparisons are approximate and based on publicly available fee structures as of early 2026. Fees for third-party providers vary by contract, volume, and region.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.silopay.io/fees/fee-comparison.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
