# MyStacks > Portfolio infrastructure for tokenised finance. Explore the MyStacks product and architecture. - [Introduction](https://docs.mystacks.ai/introduction.md): Portfolio infrastructure for tokenised finance. - [How it works](https://docs.mystacks.ai/concepts/how-it-works.md): From a manager's portfolio to assets in each user's smart account. - [Portfolios and strategies](https://docs.mystacks.ai/concepts/portfolios.md): A shared allocation model with separate holdings for every subscriber. - [Architecture overview](https://docs.mystacks.ai/architecture/overview.md): The account, coordination, and execution layers behind MyStacks. - [Smart accounts and ownership](https://docs.mystacks.ai/architecture/smart-accounts.md): Users hold their assets. MyStacks receives permission to execute portfolio swaps. - [Execution and rebalancing](https://docs.mystacks.ai/architecture/execution.md): How MyStacks connects portfolio decisions to authorised trades in each user's account. - [Integration](https://docs.mystacks.ai/guides/integration.md): Connect your wealth management service to the MyStacks Manager API. - [Funding](https://docs.mystacks.ai/guides/funding.md): The current funding and withdrawal model for MyStacks accounts. - [Glossary](https://docs.mystacks.ai/reference/glossary.md): Key terms used throughout the MyStacks documentation. - [Manager API overview](https://docs.mystacks.ai/api-reference/overview.md): Authentication, responses, and integration rules for wealth managers. - [Stack configuration](https://docs.mystacks.ai/api-reference/stack-configuration.md): Stack fields, allocation validation, schedules, and response types. - [Supported assets](https://docs.mystacks.ai/api-reference/assets.md): Token addresses accepted in manager stack allocations. - [Errors and retries](https://docs.mystacks.ai/api-reference/errors.md): HTTP status codes, request tracing, and safe manager API retries. - [Create a stack](https://docs.mystacks.ai/api-reference/stacks/create.md): Create and immediately publish a stack. - [List stacks](https://docs.mystacks.ai/api-reference/stacks/list.md): List your stacks with cursor pagination. - [Get a stack](https://docs.mystacks.ai/api-reference/stacks/get.md): Read a stack’s current configuration and revision. - [Update a stack](https://docs.mystacks.ai/api-reference/stacks/update.md): Save changes to a stack as a new revision. ## OpenAPI Specs - [openapi](/api-reference/openapi.json)