# Welcome to AgentiPy

## AgentiPy: Your AI Agent Toolkit for Blockchain Applications

AgentiPy is a Python toolkit designed to empower AI agents to interact seamlessly with blockchain applications, focusing on Solana and Base. It simplifies the development of decentralized applications (dApps) by providing tools for token management, NFT handling, and more. With a focus on ease of use and powerful functionality, AgentiPy allows developers to create robust and sophisticated blockchain-based solutions, leveraging AI-driven workflows.

[![GitHub Stars](https://img.shields.io/github/stars/niceberginc/agentipy?style=social)](https://github.com/niceberginc/agentipy)[![GitHub Forks](https://img.shields.io/github/forks/niceberginc/agentipy?style=social)](https://github.com/niceberginc/agentipy)[![Total Downloads](https://static.pepy.tech/personalized-badge/agentipy?period=total\&units=international_system\&left_color=grey\&right_color=blue\&left_text=Downloads)](https://pypi.org/project/agentipy/)[![PyPI Version](https://img.shields.io/pypi/v/agentipy.svg)](https://pypi.org/project/agentipy/)[![Open Issues](https://img.shields.io/github/issues/niceberginc/agentipy)](https://github.com/niceberginc/agentipy/issues)[![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)](https://pypi.org/project/agentipy/)[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/niceberginc/agentipy/blob/main/LICENSE)

Welcome to the official documentation for AgentiPy!

Use the navigation on the left to explore the toolkit's features, installation process, supported protocols, guides, API reference, and more.

**Ready to dive in?**

* Learn about the project in the Introduction.
* Get started by following the Installation and Setup guide.
* Explore the Supported Protocols and Tools.
* Find practical examples in the Examples section.


---

# 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.agentipy.fun/welcome-to-agentipy.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.
