# Commerce on the Internet

> Commerce on the Internet has come to rely almost exclusively on financial institutions serving as trusted third parties to process electronic payments. While the system works well enough for most transactions, it still suffers from the inherent weaknesses of the trust based model.
>
> \- Satoshi Nakamoto, Bitcoin Whitepaper

![](/files/BczHLwBxl9Fww9sGDDBc)

At the time the whitepaper was published, internet commerce was a growing element of the economy with the rise of businesses such as eBay and Amazon proved that the internet could offer people business opportunities. The issue was and is still today that all transactions that are routed through legacy payment systems to pay for goods or services via the internet rely on trusted third parties to manage the payment process.

Most of these services tend to be credit card processors, banks, or payment processors such as PayPal. These systems work well for payments over an amount of several dollars, but when we look at smaller payments we see how the fees incurred by these third parties hinder profits for the business owner.

This is a significant burden on users and presents a barrier limiting the capabilities of services to implement systems using micropayments for $1 or less. Additionally, Bitcoin payments are received instantly and can be considered settled within just a few seconds, removing the lag that most payment systems insert in the process of commerce.


---

# Agent Instructions: 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:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-theory/introduction/commerce-on-the-internet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
