> For the complete documentation index, see [llms.txt](https://triple-plus-global.gitbook.io/tpt-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://triple-plus-global.gitbook.io/tpt-whitepaper/tpt-whitepaper-kr/products/undefined-1.md).

# 공급망 금융

**상태: 🗓️ 예정 (2026년 4분기)**

공급업체를 위한 구매주문서 금융으로 확장합니다.

***

### 기능

대기업의 공급업체가 배송 및 인보이스 처리를 위해 60-90일을 기다리지 않고 검증된 구매주문서에 대해 즉시 결제를 받습니다.

***

### 인보이스 팩토링과의 차이점

{% @mermaid/diagram content="flowchart LR
subgraph Timeline\["결제 타임라인"]
direction LR
PO\["구매주문서<br/>발행"] --> DEL\["물품<br/>배송"] --> INV\["인보이스<br/>제출"] --> PAY\["결제<br/>수령"]
end

```
subgraph Products["TPT 프로덕트"]
    SCF["공급망 금융<br/>← 여기서 금융"] -.-> PO
    IF["인보이스 팩토링<br/>← 여기서 금융"] -.-> INV
end" %}
```

| 프로덕트         | 금융 대상     | 시점   |
| ------------ | --------- | ---- |
| **인보이스 팩토링** | 제출된 인보이스  | 배송 후 |
| **공급망 금융**   | 확인된 구매주문서 | 배송 전 |

***

## 더 빠른 금융이 중요한 이유

공급업체는 종종 다음을 위해 자본이 필요합니다:

* 원자재 구매
* 제조 비용 지불
* 배송 비용 충당
* 결제까지의 갭 해소

배송 후까지 기다리면 자본이 가장 필요한 시점을 놓치게 됩니다.

***

### 타겟 시장

| 세그먼트        | 설명                 |
| ----------- | ------------------ |
| **중소 공급업체** | 대기업에 납품하는 중소기업     |
| **제조업체**    | 긴 생산 사이클을 가진 기업    |
| **계절성 사업**  | 운영자금 갭이 있는 기업      |
| **성장 기업**   | 현금흐름보다 빠르게 확장하는 기업 |

***

### 엔터프라이즈 통합

공급망 금융에는 다음과의 통합이 필요합니다:

| 시스템           | 목적                   |
| ------------- | -------------------- |
| **기업 구매 시스템** | SAP, Oracle, Coupa 등 |
| **PO 검증 API** | 주문 진위 확인             |
| **배송 확인**     | 이행 상태 추적             |

본 프로덕트는 다음을 제공하는 앵커 엔터프라이즈 파트너와 함께 출시됩니다:

* 검증된 구매주문서 데이터
* 확인된 결제 약속
* 통합 협력

***

### 작동 방식

1. **바이어가 PO 발행** — 통합 시스템을 통해 공급업체에게
2. **PO 검증** — TPT 플랫폼에서 자동으로
3. **공급업체가 금융 요청** — 검증된 PO에 대해
4. **투자자가 펀딩** — 공급업체에게 즉시
5. **공급업체가 배송** — PO 조건에 따라
6. **바이어가 결제** — 원래 조건대로
7. **투자자가 수령** — 원금 + 수익

***

### 인보이스 팩토링과의 주요 차이점

| 측면  | 인보이스 팩토링     | 공급망 금융         |
| --- | ------------ | -------------- |
| 자산  | 인보이스         | 구매주문서          |
| 시점  | 배송 후         | 배송 전           |
| 리스크 | 배송 이미 완료     | 배송 리스크 존재      |
| 검증  | 인보이스 + 배송 증빙 | PO + 바이어 확인    |
| 통합  | 셀러 측만        | 바이어와 셀러 시스템 모두 |

{% hint style="info" %}
공급망 금융은 2026년 4분기 런칭 예정입니다. [더 알아보기 →](https://quick-badge-086985.framer.app/)
{% endhint %}


---

# 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://triple-plus-global.gitbook.io/tpt-whitepaper/tpt-whitepaper-kr/products/undefined-1.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.
