> 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/protocol-mechanics/undefined-2.md).

# 자산 라이프사이클

프로토콜의 모든 자산은 제출부터 정산까지 정의된 라이프사이클을 따릅니다:

{% @mermaid/diagram content="stateDiagram-v2
\[*] --> 제출됨: 셀러가 자산 업로드
제출됨 --> 검토중: 검증 시작
검토중 --> 거부됨: 검증 실패
검토중 --> 검증됨: 검증 통과
거부됨 --> \[*]
검증됨 --> 등록됨: 할인율 설정
등록됨 --> 펀딩됨: 투자자 자본 커밋
펀딩됨 --> 활성: 셀러에게 자본 릴리즈
활성 --> 만기도래: 결제일 도달
만기도래 --> 정산완료: 채무자 결제
만기도래 --> 디폴트: 채무자 미결제
정산완료 --> \[*]
디폴트 --> 회수진행: 추심 프로세스
회수진행 --> \[*]" %}

***

### 상태 설명

| 상태       | 설명               |
| -------- | ---------------- |
| **제출됨**  | 자산 업로드 완료, 검토 대기 |
| **검토중**  | 검증자가 문서 검토 중     |
| **거부됨**  | 검증 실패            |
| **검증됨**  | 자산 진위 및 유효성 확인   |
| **등록됨**  | 투자자 매입 가능        |
| **펀딩됨**  | 투자자 자본이 에스크로에 커밋 |
| **활성**   | 셀러가 자금 수령, 만기 대기 |
| **만기도래** | 결제일 도달           |
| **정산완료** | 성공적 완료, 투자자 수령   |
| **디폴트**  | 채무자 미결제, 회수 진행   |
| **회수진행** | 추심 프로세스 진행 중     |

***

### 일반적인 타임라인

60일 인보이스의 경우:

| 일차    | 이벤트                    |
| ----- | ---------------------- |
| 0     | 셀러가 인보이스 제출            |
| 0-2   | 검증 프로세스                |
| 2     | 마켓플레이스에 등록             |
| 2-5   | 투자자가 자산에 펀딩            |
| 5     | 셀러가 자금 수령              |
| 65    | 만기일                    |
| 65    | 채무자 결제 (정상) 또는 유예기간 시작 |
| 72-79 | 미결제 시 디폴트 선언           |
| 79+   | 회수 프로세스                |


---

# 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/protocol-mechanics/undefined-2.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.
