> For the complete documentation index, see [llms.txt](https://ibtc-whitepaper.gitbook.io/kor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ibtc-whitepaper.gitbook.io/kor/development.md).

# 개발 현황

### 기술평가소

#### 개요

IBTC 평가소는 블록체인 기반 기술 평가 플랫폼으로, 무료형과 유료형 기술 평가 의뢰를 받는다. 참여자들은 IBTC 토큰으로 보상을 받으며, 전문가 평가와 집단 지성 평가를 결합해 신뢰성 있는 평가 결과를 도출한다. 평가가 완료되면 보고서가 제공되고, 평가 리포트를 기반으로 NFT 가 발행된다. 이러한 시스템은 사용자들에게 투명하고 안전한 기술 평가 환경을 제공한다.<br>

#### 구조 및 개발 언어

* DB: MYSQL / BACKEND: JAVA / FRONTEND: JAVA / SERVER: AWS
* AWS 기반 시스템 설계 / DB: RDS MYSQL / SERVER: EC2 / LB: ELB / STORAGE: S3 / Protocol: Ethereum

<figure><img src="/files/PS2ybcDjijBF8JosALdw" alt=""><figcaption><p>Fig 6, IBTC 평가 시스템 구조도</p></figcaption></figure>

#### 서비스목록

<figure><img src="/files/JOFPoQfzWQJhXQWaQoEf" alt=""><figcaption></figcaption></figure>

### 기술 거래소

#### 개요

IBTC 거래소는 NFT 기반의 기술 거래 플랫폼으로, 최초 경매와 재판매를 지원한다. 해당 기술로 인한 수익 발생 시, NFT 소유자에게 배당이 이루어진다. 또한, 거래소는 FIAT 통화 기준으로 거래가 진행되어 사용자 친화적인 환경을 제공하며 시스템 구조 및 개발언어는 기술평가소와 동일하다.

#### 구조 및 개발 언어

* DB: MYSQL / BACKEND: JAVA / FRONTEND: JAVA / SERVER: AWS
* AWS 기반 시스템 설계 / DB: RDS MYSQL / SERVER: EC2 / LB: ELB / STORAGE: S3&#x20;

<figure><img src="/files/nfVwFCxUsncWxUc1UBgH" alt=""><figcaption><p>Fig 7, IBTC 거래 시스템 구조도</p></figcaption></figure>

#### 서비스목록

<figure><img src="/files/eFsgGohLVof5wWoO1FW1" alt=""><figcaption></figcaption></figure>


---

# 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://ibtc-whitepaper.gitbook.io/kor/development.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.
