> For the complete documentation index, see [llms.txt](https://docs.metalex.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metalex.tech/web-app-using-the-apps/profile.md).

# Your profile

Your **profile** (`profile.metalex.tech`) is your MetaLeX identity. It is tied to your wallet and is shared across all the apps — when a founder reviews your Expression of Interest, or your name appears on a certificate, it comes from here.

A profile is **optional but recommended**. You can also stay anonymous.

## Creating your profile (onboarding)

1. Connect your wallet.
2. Choose **Setup profile**. This runs a one-time sign-in (a free Sign-In With Ethereum signature) which creates your profile record.
3. Pick a profile picture and enter a name — or **connect your X/Twitter** to auto-fill both.

Prefer not to? **Stay Anon for now** skips the whole step.

![Profile onboarding](/files/coLPpO5iX5vcdCZFySpg)

If you were onboarded as a stakeholder through a company's invitation link, your name pre-fills from the stakeholder record — and starts visible only to companies you hold with, until you choose to make it public.

## Your profile page

Your profile page (*Account Profile*) is a public-facing card showing your picture, name, bio, social links, your **LeXcheX accreditation status**, and — under Address / Multisigs tabs — your wallet address and any multisigs. If you are a founder, your founder title (e.g. “Founder of …”) is derived from your cyberCORPs onchain and shown automatically. Your own profile also shows a public **platform activity** card — your cyberCORPs and how long you've been cybernetic if you're a founder, your closed investments if you're an investor.

To edit it, sign in (**auth to edit profile**), then open the edit form:

* **Your PFP and details** — picture, name, and bio.
* **Accreditation** — shows your LeXcheX status, with a link out to [LeXcheX](/web-app-using-the-apps/lexchex.md) to get accredited. Until you are accredited, public rounds are not open to you. Once accredited, this section shows a validity countdown with **view certificate** and **renew certificate** links.
* **Socials** — verify your X/Twitter account (via its sign-in) and your Telegram (via the Telegram login widget). This is also where you can **enable Telegram notifications** (below).
* **Website and additional info.**
* **Privacy** — name, socials, website, and additional info each carry a visibility control with four settings: public, private, viewable to all founders, or viewable to connected founders only. (Your picture and bio are always public.)

Saving your profile is a plain save — no transaction, no gas.

## Notifications

MetaLeX notifications arrive over **Telegram**. In the profile's Socials section, **Enable notifications** opens a private chat with the MetaLeX bot; once started, the bot messages you about your offers, deals, and investments — offers submitted/accepted/rejected, deals ready to sign or finalized, certificates assigned or transferred, agreements ready and fully signed, rounds closing — each with a link straight to the relevant page. In the chat, `/status` shows your subscription and `/stop` ends it.

Inside the apps, notification counters also appear on the cyberRAISE sidebar (on **Portfolio** for investors, **Raise** for founders with pending EOIs).

## Delegation

The **delegation** page is for people who sign on behalf of a **Safe multisig**. Collecting multisig signatures for every legal agreement is slow, so delegation lets a Safe grant agreement-signing authority to a single wallet.

To set it up: pick the chain, enter your Safe address (it must be a multisig that lists you as an owner), and set an expiry date (it defaults to about six months out). **Sign delegation** proposes a Safe transaction — you then complete it from your Safe's own interface, where your co-signers approve it.

After that, the delegated wallet can sign cyberAgreements on the Safe's behalf until the delegation expires.

> **Under the hood.** Delegation registers the delegate against the protocol's agreement layer, so a signature from the delegate counts as a signature from the Safe when executing a cyberAgreement. Background: [CyberAgreementRegistry](/protocol-reference/contracts/cyberagreementregistry.md) and [Sign a cyberAgreement](/protocol-how-to-guides/sign-a-cyberagreement.md).

## Good to know

* Your profile follows your wallet. If you act from a different wallet, that wallet has its own (or no) profile.
* Verifying socials and accreditation builds trust with founders reviewing your investments — worthwhile if you intend to invest in founder-approval rounds. Founder profiles without any verified social carry a “no verified socials” warning for investors.


---

# 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.metalex.tech/web-app-using-the-apps/profile.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.
