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

# 통합

오르카 Javascript SDK는 개발자들이 오르카 교환 플랫폼과 쉽게 통합할 수 있도록 하는 오픈 소스 노드 라이브러리입니다.&#x20;

SDK의 주요 기능은 다음과 같습니다 :

* 풀과 팜 주소 가져오기
* 가격 인용 가져오기
* 스왑
* 유동성 풀 제공/상환
* 팜 스테이킹 / 언스테이킹
* 스테이킹 리워드 취득&#x20;
* 기타 도움 기능 활용하기

오르카팀은 SDK를 지속적으로 개선하여 새로운 기능을 추가하고, 최고의 개발 기술을 위해 노력하고 있습니다.&#x20;

피드백이 있으시다면 Discord의 [#integrations](https://discord.gg/A7BQHQyQS4) 채널에 남겨주시기 바랍니다. 추가 기능을 요청하시거나 소통을 원하신다면 [here](https://g4s065hqno8.typeform.com/to/nIuYAsbx)에 남겨주시기 바랍니다.

연락을 기대하고 있습니다! 🐋

{% embed url="<https://github.com/orca-so/typescript-sdk>" %}


---

# 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://orca-so.gitbook.io/orca_korea/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.
