> For the complete documentation index, see [llms.txt](https://docs.kairosswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kairosswap.com/about-us.md).

# About us

Kairos is built by Kairos Labs Inc., backed by 6MV, Lattice, Advancit, Alliance, and Compa Capital. Through personal experience and speaking with DeFi participants, we've identified the lack of effective interest-rate hedging tools as a blocker to continued onchain growth. The issue isn't the small number of fixed-rate lending protocols; it's that without hedging primitives, those products can't scale. In traditional markets, interest rate swaps let lenders hedge rate risk and traders express views on rate movements. That hedging layer is what makes fixed-rate loans and fixed-income products viable. With no effective way to hedge interest rate risk, onchain lenders and borrowers have been forced to rely on variable rates for every use case. We're setting out to fix that with an onchain primitive for interest rate swap markets that is permissionless, composable, and non-custodial.&#x20;

**Founding Team:**

[Thomas Harrison](https://x.com/unofficial_thom) (CEO) and [Vince DePalma](https://x.com/0xVinnieJames) (CTO) are the founders of Kairos Labs Inc. Thomas is a 2nd-time founder who sold his previous company, Blockrize, to the Winklevoss-owned global cryptocurrency exchange Gemini. At Gemini, Thomas led the development and launch of the Gemini Credit Card and scaled the program from $0 to hundreds of millions in loan volume. Vince is an experienced developer who has led engineering teams at major financial services companies including Goldman Sachs, Gemini, and Nifty Gateway. Vince also served as an engineering advisor for Ondo Finance.

<br>


---

# 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://docs.kairosswap.com/about-us.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.
