# Profile Product Roadmap

MVP (Released 2024)0606

* assign smart contract account and smart contract wallet to new user with subsidy of gas fee
* Profile setup with[ Smart Sections ](/system-overview/profile.io-architecture/profile-structure.md)(+ small number pre-configured sections)
* user selects username (url) and displayname
* create first soulbound nft badge with subsidiy of gas fee.
* invite another user with soulbound nft badge
* complete CV style profile&#x20;
* Organisation DID (Decentralised Identifier)

In Development

* Skill badge endoresement (adds onchain property to NFT)
* Add socials to profile
* Farcaster login and social graph leverage
* Links Section for profile (visual link to external content)
* Explore page
  * view users
  * view organisations
  * view available badges (soulbound nfts)
* Privacy and Visilibty settings
  * for profile
  * for individual sections
  * for badges
  * includes fully public, avilable to connections, fully private
  * backend ZK for chain privacy
* User creates custom Profile Section
* Organisation Profile Creation
* Organisation Course Listings Section
* Organisation batch soulbound nft badge issuance
* Organisation Education Certificate Issuance (embedding Org DID with Soulbound NFT)
* Further Badge Details
* Profile connections

Later

* Profile Themes (enable no-code customisation)
* Verify socials
* Wallet top up
* Connect third party EOA wallet
* Add profile smart contract wallet address to WalletConnect for nft issuance from third party platforms and aggregation of user soulbound nfts, poaps etc to Profile.io
* Profile verification using likeness check (web2) - verify real name profile or anon profile
* Profile verification using ZK likeness check (web3) - verify real name profile or anon profile
* Profile verification using profile algorithm (ie combination of nfts and social creates reputation score and proof of personhood likelihood)
* Profile DNS - use your profile.io/handle as your crypto wallet address
* Section Integrations - eg paragraph.xys; Farcaster recent posts; Frames etc
* Fully open sourcing profile sections for development
* Wallet and crypto functionality - to include staking

Considering

* Token value to profile ecosystem
* Appchain (L1, L2 or L3?) for soulbound nfts and DIDs at lower gas fee.
* DID for every user (current cost per user limitations) - own appchain may resolve.


---

# 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.profile.io/introduction/profile-product-roadmap.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.
