# Design Philosophies

Replete has been developed based on several design philosophies, which can be distilled into six pillars. These pillars serve as guiding principles for protocol contributions and act as a crucial reference point when improving any aspect related to the protocol.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Product</strong></td><td>Building products that people use. Product first.</td><td></td><td><a href="/files/wfb8UJVjh9aEM7Fe1iIH">/files/wfb8UJVjh9aEM7Fe1iIH</a></td></tr><tr><td><strong>Technology</strong></td><td>Ideas that matter built with technology that scales.</td><td></td><td><a href="/files/P47zgMLq8YkRYFEmdCgc">/files/P47zgMLq8YkRYFEmdCgc</a></td></tr><tr><td><strong>Security</strong></td><td>Secure development, battle tested code.</td><td></td><td><a href="/files/YEGEIHbOarF6KC5TzJ6t">/files/YEGEIHbOarF6KC5TzJ6t</a></td></tr><tr><td><strong>Simple</strong></td><td>Easy user experience for a chain abstracted future.</td><td></td><td><a href="/files/nSV8EBsRJTkO6plZRKIn">/files/nSV8EBsRJTkO6plZRKIn</a></td></tr><tr><td><strong>Grounded</strong></td><td>Contributing in service of the protocol and DAO.</td><td></td><td><a href="/files/wijeNFBVNfgKNzdlS47J">/files/wijeNFBVNfgKNzdlS47J</a></td></tr><tr><td><strong>Memes</strong></td><td>Meme relief for web3 challenges.</td><td></td><td><a href="/files/JVCI3ML8B4HoiKWl5kVW">/files/JVCI3ML8B4HoiKWl5kVW</a></td></tr></tbody></table>

## Design philosophies in practice

### More chains, more volume

Replete Finance is designed to be available on a diverse range of markets (chains) for blue-chip assets, bolstering opportunities for blue-chip asset holders.\
\
Connecting more chains allows protocol stakeholders to participate in more markets. In turn, by integrating additional chains, liquidity providers get to benefit as the liquidity is available on a broader spectrum of the market.

Offering liquidity on one chain, yet earning from all.

### Abstracting cross-chain complexity for regular users

The cross-chain functionality is seamlessly abstracted away for end-users. Abstracting the multi chain complexity for users, is necessary for a more streamlined interchain future.

Suppliers can effortlessly provide liquidity to any of the connected chains using the dApp on their preferred blockchain. Likewise, borrowers can supply collateral to any connected chain and borrow to any destination chain. Repayment occurs in a similar streamlined manner.

### Concentrating liquidity, lower slippage

Rather than requiring deployment a pool on every chain, Replete maintains a unified pool where all liquidity is consolidated. This results in a level of depth that surpasses conventional cross-chain money market reducing slippage and attaining a higher efficiency rate benefitting all participants.

Concentrating collateral on a single chain provides more competitive rates for all stakeholders, benefitting stakeholders on every connected blockchain.&#x20;

### No stables

Replete is intentionally designed to not issue its own stablecoin. While these options have their merits, users benefit from borrowing assets with established use cases in DeFi, enhancing the viability of their strategies. It's about empowering users, not restricting them.


---

# Agent Instructions: 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:

```
GET https://docs.replete.fi/intro/about-replete/design-philosophies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
