> ## Documentation Index
> Fetch the complete documentation index at: https://docs.juncta.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

export const RelatedLinks = ({title = "Related links", links}) => <div>
    <h2>{title}</h2>
    <ul>
      {links.map((link, i) => <li key={i}>
          <a href={link.href}>{link.label}</a>
        </li>)}
    </ul>
  </div>;

## Connecting your wallet

To provide liquidity or borrow on Juncta, you will need to connect a compatible Web3 wallet.
Juncta supports wallets that are compatible with the Cedra, Aptos, and Sui blockchains. The default chain is Cedra.

Select your preferred blockchain and click "Connect Wallet" in the Juncta dashboard. You will be prompted to select your wallet provider and approve the connection. Once connected, you can view your account details, manage your liquidity positions, and access borrowing features.

<Frame>
  <img src="https://mintcdn.com/juncta/JiTjs35gfEpKucGf/images/wallets.png?fit=max&auto=format&n=JiTjs35gfEpKucGf&q=85&s=51f4f0f2f8a1e46c4e6b6c7c12c18f52" alt="Screenshot of supported wallets on Juncta." style={{ borderRadius: "0.5rem" }} width="932" height="838" data-path="images/wallets.png" />
</Frame>

## Supported Wallets on Juncta

Juncta supports the following wallets:

* Zedra
* Nightly

<RelatedLinks
  links={[
{
  label: "How to deposit liquidity",
  href: "/user-guide/for-lps/what-it-means-to-provide-liquidity",
},
]}
/>

{/* RPC settings? */}

{/* Searching for pools? */}
