LogoLogo
Developer DashboardMarketplaceDeveloper Discord
  • Getting Started
    • ๐Ÿ‘‹Welcome to Altura
    • โž•Creating a Project
    • โ›ฝBlockchains & Gas Fees
    • ๐Ÿ–ผ๏ธMinting and Importing NFTs
      • Minting Individual NFTs
      • Importing Collections
      • Bulk Mint NFTs
      • Lazy Mint (Primary Sales)
    • ๐Ÿ”—Linking Your Collections
    • ๐Ÿ’ณThe Developer Wallet
    • ๐Ÿง Smart NFTs
    • ๐ŸŽLootboxes
    • ๐Ÿ”‘Getting Your API Key
    • ๐ŸŽฎIntegrating Altura
    • ๐Ÿ‘ฅAuthenticating Users
      • Altura Guard (Legacy)
      • Altura Guard II
        • Integration
        • REST API Demo
  • Altura Intelligence
    • ๐Ÿง‘โ€๐ŸฆฒNPC Engine
      • ๐ŸคตNPC Engine +
    • ๐ŸŒŽWorld Engine
    • ๐Ÿ’ณPlay Wallet
    • ๐Ÿ’Concierge
  • Marketplace
    • ๐Ÿ›๏ธThe Altura Marketplace
    • ๐ŸŽฏListing Your Game on the Altura Marketplace
    • โœ…Getting Your Collections Verified
    • ๐ŸŽจCreate Your Own White-Label Marketplace
  • ๐ŸŒAPI Reference
    • Get Endpoints
      • Verify a User's Altura Guard Code
      • Get User
      • Get Many Users
      • Get a User's Items
      • Get Item
      • Get Items
      • Get an Item's Holders
      • Get an Item's History
      • Get Collection
      • Get Collections
      • Get a User's Item Balance
      • Get a User's ERC20 Balance
      • Get a User's Native Token Balance
      • Get a User's Domain Names (Space ID)
      • Get a User From Domain Name (Space ID)
    • Developer Wallet Endpoints
      • Transfer ERC1155
      • Bulk Transfer ERC1155
      • Mint New ERC1155 NFT
      • Mint Additional Supply of ERC1155
      • Transfer ERC721
      • Transfer ERC20
      • Consume an Item (ERC1155)
    • Smart NFT Endpoints
      • Update an Item's Property
      • Add New Properties
      • Remove Properties
      • Bulk Update an Item's Properties
      • Switch an Item's Primary Image
      • Add a New Image
      • Update an Item's Name & Description
      • Update a Collection's Metadata
    • Altura Guard II
      • Connect to user wallet
      • Revoke Connection
      • Check Connection
      • Transaction Requests
        • Polling Transaction Response
        • Submitting a signature request
        • Submitting a native transaction request
        • Submitting a contract transaction request
  • โš™๏ธUnity SDK Reference
    • Installation
    • Get Methods
      • Verify a User's Altura Guard Code
      • Get User
      • Get Users
      • Get Item
      • Get Items
      • Get an Item's Holders
      • Get an Item's History
      • Get Collection
      • Get Collections
      • Get a User's Item Balance
      • Get a User's ERC20 Balance
      • Get a User's Native Token Balance
    • Schemas
  • โš™๏ธJS SDK Reference
    • Installation
    • Get Methods
      • Verify a User's Altura Guard Code
      • Get User
      • Get Many Users
      • Get a User's Items
      • Get Item
      • Get Items
      • Get an Item's Holders
      • Get an Item's History
      • Get Collection
      • Get Collections
      • Get a User's Item Balance
      • Get a User's ERC20 Balance
      • Get a User's Native Token Balance
    • Developer Wallet Methods
      • Transfer ERC1155
      • Bulk Transfer ERC1155
      • Mint Additional Supply of ERC1155
      • Transfer ERC721
      • Transfer ERC20
      • Consume an Item (ERC1155)
    • Smart NFT Endpoints
      • Update an Item's Property
      • Add new Properties
      • Remove Properties
      • Bulk Update an Item's Properties
      • Switch an Item's Primary Image
      • Add a New Image
      • Update an Item's Name & Description
      • Update a Collections Metadata
    • Altura Guard II
      • Connect to a user's wallet
      • Revoke Connection
      • Check Connection
      • Transaction Requests
        • Submitting a signature request
        • Submitting a native transaction request
        • Submitting a contract transaction request
    • Connect to Web3 Wallet
    • Schemas
Powered by GitBook
On this page
  • Overview
  • Model Type & Architecture
  • Underlying Tech
  1. Altura Intelligence

Concierge

Overview

Altura Concierge is a personal AI agent with access to a dedicated crypto wallet. It can execute a wide array of tasks: booking travel, buying and selling NFTs, executing crypto trades, and even purchasing goods online. All actions are guided by LLM interpretation of the userโ€™s requests combined with secure transaction pipelines and risk assessment systems.

Model Type & Architecture

  • Core LLM for User Intent Understanding: A state-of-the-art LLM fine-tuned on instruction-following and conversational datasets accurately interprets user commands.

  • Transaction & Commerce APIs: Integrations with travel booking systems, NFT marketplaces, crypto exchanges, and e-commerce platforms. The LLM orchestrates these services, converting user requests into standardized API calls.

  • Fraud & Risk Layer (Graph-Based ML): Just like the Play Wallet, the Concierge uses graph-based ML for risk analysis. Before executing a purchase or trade, the system evaluates the trustworthiness of counterparties and identifies suspicious patterns.

  • Retrieval-Augmented Information Queries: When asked to research a trading strategy or find the best hotel, the LLM queries vector databases and external APIs. It retrieves recent market data, travel ratings, and product reviews, blending them into coherent, user-friendly responses.

Underlying Tech

  • LLM Orchestration: The LLM acts as a โ€œbrainโ€ that parses user instructions and coordinates multiple services.

  • Secure Transaction Handling: The Concierge has access to its own crypto wallet keys secured in an HSM. All transactions pass through fraud detection and policy layers.

Vector Databases & Retrieval: Embedding stores of vendor ratings, market data, and user preferences allow the Concierge to provide context-aware recommendations.

PreviousPlay WalletNextThe Altura Marketplace

Last updated 4 months ago

๐Ÿ’