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

# Welcome

> Welcome to Mycelium SDK documentation - gateway to simple DeFi!

The Mycelium SDK simplifies on-chain interactions by creating and managing a smart wallet with an embedded wallet as a signer for blockchain related operations. Smart wallet as well as embedded wallet signer are non-custodial and only a user has a direct access to it. The embedded wallet management is delegated to the [Privy platform](https://www.privy.io/)

### Core features

1. Create a smart wallet with embedded OR external wallet as a signer
2. Smart wallet core features: send/receive funds, sign transaction/message
3. Fetch crypto yield opportunities
4. Deposit or withdraw funds to/from a particular yield opportunity
5. Fetch information about yield and balance for a specific opportunity where funds are
6. Fund wallet via Coinbase: Generates a top-up link for the user to deposit funds

## Get started

Install and start using SDK right away

<Card title="Quickstart" icon="rocket" iconType="regular" horizontal="false" href="/quickstart">
  Follow several quick steps to get started
</Card>

## General infromation

Get more context what is Mycelium and how you can use it for your products

<Columns cols={1}>
  <Card title="About Mycelium" icon="info" iconType="regular" horizontal href="/overview/about-mycelium/what-is">
    Edit your docs locally and preview them in real time.
  </Card>

  <Card title="SDK documentation" icon="terminal" horizontal href="/api-reference/introduction">
    Get the detailed information about SDK and its abilities
  </Card>

  <Card title="Team" icon="person" horizontal href="/overview/about-mycelium/team">
    Learn about Mycelium team
  </Card>

  <Card title="Support" icon="code" horizontal="false" href="guides/getting-started/support">
    Contact the team directly or use the community help
  </Card>
</Columns>
