> 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.md).

# 인보이스 팩토링 마켓플레이스

**상태: 🔨 개발 중 (2026년 2분기)**

인보이스 토큰화를 가능하게 하는 핵심 무역금융 프로덕트입니다.

***

### 기능

기업이 미수금 인보이스를 할인된 가격에 판매하여 즉시 현금을 확보합니다. 투자자는 이러한 인보이스를 매입하고 채무자가 결제할 때 전액을 수령합니다.

***

### 인보이스 팩토링 작동 방식

{% @mermaid/diagram content="flowchart TD
subgraph Business\["기업 (셀러)"]
B1\["$100K 인보이스 보유<br/>60일 후 만기"]
B2\["지금 현금 필요"]
end

```
subgraph Platform["TPT 플랫폼"]
    P1["검증"]
    P2["5% 할인으로 등록"]
    P3["스마트 컨트랙트 에스크로"]
end

subgraph Investor["투자자"]
    I1["$95,000 지불"]
    I2["60일 대기"]
    I3["$100,000 수령"]
end

B1 --> P1
B2 --> P1
P1 --> P2
P2 --> I1
I1 --> P3
P3 -->|"즉시"| B2
P3 -->|"만기 시"| I3
```

" %}

***

## 거래 예시

| 항목       | 금액              |
| -------- | --------------- |
| 인보이스 액면가 | $100,000        |
| 결제 조건    | Net 60          |
| 할인율      | 5%              |
| 셀러 수령액   | $95,000 (즉시)    |
| 투자자 지불액  | $95,000         |
| 투자자 수령액  | $100,000 (만기 시) |
| 투자자 수익   | $5,000          |
| 연환산 수익률  | 약 31% APY       |

***

## 수익률 산출

연 5-10% APY의 예상 수익률은 다음에서 도출됩니다:

| 요소         | 설명                        |
| ---------- | ------------------------- |
| **할인율**    | 일반적으로 30일당 1-3%           |
| **연환산**    | 2% 할인의 30일 인보이스 ≈ 24% APY |
| **리스크 조정** | 고위험 채무자는 더 높은 할인율 요구      |
| **시장 역학**  | 수요/공급이 가격에 영향             |

***

## 리스크 파라미터

각 인보이스 등록에는 다음이 포함됩니다:

| 파라미터         | 설명                   |
| ------------ | -------------------- |
| **채무자 등급**   | 신용도 점수 (A/B/C/D)     |
| **인보이스 경과일** | 발행 후 경과 일수           |
| **결제 조건**    | 원래 Net 조건 (30/60/90) |
| **셀러 이력**    | 디폴트율, 거래량, 가입 기간     |
| **집중도**      | 플랫폼 내 해당 채무자 비중      |

***

## 검증 요구사항

#### 셀러 제출 필요사항:

* 사업자 등록 서류
* 인보이스 및 배송 증빙
* 채무자 연락처
* 거래 관계를 보여주는 은행 명세서

#### 인보이스 충족 요건:

* 최소 액면가 기준
* 최대 경과일 기준
* 검증된 채무자 (제외 리스트에 없음)
* 기존 담보권 또는 양도 없음

***

## 혜택

#### 셀러 (기업)

| 혜택           | 설명                 |
| ------------ | ------------------ |
| **즉각적 유동성**  | 몇 달이 아닌 며칠 내 현금 확보 |
| **부채 없음**    | 대출이 아닌 자산 매각       |
| **신용 한도 유지** | 은행 관계에 영향 없음       |
| **유연성**      | 팩토링할 인보이스 선택 가능    |

#### 투자자

| 혜택          | 설명              |
| ----------- | --------------- |
| **실질 수익**   | 상업 현금흐름 기반      |
| **짧은 듀레이션** | 일반적으로 30-90일 만기 |
| **분산투자**    | 여러 채무자 및 산업에 분산 |
| **투명성**     | 온체인 정산 및 추적     |

{% hint style="info" %}
인보이스 팩토링 마켓플레이스는 2026년 2분기 런칭 예정입니다. [대기자 명단 등록 →](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.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.
