# Introduction

Flexed is an innovative wallet-generation platform built on the Solana blockchain. It allows users to create custom wallet addresses with personalized prefixes and suffixes — giving users the ability to make their wallets recognizable, brandable, and expressive.

Most blockchain wallets today are long, impersonal strings of random characters. Flexed addresses this issue by bringing personalization and identity to wallet addresses without compromising security. With Flexed, users can create addresses that reflect their personal or community brand, making transactions easier to identify, share, and remember.

This documentation serves as a guide for understanding how Flexed works, how to use it, and how to integrate it into applications. It is designed for developers, users, and partners interested in building or engaging with on-chain identity tools within the Solana ecosystem.


---

# 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.flexed.pro/overview/introduction.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.
