# Assessment 8

#### A supplier ships goods to your warehouse. With traditional systems, payment processing takes 2-3 weeks after manual verification of delivery and invoice matching. How would a blockchain smart contract handle this?

* [ ] Smart contract sends reminder emails to speed up the approval process
* [x] Smart contract automatically releases payment when delivery is verified on-chain
* [ ] Smart contract creates a report for the finance team to review
* [ ] Smart contract eliminates the need for delivery verification

**Notes to Learners**

Smart contracts automate **execution**, not **oversight**. The business rules are the same—payment should happen when goods are delivered as specified. But instead of waiting for humans to verify delivery, check the invoice, get approvals, and process payment manually, the smart contract handles all of this automatically when the condition (verified delivery) is met. The finance team still sets the rules and monitors for exceptions—they just don't manually process every single transaction.


---

# 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/the-business-case-for-blockchain-in-supply-chain/what-blockchain-actually-does-for-supply-chain/assessment-8.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.
